| Index: tests/corelib/corelib.status
|
| diff --git a/tests/corelib/corelib.status b/tests/corelib/corelib.status
|
| index 03af437c5556267f0bb472f907f256bbfeea4aca..45017dccb30c9149b3f87891f6444c06eb0db946 100644
|
| --- a/tests/corelib/corelib.status
|
| +++ b/tests/corelib/corelib.status
|
| @@ -15,6 +15,9 @@ string_from_environment2_test: Skip
|
| string_from_environment3_test: Skip
|
| string_from_environment_test: Skip
|
|
|
| +[ $compiler == none || $compiler == precompiler || $compiler == app_jit ]
|
| +string_case_test/01: Fail # Bug 18061
|
| +
|
| [ $compiler == dart2js ]
|
| int_parse_radix_test/01: Pass, Fail # JS implementations disagree on U+0085 being whitespace.
|
| int_parse_radix_test/02: Fail # No bigints.
|
|
|