| Index: tests/corelib_2/corelib_2.status
 | 
| diff --git a/tests/corelib_2/corelib_2.status b/tests/corelib_2/corelib_2.status
 | 
| index 32dbf258ee06e4d28fe7e3ac7e0742678c95febe..58463e9b9a7b0df582b2f3ed859701c6f51795c9 100644
 | 
| --- a/tests/corelib_2/corelib_2.status
 | 
| +++ b/tests/corelib_2/corelib_2.status
 | 
| @@ -19,6 +19,9 @@ string_base_vm_static_test: MissingCompileTimeError
 | 
|  string_replace_static_test: MissingCompileTimeError
 | 
|  string_static_test: MissingCompileTimeError
 | 
|  
 | 
| +[ (!$checked && $runtime == vm) || $compiler == dart2js  || $compiler == precompiler ]
 | 
| +int_parse_radix_test/badTypes: RuntimeError # wrong exception returned
 | 
| +
 | 
|  [ !$strong && !$checked ]
 | 
|  core_runtime_types_static_test: MissingCompileTimeError
 | 
|  splay_tree_test/01: MissingCompileTimeError
 | 
| @@ -27,6 +30,9 @@ string_base_vm_static_test: MissingCompileTimeError
 | 
|  string_replace_static_test: MissingCompileTimeError
 | 
|  string_static_test: MissingCompileTimeError
 | 
|  
 | 
| +[ $runtime == vm || $compiler == precompiler || $compiler == dart2js ]
 | 
| +int_parse_radix_bad_handler_test: MissingCompileTimeError
 | 
| +
 | 
|  [ $compiler == dart2analyzer && !$strong ]
 | 
|  symbol_reserved_word_test/05: MissingCompileTimeError # Issue 30245
 | 
|  
 | 
| @@ -65,6 +71,7 @@ apply3_test: SkipByDesign
 | 
|  dynamic_nosuchmethod_test: SkipByDesign
 | 
|  big_integer_huge_mul_vm_test: Pass, Timeout # --no_intrinsify
 | 
|  regexp/stack-overflow_test: RuntimeError, OK # Smaller limit with irregex interpreter
 | 
| +int_parse_radix_test: Pass, Timeout # --no_intrinsify
 | 
|  
 | 
|  [ $compiler == dart2js && $runtime != none && !$checked ]
 | 
|  growable_list_test: RuntimeError # Concurrent modifications test always runs
 | 
| @@ -163,13 +170,17 @@ typed_data_with_limited_ints_test: Skip # dart2js and dartdevc don't know about
 | 
|  
 | 
|  [ $compiler == dart2js && $runtime != none ]
 | 
|  nan_infinity_test/01: RuntimeError
 | 
| +integer_to_string_test/01: RuntimeError
 | 
|  iterable_to_set_test: RuntimeError # is-checks do not implement strong mode type system
 | 
| +int_parse_radix_test/01: RuntimeError
 | 
| +int_parse_radix_test/02: RuntimeError
 | 
|  
 | 
|  [ $compiler == dart2js && $runtime == drt && $csp && $minified ]
 | 
|  core_runtime_types_test: Pass, Fail # Issue 27913
 | 
|  
 | 
|  [ $compiler != dartdevc ]
 | 
|  error_stack_trace_test/static: MissingCompileTimeError
 | 
| +iterable_element_at_test/static: MissingCompileTimeError
 | 
|  
 | 
|  [ $compiler == dartdevc && $runtime != none ]
 | 
|  error_stack_trace_test/nullThrown: RuntimeError # .stackTrace not present for exception caught from 'throw null;'
 | 
| @@ -182,6 +193,12 @@ json_map_test: RuntimeError # Issue 29921
 | 
|  core_runtime_types_test: RuntimeError # Issue 29921 - runtime cast failure
 | 
|  string_fromcharcodes_test: RuntimeError # Issue 29921 - runtime cast failure
 | 
|  uri_query_test: RuntimeError # Issue 29921 - runtime cast failure
 | 
| +int_parse_radix_test/01: RuntimeError # Issue 29921
 | 
| +int_parse_radix_test/02: RuntimeError # Issue 29921
 | 
| +integer_to_radix_string_test: RuntimeError # Issue 29921
 | 
| +integer_to_string_test/01: RuntimeError # Issue 29921
 | 
| +iterable_fold_test/01: CompileTimeError # type inference problem
 | 
| +iterable_fold_test/02: RuntimeError # different type inference problem
 | 
