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

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

Issue 3005013002: Added json result of test output to output debug directory. (Closed)
Patch Set: Created 3 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
Index: tools/testing/dart/test_runner.dart
diff --git a/tools/testing/dart/test_runner.dart b/tools/testing/dart/test_runner.dart
index 890b02acccbc1a2d53776d0deb90f887a5f3632d..2a409ac4885b50d25f6b45603f964fd28c2df0b3 100644
--- a/tools/testing/dart/test_runner.dart
+++ b/tools/testing/dart/test_runner.dart
@@ -1649,7 +1649,7 @@ class ProcessQueue {
void eventAllTestsDone() {
for (var listener in _eventListener) {
- listener.allDone();
+ listener.allDone(_globalConfiguration);
Bill Hesse 2017/09/01 11:56:14 I think we can avoid this. The one thing we need
mkroghj 2017/09/04 10:43:35 Done.
}
_allDone();
}

Powered by Google App Engine
This is Rietveld 408576698