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

Unified Diff: runtime/observatory/tests/service/pause_on_start_and_exit_test.dart

Issue 1318823002: Use --trace-service to help diagnose flaky tests. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 4 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 | « no previous file | runtime/observatory/tests/service/pause_on_start_then_step_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/observatory/tests/service/pause_on_start_and_exit_test.dart
diff --git a/runtime/observatory/tests/service/pause_on_start_and_exit_test.dart b/runtime/observatory/tests/service/pause_on_start_and_exit_test.dart
index 091c83f4de598ac0c9788786d17786984c24463d..92917b7e30429acb248b5573d60cc53f52cb12de 100644
--- a/runtime/observatory/tests/service/pause_on_start_and_exit_test.dart
+++ b/runtime/observatory/tests/service/pause_on_start_and_exit_test.dart
@@ -83,4 +83,6 @@ var tests = [
main(args) => runIsolateTests(args, tests,
testeeConcurrent: testMain,
- pause_on_start: true, pause_on_exit: true);
+ pause_on_start: true,
+ pause_on_exit: true,
+ trace_service: true);
« no previous file with comments | « no previous file | runtime/observatory/tests/service/pause_on_start_then_step_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698