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

Unified Diff: dart/tests/standalone/standalone.status

Issue 10451062: Add a browser configuration to avoid repeating (runtime == 'ff' || runtime == 'ie' || ...). (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 8 years, 7 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/co19/co19-leg.status ('k') | dart/tools/testing/dart/test_options.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/tests/standalone/standalone.status
===================================================================
--- dart/tests/standalone/standalone.status (revision 8032)
+++ dart/tests/standalone/standalone.status (working copy)
@@ -46,7 +46,7 @@
[ $compiler == dartc]
*: Skip
-[ $compiler == frog || ($compiler == dart2js && $runtime == drt) ]
+[ $compiler == frog ]
*: Skip
[ $arch == x64 ]
@@ -76,3 +76,6 @@
[ $compiler == dart2js && $runtime == none ]
fail_test: Skip # fails only at runtime, overrides default expectation from standalone.status
io/options_test: Fail
+
+[$compiler == dart2js && $browser ]
+*: Skip
« no previous file with comments | « dart/tests/co19/co19-leg.status ('k') | dart/tools/testing/dart/test_options.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698