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

Unified Diff: tests/standalone/io/test_runner_test.dart

Issue 22156002: Fix in test_runner_test, moved dependency_graph_test to standalone/io (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 4 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 | « tests/standalone/io/dependency_graph_test.dart ('k') | tests/utils/dependency_graph_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/standalone/io/test_runner_test.dart
diff --git a/tests/standalone/io/test_runner_test.dart b/tests/standalone/io/test_runner_test.dart
index 864a6607415c76316d72fff9fa98f0e3a81a8f37..1bb41df381918d48b745a9ec4a338a86d63a9cfa 100644
--- a/tests/standalone/io/test_runner_test.dart
+++ b/tests/standalone/io/test_runner_test.dart
@@ -102,7 +102,7 @@ class CustomTestSuite extends TestSuite {
void testProcessQueue() {
var maxProcesses = 2;
var maxBrowserProcesses = maxProcesses;
- new ProcessQueue({}, maxProcesses, maxBrowserProcesses,
+ new ProcessQueue({'noBatch' : true}, maxProcesses, maxBrowserProcesses,
new DateTime.now(), [new CustomTestSuite()],
[new EventListener()], TestController.finished);
}
« no previous file with comments | « tests/standalone/io/dependency_graph_test.dart ('k') | tests/utils/dependency_graph_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698