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

Unified Diff: tools/testing/dart/test_configurations.dart

Issue 3005013002: Added json result of test output to output debug directory. (Closed)
Patch Set: Added changes from Bill Created 3 years, 3 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 | « tools/testing/dart/options.dart ('k') | tools/testing/dart/test_progress.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/testing/dart/test_configurations.dart
diff --git a/tools/testing/dart/test_configurations.dart b/tools/testing/dart/test_configurations.dart
index 7b9be0e1e9490b252afc3e50297c8d8ab753137a..dfae674b264f9f21c07642fe6d81df08b9b39f55 100644
--- a/tools/testing/dart/test_configurations.dart
+++ b/tools/testing/dart/test_configurations.dart
@@ -233,6 +233,10 @@ Future testConfigurations(List<Configuration> configurations) async {
eventListener.add(new TestOutcomeLogWriter());
}
+ if (firstConf.writeResultLog) {
+ eventListener.add(new ResultLogWriter());
+ }
+
if (firstConf.copyCoreDumps) {
eventListener.add(new UnexpectedCrashLogger());
}
« no previous file with comments | « tools/testing/dart/options.dart ('k') | tools/testing/dart/test_progress.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698