| Index: tests/corelib/corelib.status
|
| diff --git a/tests/corelib/corelib.status b/tests/corelib/corelib.status
|
| index 5bb356b19c9ce76a2b5f5336631ae9d86e7d3063..5ed2ded8f8d94ab81140dfcba2331932f84c3f2c 100644
|
| --- a/tests/corelib/corelib.status
|
| +++ b/tests/corelib/corelib.status
|
| @@ -6,10 +6,12 @@
|
| unicode_test: Fail # Bug 5163868
|
| *dartc_test: Skip
|
| expando_test: Fail
|
| +compare_to2_test: Fail # Bug 4018
|
|
|
| [ $compiler == dartc ]
|
| *vm_test: Skip
|
| expando_test: Fail
|
| +compare_to2_test: Fail, Ok # Requires bigint support.
|
|
|
| [ $compiler == frog ]
|
| # VM or DartC specific tests not to be run by Frog. See language.status.
|
| @@ -19,6 +21,7 @@ expando_test: Fail
|
| *dartc_negative_test: Skip
|
| # Note: Correctly skips 4 VMTests that rely on VM internals
|
|
|
| +compare_to2_test: Fail, Ok # Requires bigint support.
|
| const_list_*: Fail # 'const' is not currently checked.
|
| core_runtime_types_test: Fail
|
| for_in_test: Fail
|
|
|