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

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

Issue 2518963003: Add some debug printing to complex_reload_test and enable on Windows bots again (Closed)
Patch Set: Created 4 years, 1 month 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/service.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/observatory/tests/service/complex_reload_test.dart
diff --git a/runtime/observatory/tests/service/complex_reload_test.dart b/runtime/observatory/tests/service/complex_reload_test.dart
index 0b94084d88fd52940c50889b82d917de3b9c2213..848a1935fe41c3d6518b3a018a315be8947ed08e 100644
--- a/runtime/observatory/tests/service/complex_reload_test.dart
+++ b/runtime/observatory/tests/service/complex_reload_test.dart
@@ -46,6 +46,10 @@ var tests = [
// Stop at 'debugger' statement.
hasStoppedAtBreakpoint,
(Isolate mainIsolate) async {
+ for (var i = 0; i < Platform.script.pathSegments.length; i++) {
+ print('segment $i: "${Platform.script.pathSegments[i]}"');
+ }
+ print('Directory: $directory');
// Grab the VM.
VM vm = mainIsolate.vm;
await vm.reloadIsolates();
« no previous file with comments | « no previous file | runtime/observatory/tests/service/service.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698