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

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: 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
« frog/value.dart ('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 efa51131c5ed959adc94b6d3f8dea04781a912d6..a63047580c6546b72a62f996b8a71c4009c37f9b 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']:
+ if component in ['dartium', 'chromium', 'frogium']:
if tags:
return []
else:
« frog/value.dart ('K') | « tools/testing/architecture.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698