Chromium Code Reviews| Index: tests/corelib/corelib.status |
| diff --git a/tests/corelib/corelib.status b/tests/corelib/corelib.status |
| index c5b1d812a4d25613fcf75026cc5f9b089e13705e..57067879c96a75dc19ebb4e549c3a96201f30181 100644 |
| --- a/tests/corelib/corelib.status |
| +++ b/tests/corelib/corelib.status |
| @@ -52,6 +52,7 @@ symbol_reserved_word_test/05: RuntimeError # bug 20191 / dartium/drt cannot dete |
| # new Symbol('void') should be allowed. |
| [ $compiler == dart2js ] |
|
ricow1
2015/03/03 12:20:34
could we put this under a section saying [ $runtim
|
| +hash_set_type_check_test: Fail # Issue 22635 |
| symbol_reserved_word_test/03: RuntimeError # bug 19972 |
| int_parse_radix_test/01: Pass, Fail # JS implementations disagree on U+0085 being whitespace. |
| int_parse_radix_test/02: Fail # No bigints. |