Skip to content

Commit

Permalink
One more problem with checked mode in browsers.
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-ahe-google committed Sep 5, 2012
1 parent 0750c47 commit ccc5a66
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions utils/tests/pub/pub.status
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

0 comments on commit ccc5a66

Please sign in to comment.