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

Unified Diff: tools/testing/dart/command_output.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/co19_test_config.dart ('k') | tools/testing/dart/configuration.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/testing/dart/command_output.dart
diff --git a/tools/testing/dart/command_output.dart b/tools/testing/dart/command_output.dart
index 9b6f6e692c5af19d4f22bdb0abf8736a1b54e075..45debe6be7086cffb5e5045995ab7bce8e933f47 100644
--- a/tools/testing/dart/command_output.dart
+++ b/tools/testing/dart/command_output.dart
@@ -105,7 +105,7 @@ class CommandOutput extends UniqueObject {
class ContentShellCommandOutput extends CommandOutput {
// Although tests are reported as passing, content shell sometimes exits with
- // a nonzero exitcode which makes our dartium builders extremely falky.
+ // a nonzero exitcode which makes our builders extremely flaky.
// See: http://dartbug.com/15139.
// TODO(rnystrom): Is this still needed? The underlying bug is closed.
static const _whitelistedContentShellExitCode = -1073740022;
« no previous file with comments | « tools/testing/dart/co19_test_config.dart ('k') | tools/testing/dart/configuration.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698