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

Unified Diff: tests/dartino_compiler/incremental/dartino_vm_tester.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
Index: tests/dartino_compiler/incremental/dartino_vm_tester.dart
diff --git a/tests/dartino_compiler/incremental/dartino_vm_tester.dart b/tests/dartino_compiler/incremental/dartino_vm_tester.dart
index 83f3e5ab77aa1d4665453e86fa0364bddf54d861..93aafce19cbc997c36db8fb3c31bacc266eff447 100644
--- a/tests/dartino_compiler/incremental/dartino_vm_tester.dart
+++ b/tests/dartino_compiler/incremental/dartino_vm_tester.dart
@@ -215,6 +215,7 @@ class DartinoVmTester extends IncrementalTestRunner {
throw new StateError(
"Expected ProcessTerminated, but got: $response");
}
+ vmContext.terminate();
}
await vmContext.runCommand(const commands_lib.SessionEnd());
await vmContext.shutdown();
« no previous file with comments | « tests/cli_tests/interactive_debugger_tests.dart ('k') | tests/dartino_compiler/incremental/incremental_test_runner.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698