| Index: tests/corelib/corelib.status
|
| diff --git a/tests/corelib/corelib.status b/tests/corelib/corelib.status
|
| index 351594d3a8264a0d8dec069fc98eb799ba9b7f1c..ee50466386ebec51769cdd185f86dec66a5cefab 100644
|
| --- a/tests/corelib/corelib.status
|
| +++ b/tests/corelib/corelib.status
|
| @@ -46,6 +46,8 @@ symbol_reserved_word_test/05: RuntimeError # bug 20191 / dartium/drt cannot dete
|
| # new Symbol('void') should be allowed.
|
| [ $compiler == dart2js ]
|
| 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.
|
|
|
| # With the exception of 'void', const Symbol() should not accept reserved
|
| # words.
|
|
|