| Index: tests/corelib/corelib.status
|
| diff --git a/tests/corelib/corelib.status b/tests/corelib/corelib.status
|
| index 8a13a5e08bd08706fdd21a5adb67ec731d6a5ddd..2fa93a15492f9a0552014ca0159d8ac99c567a56 100644
|
| --- a/tests/corelib/corelib.status
|
| +++ b/tests/corelib/corelib.status
|
| @@ -67,6 +67,12 @@ compare_to2_test: Fail # inherited from VM
|
| null_test: Fail # inherited from VM
|
| unicode_test: Fail # inherited from VM
|
|
|
| -# TODO(ajohnsen): Fix this as part of library changes.
|
| +# Library changes
|
| [ $compiler == none ]
|
| -future_test: Skip # Bug 6890
|
| +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.
|
| +
|
| +[ $compiler == dart2js ]
|
| +map_values2_test: Fail # Generic types aren't right
|
|
|