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

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

Issue 11312059: Disable wrapping of Firefox/Windows dart2js tests. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/tools/testing/dart/test_suite.dart
diff --git a/dart/tools/testing/dart/test_suite.dart b/dart/tools/testing/dart/test_suite.dart
index dd639df668a09bff92ad44321dcf5f705b5e2643..61a4700d9bc3d78b0e33050d7e36b46deac75127 100644
--- a/dart/tools/testing/dart/test_suite.dart
+++ b/dart/tools/testing/dart/test_suite.dart
@@ -422,11 +422,6 @@ class StandardTestSuite implements TestSuite {
enqueueStandardTest(info, testName, expectations);
} else if (TestUtils.isBrowserRuntime(configuration['runtime'])) {
bool isWrappingRequired = configuration['compiler'] != 'dart2js';
- if (configuration['runtime'] == 'ff' &&
- Platform.operatingSystem == 'windows') {
- // TODO(ahe): Investigate why this doesn't work on Windows.
- isWrappingRequired = true;
- }
enqueueBrowserTest(info, testName, expectations, isWrappingRequired);
} else {
enqueueStandardTest(info, testName, expectations);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698