|  
 | 
|  [ $runtime == flutter ]
 | 
|  apply3_test: CompileTimeError # mirrors not supported
 | 
| @@ -292,6 +309,7 @@ unicode_test: Fail
 | 
|  
 | 
|  [ ($runtime == vm || $runtime == dart_precompiled) && $arch == simarmv5te ]
 | 
|  big_integer_parsed_mul_div_vm_test: Pass, SloW
 | 
| +int_parse_radix_test/*: Pass, Slow
 | 
|  
 | 
|  [ $compiler == precompiler ]
 | 
|  big_integer_parsed_mul_div_vm_test: Pass, Timeout # --no_intrinsify
 | 
| @@ -315,6 +333,7 @@ symbol_reserved_word_test/10: MissingCompileTimeError # Issue 11669, 19972
 | 
|  
 | 
|  [ $compiler == dart2js ]
 | 
|  hash_set_test/01: RuntimeError # Issue 11551
 | 
| +integer_to_radix_string_test: RuntimeError # Issue 29921
 | 
|  string_static_test: MissingCompileTimeError
 | 
|  
 | 
|  [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && $runtime != drt ]
 | 
| @@ -669,6 +688,30 @@ uri_path_test: Crash
 | 
|  uri_query_test: Crash
 | 
|  uri_scheme_test: Crash
 | 
|  uri_test: Crash
 | 
| +iterable_skip_while_test: Crash
 | 
| +iterable_take_test: Crash
 | 
| +iterable_take_while_test: Crash
 | 
| +iterable_test: Crash
 | 
| +iterable_to_list_test/01: Crash
 | 
| +iterable_to_list_test/none: Crash
 | 
| +iterable_to_set_test: Crash
 | 
| +iterable_tostring_test: Crash
 | 
| +json_map_test: Crash
 | 
| +int_parse_radix_bad_handler_test: Crash
 | 
| +int_parse_radix_test/01: Crash
 | 
| +int_parse_radix_test/02: Crash
 | 
| +int_parse_radix_test/none: Crash
 | 
| +integer_to_string_test/01: Crash
 | 
| +integer_to_string_test/none: Crash
 | 
| +is_operator_basic_types_test: Crash
 | 
| +iterable_contains2_test: Crash
 | 
| +iterable_contains_test: Crash
 | 
| +iterable_element_at_test: Crash
 | 
| +iterable_empty_test: Crash
 | 
| +iterable_expand_test: Crash
 | 
| +iterable_first_test: Crash
 | 
| +iterable_first_where_test: Crash
 | 
| +iterable_fold_test: Crash
 | 
|  
 | 
|  [ $compiler == dart2js && $dart2js_with_kernel && $host_checked ]
 | 
|  stopwatch_test: Crash
 | 
| @@ -946,6 +989,11 @@ uri_path_test: Crash
 | 
|  uri_query_test: Crash
 | 
|  uri_scheme_test: Crash
 | 
|  uri_test: Crash
 | 
| +int_round_test: Crash
 | 
| +int_round_to_double_test: Crash
 | 
| +int_to_int_test: Crash
 | 
| +int_truncate_test: Crash
 | 
| +int_truncate_to_double_test: Crash
 | 
|  
 | 
|  [$arch == simdbc || $arch == simdbc64]
 | 
|  regexp/stack-overflow_test: RuntimeError, OK # Smaller limit with irregex interpreter
 | 
| @@ -972,3 +1020,16 @@ package_resource_test: RuntimeError # Issue 26842
 | 
|  [ $compiler == dart2js && ! $dart2js_with_kernel ]
 | 
|  list_unmodifiable_test: Pass, RuntimeError # Issue 28712
 | 
|  iterable_to_list_test/01: RuntimeError # Issue 26501
 | 
| +
 | 
| +[ $compiler == dart2analyzer ]
 | 
| +int_parse_radix_bad_handler_test: MissingCompileTimeError
 | 
| +iterable_element_at_test/static: Pass
 | 
| +
 | 
| +[ $compiler == dart2analyzer && $strong ]
 | 
| +int_parse_radix_bad_handler_test: Pass
 | 
| +
 | 
| +[ $compiler == dart2analyzer && $strong && $checked ]
 | 
| +iterable_fold_test/01: CompileTimeError
 | 
| +
 | 
| +[ $compiler == dart2analyzer && $checked && !$strong ]
 | 
| +iterable_fold_test/01: Pass
 | 
| 
 |