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

Unified Diff: tools/bots/ddc_tests.py

Issue 2980213002: Re-land beginning Dart 2.0 test migration. (Closed)
Patch Set: 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
Index: tools/bots/ddc_tests.py
diff --git a/tools/bots/ddc_tests.py b/tools/bots/ddc_tests.py
index a3d5eec074264e7933ef25c51d74f02b5de20e17..7282bd74581796dda07b2a446d2f7ce89cf63c52 100644
--- a/tools/bots/ddc_tests.py
+++ b/tools/bots/ddc_tests.py
@@ -14,6 +14,10 @@ import bot
import bot_utils
TARGETS = [
+ 'language_2',
+ 'corelib_2',
+ 'lib_2',
+ # TODO(rnystrom): Remove these when all tests have been migrated out.
'language_strong',
'corelib_strong',
'lib_strong'

Powered by Google App Engine
This is Rietveld 408576698