| Index: tests/corelib/corelib.status
|
| diff --git a/tests/corelib/corelib.status b/tests/corelib/corelib.status
|
| index e50cfb663a8b2749fbb6d182865e4a6a42e184f5..bbb03070ae5336e2426d63867157225613c98669 100644
|
| --- a/tests/corelib/corelib.status
|
| +++ b/tests/corelib/corelib.status
|
| @@ -38,9 +38,6 @@ 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
|
| @@ -71,9 +68,6 @@ null_test: Fail # inherited from VM
|
| unicode_test: Fail # inherited from VM
|
|
|
| # Library changes
|
| -[ $compiler == none ]
|
| -future_test: Skip # Bug 6890 .TODO(ajohnsen): Fix this as part of library changes.
|
| -
|
| [ $compiler == none || $compiler == dart2js || $compiler == dart2dart ]
|
| map_keys2_test: Fail # Generic types aren't right.
|
|
|
|
|