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

Unified Diff: tests/cli_tests/interactive_debugger_tests.dart

Issue 2029723004: Don't quit debugger when the program terminates, only after `quit`. Base URL: git@github.com:dartino/sdk.git@master
Patch Set: Created 4 years, 7 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 | « pkg/dartino_compiler/lib/vm_context.dart ('k') | tests/dartino_compiler/incremental/dartino_vm_tester.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/cli_tests/interactive_debugger_tests.dart
diff --git a/tests/cli_tests/interactive_debugger_tests.dart b/tests/cli_tests/interactive_debugger_tests.dart
index 1a5d41a4e8f4be6aa97dd8013a9558d68789cf5d..238dd199ccfc0f5eaca461f209ea6c5ec899921e 100644
--- a/tests/cli_tests/interactive_debugger_tests.dart
+++ b/tests/cli_tests/interactive_debugger_tests.dart
@@ -244,7 +244,7 @@ Test listProcesses = new Test("debugger_list_processes",
await context.runCommandAndExpectPrompt("c");
await context.runCommandAndExpectPrompt("lp");
await context.runCommandAndExpectPrompt("c");
- await context.expectExitCode(0);
+ await context.quitWithoutError();
});
Test relativePath = new Test("debugger_relative_file_reference",
« no previous file with comments | « pkg/dartino_compiler/lib/vm_context.dart ('k') | tests/dartino_compiler/incremental/dartino_vm_tester.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698