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

Unified Diff: tools/testing/test_configuration.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: merge with latest changes 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
« tools/testing/architecture.py ('K') | « tools/testing/architecture.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/testing/test_configuration.py
diff --git a/tools/testing/test_configuration.py b/tools/testing/test_configuration.py
index 95f90428d4f342200e25b8261e2b595348ef6243..ae8f3420b1a41e6f8231e6369cf1338d37af9224 100644
--- a/tools/testing/test_configuration.py
+++ b/tools/testing/test_configuration.py
@@ -66,7 +66,7 @@ class StandardTestConfiguration(test.TestConfiguration):
tags = {}
if filename.endswith('.dart'):
tags = self.SplitMultiTest(test_path, filename)
- if component in ['dartium', 'chromium', 'webdriver']:
+ if component in ['dartium', 'chromium', 'frogium', 'webdriver']:
if tags:
return []
else:
« tools/testing/architecture.py ('K') | « tools/testing/architecture.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698