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

Unified Diff: tools/bots/ddc_tests.py

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 | « tests/lib_strong/lib_strong.status ('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/bots/ddc_tests.py
diff --git a/tools/bots/ddc_tests.py b/tools/bots/ddc_tests.py
index 51068ba5e4716c7ab2e1484567f4697799eb173c..ab4674bea346891d0bf83848239254dba2806aa9 100644
--- a/tools/bots/ddc_tests.py
+++ b/tools/bots/ddc_tests.py
@@ -26,6 +26,6 @@ FLAGS = [
if __name__ == '__main__':
(bot_name, _) = bot.GetBotName()
system = bot_utils.GetSystemFromName(bot_name)
- info = bot.BuildInfo('dartdevc', 'chrome', 'release', system,
+ info = bot.BuildInfo('dartdevc', 'drt', 'release', system,
arch='x64', checked=True)
bot.RunTest('dartdevc', info, TARGETS, flags=FLAGS)
« no previous file with comments | « tests/lib_strong/lib_strong.status ('k') | tools/testing/dart/configuration.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698