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

Unified Diff: lib/src/runner.dart

Issue 2066113002: Add location information to the JSON reporter. (Closed) Base URL: git@github.com:dart-lang/test@master
Patch Set: Don't emit line numbers for JS without --js-trace. Created 4 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
Index: lib/src/runner.dart
diff --git a/lib/src/runner.dart b/lib/src/runner.dart
index 29f28b061873fac52054cf3ca0a76aeac3c5aea2..dadc4d7c9fdfbbcb4ba06b3c84e10aa64ea7d9e9 100644
--- a/lib/src/runner.dart
+++ b/lib/src/runner.dart
@@ -89,7 +89,7 @@ class Runner {
case "json":
reporter = JsonReporter.watch(engine,
- verboseTrace: config.verboseTrace);
+ verboseTrace: config.verboseTrace, jsLocations: !config.jsTrace);
break;
}

Powered by Google App Engine
This is Rietveld 408576698