Chromium Code Reviews| Index: tests/corelib/corelib.status |
| =================================================================== |
| --- tests/corelib/corelib.status (revision 13369) |
| +++ 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 |
|
kasperl
2012/10/09 08:27:22
dart2dart?
ngeoffray
2012/10/09 08:41:24
Good catch. Done.
|
| [ $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' |