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

Unified Diff: tools/testing/dart/test_suite.dart

Issue 540933002: test.dart: Serve the browser test driver page from the test file HTTP server. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 3 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
Index: tools/testing/dart/test_suite.dart
diff --git a/tools/testing/dart/test_suite.dart b/tools/testing/dart/test_suite.dart
index bac258ad8f63b175fa06e3d6f46add1a91521d89..a8b7a388092b83509a17e52902c9d2bacf24a588 100644
--- a/tools/testing/dart/test_suite.dart
+++ b/tools/testing/dart/test_suite.dart
@@ -1285,7 +1285,7 @@ class StandardTestSuite extends TestSuite {
dartFlags, environmentOverrides));
} else {
commandSet.add(CommandBuilder.instance.getBrowserTestCommand(
- runtime, fullHtmlPath, checkedMode: configuration['checked']));
+ runtime, fullHtmlPath, configuration));
}
// Create BrowserTestCase and queue it.
@@ -1962,7 +1962,7 @@ class TestUtils {
if (result.exitCode != 0) {
throw new Exception('Can\'t delete path $native_path. '
'This path might be too long');
- }
+ }
});
} else {
var dir = new Directory(path);
« tools/testing/dart/browser_controller.dart ('K') | « tools/testing/dart/test_runner.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698