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

Unified Diff: tests/stub-generator/test_config.dart

Issue 8872064: Cache the tests across configurations in the test scripts. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address review comments. Created 9 years 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 | « no previous file | tools/testing/dart/multitest.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/stub-generator/test_config.dart
diff --git a/tests/stub-generator/test_config.dart b/tests/stub-generator/test_config.dart
index 055b9cfce57c616f59ae63f281fa04db11dabea4..c14884e42f14049c8f6ef123a1f9879f5cbfb4cb 100644
--- a/tests/stub-generator/test_config.dart
+++ b/tests/stub-generator/test_config.dart
@@ -101,8 +101,7 @@ class StubGeneratorTestSuite extends StandardTestSuite {
RegExp pattern = configuration['selectors'][suiteName];
if (!pattern.hasMatch(filename)) return;
var optionsFromFile = optionsFromFile(filename);
- Function createTestCase =
- makeTestCaseCreator(optionsFromFile, configuration);
+ Function createTestCase = makeTestCaseCreator(optionsFromFile);
if (filename.endsWith("-generatedTest.dart")) {
if (dartcPath == null) {
« no previous file with comments | « no previous file | tools/testing/dart/multitest.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698