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

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

Issue 2993043002: Split language_2.status into multiple files. (Closed)
Patch Set: Merge branch 'master' into split-language-tests 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
« no previous file with comments | « tests/language_2/language_2_vm.status ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/testing/dart/test_suite.dart
diff --git a/tools/testing/dart/test_suite.dart b/tools/testing/dart/test_suite.dart
index f4057fc6decce0ee41111ef77643c60f6a79383a..0067d76903f6958e3484cea65882f5a8089a401f 100644
--- a/tools/testing/dart/test_suite.dart
+++ b/tools/testing/dart/test_suite.dart
@@ -618,9 +618,13 @@ class StandardTestSuite extends TestSuite {
var status_paths = [
'$directory/$name.status',
'$directory/.status',
- '$directory/${name}_dart2js.status',
+ '$directory/${name}_analyzer.status',
'$directory/${name}_analyzer2.status',
- '$directory/${name}_kernel.status'
+ '$directory/${name}_dart2js.status',
+ '$directory/${name}_dartdevc.status',
+ '$directory/${name}_kernel.status',
+ '$directory/${name}_precompiled.status',
+ '$directory/${name}_vm.status',
];
return new StandardTestSuite(configuration, name, directory, status_paths,
« no previous file with comments | « tests/language_2/language_2_vm.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698