| Index: tests/corelib_2/corelib_2.status
|
| diff --git a/tests/corelib_2/corelib_2.status b/tests/corelib_2/corelib_2.status
|
| index ebf6e0c6321db00eeae4188778d824a8e3c6a201..7988e52225b3073f97055bfd480f34b5de9f9103 100644
|
| --- a/tests/corelib_2/corelib_2.status
|
| +++ b/tests/corelib_2/corelib_2.status
|
| @@ -5,12 +5,15 @@
|
| # All static_tests have expected compile-time errors.
|
| [ $strong && $compiler != dart2analyzer && $compiler != dartdevc ]
|
| core_runtime_types_static_test: MissingCompileTimeError
|
| +string_static_test: MissingCompileTimeError
|
|
|
| [ !$strong && $compiler != dartdevc && $checked ]
|
| core_runtime_types_static_test: MissingCompileTimeError
|
| +string_static_test: MissingCompileTimeError
|
|
|
| [ !$strong && !$checked ]
|
| core_runtime_types_static_test: MissingCompileTimeError
|
| +string_static_test: MissingCompileTimeError
|
|
|
| [ $compiler == dart2js && $fast_startup ]
|
| apply3_test: Fail # mirrors not supported
|
|
|