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

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

Issue 2964043004: Run dartdevc tests on drt instead of Chrome on the bots. (Closed)
Patch Set: Created 3 years, 6 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/bots/ddc_tests.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/testing/dart/configuration.dart
diff --git a/tools/testing/dart/configuration.dart b/tools/testing/dart/configuration.dart
index 4556d85d80bc59611234fa8a60ae415dd376e11c..9b5eecac6b719752af4c8412707ab56c2b06a38c 100644
--- a/tools/testing/dart/configuration.dart
+++ b/tools/testing/dart/configuration.dart
@@ -542,6 +542,7 @@ class Compiler {
// (other browsers, d8) when tested and working.
return const [
Runtime.none,
+ Runtime.drt,
Runtime.chrome,
];
« no previous file with comments | « tools/bots/ddc_tests.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698