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

Unified Diff: tools/testing/dart/status_reporter.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/runtime_updater.dart ('k') | tools/testing/dart/test_runner.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/testing/dart/status_reporter.dart
diff --git a/tools/testing/dart/status_reporter.dart b/tools/testing/dart/status_reporter.dart
index accb0439e2b294a7fdbc4c773b12ca2487b72602..37ea7dc5d9364ebd8f3edcedb0144822f6962436 100644
--- a/tools/testing/dart/status_reporter.dart
+++ b/tools/testing/dart/status_reporter.dart
@@ -26,12 +26,6 @@ final _combinations = {
'compiler': 'dart2js'
},
{
- 'runtimes': ['dartium'],
- 'modes': ['release', 'debug'],
- 'archs': ['ia32'],
- 'compiler': 'none'
- },
- {
'runtimes': ['flutter_engine'],
'modes': ['debug', 'release'],
'archs': ['x64'],
@@ -51,12 +45,6 @@ final _combinations = {
'archs': ['ia32'],
'compiler': 'dart2js'
},
- {
- 'runtimes': ['dartium'],
- 'modes': ['release', 'debug'],
- 'archs': ['ia32'],
- 'compiler': 'none'
- },
],
'macos': [
{
@@ -71,12 +59,6 @@ final _combinations = {
'archs': ['ia32'],
'compiler': 'dart2js'
},
- {
- 'runtimes': ['dartium'],
- 'modes': ['release', 'debug'],
- 'archs': ['ia32'],
- 'compiler': 'none'
- },
]
};
« no previous file with comments | « tools/testing/dart/runtime_updater.dart ('k') | tools/testing/dart/test_runner.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698