| Index: tests/corelib_2/corelib_2.status
|
| diff --git a/tests/corelib_2/corelib_2.status b/tests/corelib_2/corelib_2.status
|
| index c870c8e214610d65c536a5dfc962e563c966f947..98328909cfc6bf71bdbd44e75a206784b7a79f7a 100644
|
| --- a/tests/corelib_2/corelib_2.status
|
| +++ b/tests/corelib_2/corelib_2.status
|
| @@ -5,18 +5,24 @@
|
| # All static_tests have expected compile-time errors.
|
| [ $strong && $compiler != dart2analyzer && $compiler != dartdevc ]
|
| core_runtime_types_static_test: MissingCompileTimeError
|
| +splay_tree_test/01: MissingCompileTimeError
|
| +splay_tree_test/02: MissingCompileTimeError
|
| string_base_vm_static_test: MissingCompileTimeError
|
| string_replace_static_test: MissingCompileTimeError
|
| string_static_test: MissingCompileTimeError
|
|
|
| [ !$strong && $compiler != dartdevc && $checked ]
|
| core_runtime_types_static_test: MissingCompileTimeError
|
| +splay_tree_test/01: MissingCompileTimeError
|
| +splay_tree_test/02: MissingCompileTimeError
|
| string_base_vm_static_test: MissingCompileTimeError
|
| string_replace_static_test: MissingCompileTimeError
|
| string_static_test: MissingCompileTimeError
|
|
|
| [ !$strong && !$checked ]
|
| core_runtime_types_static_test: MissingCompileTimeError
|
| +splay_tree_test/01: MissingCompileTimeError
|
| +splay_tree_test/02: MissingCompileTimeError
|
| string_base_vm_static_test: MissingCompileTimeError
|
| string_replace_static_test: MissingCompileTimeError
|
| string_static_test: MissingCompileTimeError
|
| @@ -373,3 +379,9 @@ unicode_test: Crash
|
|
|
| [$arch == simdbc || $arch == simdbc64]
|
| regexp/stack-overflow_test: RuntimeError, OK # Smaller limit with irregex interpreter
|
| +
|
| +[ $compiler == dart2js && $runtime != none && !$checked ]
|
| +splay_tree_from_iterable_test: RuntimeError
|
| +
|
| +[ ($compiler == none || $compiler == app_jit) && $runtime == vm && !$checked ]
|
| +splay_tree_from_iterable_test: RuntimeError
|
|
|