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

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

Issue 1381033002: Add data-URI support class to dart:core (next to Uri). (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Fix tests - dart2js doesn't do real bit-ops, jsshell broken on windows. Created 5 years, 1 month 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 b4e7b537396ca9661de0aa92c7076324934fb5c0..b36668c17416ad2c5992bbed4802c2a44c08dc54 100644
--- a/tools/testing/dart/test_suite.dart
+++ b/tools/testing/dart/test_suite.dart
@@ -224,7 +224,7 @@ abstract class TestSuite {
String get jsShellFileName {
var executableSuffix = getExecutableSuffix('jsshell');
var executable = 'jsshell$executableSuffix';
- var jsshellDir = '${TestUtils.dartDir}/tools/testing/bin';
+ var jsshellDir = '${TestUtils.dartDir.toNativePath()}/tools/testing/bin';
Lasse Reichstein Nielsen 2015/11/11 16:05:12 Didn't work on Windows. I guess we don't continous
return '$jsshellDir/$executable';
}
« tools/testing/dart/test_options.dart ('K') | « tools/testing/dart/test_options.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698