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

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

Issue 10916259: Enable wrapper-less browser tests on selenium. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 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
« no previous file with comments | « dart/tests/html/js_interop_1_test.dart ('k') | 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 48b7d496722efcc525119cbd9e2f4e9808b7943d..5a20ca17a85def60738938b024e0c949571bd998 100644
--- a/dart/tools/testing/dart/test_suite.dart
+++ b/dart/tools/testing/dart/test_suite.dart
@@ -395,8 +395,7 @@ class StandardTestSuite implements TestSuite {
if (expectations.contains(SKIP)) return;
if (TestUtils.isBrowserRuntime(configuration['runtime'])) {
- bool isWrappingRequired = configuration['compiler'] != 'dart2js'
- || configuration['runtime'] != 'drt';
+ bool isWrappingRequired = configuration['compiler'] != 'dart2js';
kasperl 2012/09/12 11:06:16 w00t!
enqueueBrowserTest(info, testName, expectations, isWrappingRequired);
} else {
enqueueStandardTest(info, testName, expectations);
« no previous file with comments | « dart/tests/html/js_interop_1_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698