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

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

Issue 2981223002: Remove Dartium support from test.dart. (Closed)
Patch Set: Remove "dartium" from status files. Created 3 years, 5 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/status_reporter.dart ('k') | tools/testing/dart/test_suite.dart » ('j') | 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 0a32721152a041d7025b4a00f8da1369259a5b8b..f8c4d0c8552ea6516639fe921917dbc0ab224ec4 100644
--- a/tools/testing/dart/test_runner.dart
+++ b/tools/testing/dart/test_runner.dart
@@ -1344,13 +1344,6 @@ bool shouldRetryCommand(CommandOutput output) {
}
}
- // We currently rerun dartium tests, see issue 14074.
- if (command is BrowserTestCommand &&
- command.retry &&
- command.browser == Runtime.dartium) {
- return true;
- }
-
// As long as we use a legacy version of our custom content_shell (which
// became quite flaky after chrome-50 roll) we'll re-run tests on it.
// The plan is to use chrome's content_shell instead of our own.
« no previous file with comments | « tools/testing/dart/status_reporter.dart ('k') | tools/testing/dart/test_suite.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698