| Index: tests/corelib_2/corelib_2.status
|
| diff --git a/tests/corelib_2/corelib_2.status b/tests/corelib_2/corelib_2.status
|
| index 58463e9b9a7b0df582b2f3ed859701c6f51795c9..26d92edaa71375b848f078039a6c02f170f0b38c 100644
|
| --- a/tests/corelib_2/corelib_2.status
|
| +++ b/tests/corelib_2/corelib_2.status
|
| @@ -19,7 +19,7 @@ string_base_vm_static_test: MissingCompileTimeError
|
| string_replace_static_test: MissingCompileTimeError
|
| string_static_test: MissingCompileTimeError
|
|
|
| -[ (!$checked && $runtime == vm) || $compiler == dart2js || $compiler == precompiler ]
|
| +[ (!$checked && $runtime == vm) || (!$checked && $compiler == dart2js) || $compiler == precompiler ]
|
| int_parse_radix_test/badTypes: RuntimeError # wrong exception returned
|
|
|
| [ !$strong && !$checked ]
|
| @@ -1033,3 +1033,6 @@ iterable_fold_test/01: CompileTimeError
|
|
|
| [ $compiler == dart2analyzer && $checked && !$strong ]
|
| iterable_fold_test/01: Pass
|
| +
|
| +[ $compiler == dart2analyzer && $strong && !$checked ]
|
| +iterable_fold_test/01: CompileTimeError
|
|
|