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

Unified Diff: tools/test.py

Issue 8523024: Adding frogium: a frog-chromium architecture that runs tests in chromium that (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 9 years, 1 month 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/test.py
diff --git a/tools/test.py b/tools/test.py
index 3b13ca3ccdd80149f196c9daa6e708a999f0a302..3b4a43033e56342f32b1931e5a50a954a157cd15 100755
--- a/tools/test.py
+++ b/tools/test.py
@@ -1242,6 +1242,8 @@ def ProcessOptions(options):
options.timeout *= 4
elif 'chromium' in options.component:
options.timeout *= 4
+ elif 'frogium' in options.component:
+ options.timeout *= 4
elif 'dartium' in options.component:
options.timeout *= 4
elif 'debug' in options.mode:
@@ -1259,7 +1261,7 @@ def ProcessOptions(options):
return False
for component in options.component:
if not component in ['vm', 'dartc', 'frog', 'frogsh', 'leg',
- 'chromium', 'dartium']:
+ 'chromium', 'dartium', 'frogium']:
print 'Unknown component %s' % component
return False
options.flags = []
« frog/value.dart ('K') | « tools/run.py ('k') | tools/testing/architecture.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698