| Index: tests/corelib/corelib.status
|
| diff --git a/tests/corelib/corelib.status b/tests/corelib/corelib.status
|
| index 2fa93a15492f9a0552014ca0159d8ac99c567a56..16e815f7f6c7d06a6e648a7ded8bdb063f0c1ffd 100644
|
| --- a/tests/corelib/corelib.status
|
| +++ b/tests/corelib/corelib.status
|
| @@ -38,6 +38,9 @@ string_trim_unicode_test: Fail # Bug 6569
|
| *: Skip
|
|
|
| [ $compiler == dart2js ]
|
| +futures_test: Fail # Timer interface not supported; dartbug.com/7728.
|
| +future_test: Fail # Timer interface not supported; dartbug.com/7728.
|
| +
|
| math_parse_double_test: Fail # Expect.equals(expected: <78187493520>, actual: <0>)
|
| math_test: Fail # issue 3333
|
| surrogate_pair_toUpper_test: Fail # Issue 6707
|
|
|