| Index: tests/corelib/corelib.status
|
| diff --git a/tests/corelib/corelib.status b/tests/corelib/corelib.status
|
| index 28cc8f8fb4cde8ee6c50bded38a74f4192a2ce9e..864a4376c18c56e2b52fc4c785e930cd33ae33cc 100644
|
| --- a/tests/corelib/corelib.status
|
| +++ b/tests/corelib/corelib.status
|
| @@ -34,6 +34,8 @@ string_trim_unicode_test: Fail # Bug 6569
|
| math_parse_double_test: Fail # Expect.equals(expected: <78187493520>, actual: <0>)
|
| math_test: Fail # issue 3333
|
| surrogate_pair_toUpper_test: Fail # Issue 6707
|
| +float32x4_list_test: Fail # SIMD types are not supported by dart2js yet.
|
| +float32x4_test: Fail # SIMD types are not supported by dart2js yet.
|
|
|
| big_integer_vm_test: Fail, OK # VM specific test.
|
| compare_to2_test: Fail, OK # Requires bigint support.
|
|
|