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

Unified Diff: dart/utils/tests/pub/pub.status

Issue 10912104: One more problem with checked mode in browsers. (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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/utils/tests/pub/pub.status
diff --git a/dart/utils/tests/pub/pub.status b/dart/utils/tests/pub/pub.status
index 730e9f1d102f4c1e3aa2446075e79149f283e72e..7e0bf4a9307117cbc805b02e01b9bd5c369168c5 100644
--- a/dart/utils/tests/pub/pub.status
+++ b/dart/utils/tests/pub/pub.status
@@ -3,7 +3,7 @@
# BSD-style license that can be found in the LICENSE file.
# Pub only runs on the VM, so just rule out all compilers.
-[ $compiler == frog || $compiler == dart2js || $compiler == dart2dart || $compiler == dartc ]
+[ $compiler == dart2js || $compiler == dart2dart || $compiler == dartc ]
pub_test: Skip
pub_install_test: Skip
pub_install_git_test: Skip
@@ -46,8 +46,8 @@ pub_update_test: Skip
pub_update_git_test: Skip
pub_update_hosted_test: Skip
-[ $compiler == frog ]
-yaml_test: Fail # Issue 3215
+[ $compiler == dart2js && $checked && $browser ]
+yaml_test: Fail
[ $runtime == opera ]
*: Skip
« 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