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

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

Issue 2874193002: Fix bug in test_runner.dart (Closed)
Patch Set: Created 3 years, 7 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/testing/dart/test_runner.dart
diff --git a/tools/testing/dart/test_runner.dart b/tools/testing/dart/test_runner.dart
index 41daa58bcb5f263bb0bdc35dfec7ab82f2e874a1..bedc8ef04042e2e2eb6ca0060da9c14fb232bd0b 100644
--- a/tools/testing/dart/test_runner.dart
+++ b/tools/testing/dart/test_runner.dart
@@ -1072,7 +1072,7 @@ class BrowserCommandOutputImpl extends CommandOutputImpl {
command is BrowserTestCommand &&
command.browser == "ie11") {
DebugLogger.warning("Timeout of ie11 on test page ${command.url}");
- return;
+ return true;
}
return false;
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698