Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(254)

Unified Diff: test/inspector/debugger/pause-expected.txt

Issue 2923243002: [inspector] Return error when paused in different context group (Closed)
Patch Set: Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « test/inspector/debugger/pause.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/inspector/debugger/pause-expected.txt
diff --git a/test/inspector/debugger/pause-expected.txt b/test/inspector/debugger/pause-expected.txt
index a51bc8d0bcb29536a5fd37a86e66de76f83ece7f..2489191e4870c95fa4e337458441d54c4493862c 100644
--- a/test/inspector/debugger/pause-expected.txt
+++ b/test/inspector/debugger/pause-expected.txt
@@ -34,6 +34,39 @@ paused at:
#var a = 42;
+Running test: testResumeAnotherGroup
+paused at:
+#var a = 42;
+
+{
+ error : {
+ code : -32000
+ message : Can only perform operation while paused.
+ }
+ id : <messageId>
+}
+{
+ error : {
+ code : -32000
+ message : Can only perform operation while paused.
+ }
+ id : <messageId>
+}
+{
+ error : {
+ code : -32000
+ message : Can only perform operation while paused.
+ }
+ id : <messageId>
+}
+{
+ error : {
+ code : -32000
+ message : Can only perform operation while paused.
+ }
+ id : <messageId>
+}
+
Running test: testDisableBreaksShouldCancelPause
paused at:
#debugger
« no previous file with comments | « test/inspector/debugger/pause.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698