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

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

Issue 8835010: Support --special-command test option. As a special case support --valgrind option. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fix minor issues. 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/test_options.dart » ('j') | tools/testing/dart/test_options.dart » ('J')
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 013913fe23ff7cb6ac7709b242c3cdbd4a0ec9f0..055b9cfce57c616f59ae63f281fa04db11dabea4 100644
--- a/tests/stub-generator/test_config.dart
+++ b/tests/stub-generator/test_config.dart
@@ -101,8 +101,8 @@ class StubGeneratorTestSuite extends StandardTestSuite {
RegExp pattern = configuration['selectors'][suiteName];
if (!pattern.hasMatch(filename)) return;
var optionsFromFile = optionsFromFile(filename);
- var timeout = configuration['timeout'];
- Function createTestCase = makeTestCaseCreator(optionsFromFile, timeout);
+ Function createTestCase =
+ makeTestCaseCreator(optionsFromFile, configuration);
if (filename.endsWith("-generatedTest.dart")) {
if (dartcPath == null) {
« no previous file with comments | « no previous file | tools/testing/dart/test_options.dart » ('j') | tools/testing/dart/test_options.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698