| Index: tests/compiler/dart2js/quarantined/http_test.dart
|
| diff --git a/tests/compiler/dart2js/http_test.dart b/tests/compiler/dart2js/quarantined/http_test.dart
|
| similarity index 97%
|
| rename from tests/compiler/dart2js/http_test.dart
|
| rename to tests/compiler/dart2js/quarantined/http_test.dart
|
| index aed6ddd027eaa7ff24d513f142de6753fb32a89f..cdb1348ff9e45a69f94ae1dcde22268840dc1ac8 100644
|
| --- a/tests/compiler/dart2js/http_test.dart
|
| +++ b/tests/compiler/dart2js/quarantined/http_test.dart
|
| @@ -15,7 +15,7 @@ import 'package:async_helper/async_helper.dart';
|
| import 'package:expect/expect.dart';
|
| import 'package:path/path.dart' as path;
|
|
|
| -Uri pathOfData = Platform.script.resolve('http_launch_data/');
|
| +Uri pathOfData = Platform.script.resolve('../http_launch_data/');
|
| Directory tempDir;
|
| String outFilePath;
|
|
|
| @@ -43,7 +43,7 @@ Future launchDart2Js(args) {
|
| String ext = Platform.isWindows ? '.bat' : '';
|
| String command =
|
| path.normalize(path.join(path.fromUri(Platform.script),
|
| - '../../../../sdk/bin/dart2js${ext}'));
|
| + '../../../../../sdk/bin/dart2js${ext}'));
|
| return Process.run(command, args);
|
| }
|
|
|
|
|