Index: tests/corelib/corelib.status |
=================================================================== |
--- tests/corelib/corelib.status (revision 13713) |
+++ tests/corelib/corelib.status (working copy) |
@@ -11,14 +11,14 @@ |
apply_test: Fail # Bug 5670 |
apply2_test: Fail # Bug 5670 |
-[ $runtime == ff || $runtime == ie ] |
+[ $runtime == ff || $runtime == ie9 ] |
unicode_test: Fail |
# TODO(jmesserly): now that we have a bot, we need to set up Opera testing. |
[ $runtime == opera ] |
*: Skip |
-[ $runtime == ie && ($system == linux || $system == macos) ] |
+[ $runtime == ie9 && ($system == linux || $system == macos) ] |
*: Skip |
[ $runtime == safari && ($system == linux || $system == windows) ] |
@@ -57,7 +57,7 @@ |
[ $compiler == dart2js && $runtime == ff && $system == windows ] |
null_test: Fail # http://dartbug.com/5523 |
-[ $compiler == dart2js && $runtime == ie ] |
+[ $compiler == dart2js && $runtime == ie9 ] |
date_time7_test: Fail # BUG(3304): Maybe this doesn't time out? |
reg_exp_all_matches_test: Fail # BUG(3304): Maybe this doesn't time out? |
string_base_vm_test: Fail # BUG(3304): Maybe this doesn't time out? |