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

Unified Diff: test/build/copies_browser_js_with_dependency_override_test.dart

Issue 1215833002: Use the new test runner. (Closed) Base URL: git@github.com:dart-lang/pub.git@master
Patch Set: Created 5 years, 6 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: test/build/copies_browser_js_with_dependency_override_test.dart
diff --git a/test/build/copies_browser_js_with_dependency_override_test.dart b/test/build/copies_browser_js_with_dependency_override_test.dart
index 893eec35876a07f75ee73ad738a476dd83a5790d..285f464e34852ed701f211994a94be85b6fdbe03 100644
--- a/test/build/copies_browser_js_with_dependency_override_test.dart
+++ b/test/build/copies_browser_js_with_dependency_override_test.dart
@@ -11,14 +11,8 @@ import 'utils.dart';
main() {
// This is a regression test for http://dartbug.com/16617.
- initConfig();
-
integration("compiles dart.js and interop.js next to entrypoints when "
"browser is a dependency_override", () {
- // Dart2js can take a long time to compile dart code, so we increase the
- // timeout to cope with that.
- currentSchedule.timeout *= 3;
-
serveBrowserPackage();
d.dir(appPath, [

Powered by Google App Engine
This is Rietveld 408576698