Index: tests/corelib/corelib.status |
=================================================================== |
--- tests/corelib/corelib.status (revision 13403) |
+++ tests/corelib/corelib.status (working copy) |
@@ -9,6 +9,7 @@ |
null_test: Fail # Bug 5511 |
null_nosuchmethod_test: Fail # Bug 5518 |
apply_test: Fail # Bug 5670 |
+apply2_test: Fail # Bug 5670 |
[ $compiler == dartc ] |
apply_test: Fail # Bug 5670 |
@@ -38,7 +39,6 @@ |
[ $compiler == dart2js ] |
math_parse_double_test: Fail # Expect.equals(expected: <78187493520>, actual: <0>) |
math_test: Fail # issue 3333 |
-apply_test: Fail # issue 5669 |
# Bad test, assumes RegExp.allMatches returns a Collection. |
reg_exp_all_matches_test: Fail, OK # NoSuchMethodError : method not found: 'forEach' |
@@ -66,7 +66,8 @@ |
string_base_vm_test: Fail # BUG(3304): Maybe this doesn't time out? |
[ $compiler == dart2dart ] |
-apply_test: Fail # inherited from dart2js |
+apply_test: Fail # inherited from VM |
+apply2_test: Fail # inherited from VM |
compare_to2_test: Fail # inherited from VM |
null_nosuchmethod_test: Fail # inherited from VM |
null_test: Fail # inherited from VM |