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

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

Issue 2919573003: Revert "Revert "Replace the configuration map with a typed object."" (Closed)
Patch Set: Another test fix. Created 3 years, 7 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/lib/lib.status ('k') | tests/standalone/standalone.status » ('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 2b13cdaa2a8aac05a6f0035e08de0356109ce4da..12fcae91113e9d11c5155d9ffe592ea008ae2d7a 100644
--- a/tests/standalone/io/test_runner_test.dart
+++ b/tests/standalone/io/test_runner_test.dart
@@ -3,11 +3,10 @@
// BSD-style license that can be found in the LICENSE file.
import "dart:io";
-import "dart:isolate";
import "dart:async";
+import "../../../tools/testing/dart/configuration.dart";
import "../../../tools/testing/dart/expectation.dart";
import "../../../tools/testing/dart/options.dart";
-import "../../../tools/testing/dart/status_file.dart";
import "../../../tools/testing/dart/test_runner.dart";
import "../../../tools/testing/dart/test_suite.dart";
import "../../../tools/testing/dart/test_progress.dart" as progress;
@@ -67,7 +66,8 @@ class TestController {
}
class CustomTestSuite extends TestSuite {
- CustomTestSuite(Map configuration) : super(configuration, "CustomTestSuite");
+ CustomTestSuite(Configuration configuration)
+ : super(configuration, "CustomTestSuite");
Future forEachTest(TestCaseEvent onTest, Map testCache, [onDone]) {
void enqueueTestCase(testCase) {
« no previous file with comments | « tests/lib/lib.status ('k') | tests/standalone/standalone.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698