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

Unified Diff: tools/testing/test_configuration.py

Issue 9297032: Refactoring to migrate layout tests over. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Drop the forLayoutTests Created 8 years, 11 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 | « client/tests/client/test_config.dart ('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 ebda422cafa820a5ac4cabfd4edddb97af6e65bc..af6de32a39df222a987dafe710acf50ea79cf174 100644
--- a/tools/testing/test_configuration.py
+++ b/tools/testing/test_configuration.py
@@ -256,7 +256,7 @@ class BrowserTestConfiguration(StandardTestConfiguration):
return tests
def IsTest(self, name):
- return name.endswith('_tests.dart')
+ return name.endswith('_tests.dart') or name.endswith('Test.dart')
class CompilationTestConfiguration(test.TestConfiguration):
« no previous file with comments | « client/tests/client/test_config.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698