| Index: tests/corelib/corelib.status
|
| diff --git a/tests/corelib/corelib.status b/tests/corelib/corelib.status
|
| index b9428c1c94f83334a84ad4fcef84361ae2123803..58e8a30b8a5738ae53ef1c22b344c03fa01565d8 100644
|
| --- a/tests/corelib/corelib.status
|
| +++ b/tests/corelib/corelib.status
|
| @@ -36,6 +36,9 @@ int_parse_radix_test/01: Pass, Fail # JS implementations disagree on U+0085 bein
|
| int_parse_radix_test/02: Fail # No bigints.
|
| double_parse_test/01: Pass, Fail # JS implementations disagree on U+0085 being whitespace.
|
| integer_to_radix_string_test: RuntimeError # issue 22045
|
| +int_modulo_arith_test/bignum: RuntimeError # No bigints.
|
| +int_modulo_arith_test/modPow: RuntimeError # No bigints.
|
| +
|
|
|
| # With the exception of 'void', const Symbol() should not accept reserved
|
| # words.
|
|
|