[gardening] Update dartkp status files.

Bug:
Change-Id: I51746bfa10bc10acc90c176ef98cf6da081a42d9
Reviewed-on: https://dart-review.googlesource.com/19568
Reviewed-by: Vyacheslav Egorov <vegorov@google.com>
diff --git a/tests/co19/co19-kernel.status b/tests/co19/co19-kernel.status
index 48b2524..6d897a4 100644
--- a/tests/co19/co19-kernel.status
+++ b/tests/co19/co19-kernel.status
@@ -143,7 +143,6 @@
 Language/Classes/Constructors/Generative_Constructors/execution_of_an_initializer_t02: Pass
 Language/Expressions/Constants/bitwise_operators_t05: Crash
 Language/Expressions/Constants/logical_expression_t04: Crash
-Language/Expressions/Instance_Creation/Const/exception_t01: Crash
 Language/Overview/Scoping/hiding_declaration_t11: Pass
 Language/Overview/Scoping/hiding_declaration_t12: Pass
 
diff --git a/tests/corelib_2/corelib_2.status b/tests/corelib_2/corelib_2.status
index 6a66d61..a13a04f 100644
--- a/tests/corelib_2/corelib_2.status
+++ b/tests/corelib_2/corelib_2.status
@@ -632,13 +632,11 @@
 [ $compiler == dartkp && $strong ]
 collection_removes_test: RuntimeError
 int_parse_with_limited_ints_test: Crash
-iterable_expand_test: Crash
 iterable_to_list_test/01: RuntimeError
 iterable_to_list_test/none: RuntimeError
 list_concurrent_modify_test: RuntimeError
 list_insert_all_test: RuntimeError
 list_insert_test: RuntimeError
-stacktrace_fromstring_test: Crash
 typed_data_with_limited_ints_test: Crash
 
 [ ($compiler == dartk || $compiler == dartkp) && $strong && $mode == debug ]
diff --git a/tests/language/language_kernel.status b/tests/language/language_kernel.status
index d360edc..6739abe 100644
--- a/tests/language/language_kernel.status
+++ b/tests/language/language_kernel.status
@@ -225,8 +225,10 @@
 vm/optimized_stacktrace_test: Crash
 vm/regress_27671_test: Crash
 vm/type_vm_test: Crash
-deferred_redirecting_factory_test: Crash # Issue 31296
+deferred_redirecting_factory_test: CompileTimeError # Issue 31296
 vm/regress_27671_test: Skip # Unsupported
+assertion_initializer_const_error2_test/none: CompileTimeError
+assertion_initializer_const_error2_test/cc02: MissingCompileTimeError
 
 # dartk: precompilation failures (debug)
 [ $compiler == dartkp && $mode == debug ]
diff --git a/tests/language_2/language_2_kernel.status b/tests/language_2/language_2_kernel.status
index b19884c..fa0fd16 100644
--- a/tests/language_2/language_2_kernel.status
+++ b/tests/language_2/language_2_kernel.status
@@ -61,7 +61,7 @@
 deferred_constraints_type_annotation_test/is_check: Pass # Passes by mistake. Deferred loading kernel issue 28335
 deferred_constraints_type_annotation_test/new: CompileTimeError # Deferred loading kernel issue 28335.
 deferred_constraints_type_annotation_test/new_before_load: Pass # Passes by mistake. Deferred loading kernel issue 28335
-deferred_constraints_type_annotation_test/new_generic1: CompileTimeError # Deferred loading kernel issue 28335 
+deferred_constraints_type_annotation_test/new_generic1: CompileTimeError # Deferred loading kernel issue 28335
 deferred_constraints_type_annotation_test/new_generic2: Pass # Passes by mistake. Deferred loading kernel issue 28335
 deferred_constraints_type_annotation_test/new_generic3: Pass # Passes by mistake. Deferred loading kernel issue 28335
 deferred_constraints_type_annotation_test/none: CompileTimeError # Deferred loading kernel issue 28335.
@@ -272,24 +272,25 @@
 checked_setter3_test/01: MissingCompileTimeError
 checked_setter3_test/02: MissingCompileTimeError
 checked_setter3_test/03: MissingCompileTimeError
-deferred_constraints_type_annotation_test/as_operation: Crash
-deferred_constraints_type_annotation_test/catch_check: Crash
-deferred_constraints_type_annotation_test/is_check: Crash
-deferred_constraints_type_annotation_test/new: Crash
-deferred_constraints_type_annotation_test/new_before_load: Crash
-deferred_constraints_type_annotation_test/new_generic1: Crash
-deferred_constraints_type_annotation_test/new_generic2: Crash
-deferred_constraints_type_annotation_test/new_generic3: Crash
-deferred_constraints_type_annotation_test/none: Crash
-deferred_constraints_type_annotation_test/static_method: Crash
-deferred_constraints_type_annotation_test/type_annotation1: Crash
-deferred_constraints_type_annotation_test/type_annotation_generic1: Crash
-deferred_constraints_type_annotation_test/type_annotation_generic2: Crash
-deferred_constraints_type_annotation_test/type_annotation_generic3: Crash
-deferred_constraints_type_annotation_test/type_annotation_generic4: Crash
-deferred_constraints_type_annotation_test/type_annotation_non_deferred: Crash
-deferred_constraints_type_annotation_test/type_annotation_null: Crash
-deferred_constraints_type_annotation_test/type_annotation_top_level: Crash
+deferred_constraints_type_annotation_test/as_operation: Pass
+deferred_constraints_type_annotation_test/catch_check: Pass
+deferred_constraints_type_annotation_test/is_check: Pass
+deferred_constraints_type_annotation_test/new: CompileTimeError
+deferred_constraints_type_annotation_test/new_before_load: Pass
+deferred_constraints_type_annotation_test/new_generic1: CompileTimeError
+deferred_constraints_type_annotation_test/new_generic2: Pass
+deferred_constraints_type_annotation_test/new_generic3: Pass
+deferred_constraints_type_annotation_test/none: Pass
+deferred_constraints_type_annotation_test/static_method: CompileTimeError
+deferred_constraints_type_annotation_test/type_annotation1: Pass
+deferred_constraints_type_annotation_test/type_annotation_generic1: Pass
+deferred_constraints_type_annotation_test/type_annotation_generic2: Pass
+deferred_constraints_type_annotation_test/type_annotation_generic3: Pass
+deferred_constraints_type_annotation_test/type_annotation_generic4: Pass
+deferred_constraints_type_annotation_test/type_annotation_non_deferred: CompileTimeError
+deferred_constraints_type_annotation_test/type_annotation_null: Pass
+deferred_constraints_type_annotation_test/type_annotation_top_level: Pass
+deferred_constraints_type_annotation_test/none: CompileTimeError
 function_subtype_inline2_test: RuntimeError
 generic_constructor_mixin2_test/01: MissingCompileTimeError
 generic_constructor_mixin3_test/01: MissingCompileTimeError
@@ -298,7 +299,7 @@
 generic_methods_recursive_bound_test/02: MissingCompileTimeError
 generic_methods_recursive_bound_test/03: Pass
 generic_methods_reuse_type_variables_test: Pass
-generic_no_such_method_dispatcher_test : CompileTimeError
+generic_no_such_method_dispatcher_test : Crash # Issue 31335
 generic_tearoff_test: CompileTimeError
 typevariable_substitution2_test/02: RuntimeError
 
@@ -519,7 +520,7 @@
 function_type/function_type99_test: RuntimeError
 function_type/function_type9_test: RuntimeError
 generalized_void_syntax_test: CompileTimeError # Issue #30176.
-issue_1751477_test: Crash # KernelVM bug: Deferred loading kernel issue 28335.
+issue_1751477_test: CompileTimeError # KernelVM bug: Deferred loading kernel issue 28335.
 mixin_super_constructor_named_test/01: MissingCompileTimeError # KernelVM bug: Issue 15101
 mixin_super_constructor_positionals_test/01: MissingCompileTimeError # KernelVM bug: Issue 15101
 named_constructor_test/01: MissingRuntimeError # Fasta bug: Bad compilation of constructor reference.
@@ -612,8 +613,6 @@
 constructor_duplicate_final_test/01: MissingCompileTimeError
 constructor_duplicate_final_test/02: MissingCompileTimeError
 const_syntax_test/08: Crash
-const_syntax_test/09: Crash
-const_syntax_test/10: Crash
 export_double_same_main_test: Crash # Issue 29895
 factory3_test: Crash
 final_syntax_test/09: Crash
@@ -628,10 +627,7 @@
 factory3_test: Crash
 export_double_same_main_test: Crash # Issue 29895
 final_syntax_test/09: Crash
-const_conditional_test/08: Crash
 const_syntax_test/08: Crash
-const_syntax_test/09: Crash
-const_syntax_test/10: Crash
 stacktrace_demangle_ctors_test: RuntimeError
 vm/optimized_stacktrace_test: Crash
 vm/regress_27671_test: Crash
@@ -993,7 +989,6 @@
 
 [ $compiler == dartkp && $strong ]
 abstract_syntax_test/01: MissingCompileTimeError
-assert_message_test: Crash
 assertion_initializer_const_error_test/01: Pass
 async_await_syntax_test/a12b: MissingCompileTimeError
 async_await_syntax_test/a12d: MissingCompileTimeError
@@ -1004,18 +999,9 @@
 async_await_syntax_test/b15b: MissingCompileTimeError
 async_await_syntax_test/b15d: MissingCompileTimeError
 async_await_syntax_test/e1: MissingCompileTimeError
-async_rethrow_test: Crash
-async_star_await_pauses_test: Crash
-async_star_regression_2238_test: Crash
-async_star_stream_take_test: Crash
+async_star_regression_2238_test: Pass
 async_star_test/01: Crash
 async_star_test/02: Crash
-async_star_test/03: Crash
-async_star_test/04: Crash
-async_star_test/05: Crash
-async_star_test/none: Crash
-async_test: Crash
-await_for_test: Crash
 bad_constructor_test/00: MissingCompileTimeError
 bad_constructor_test/01: MissingCompileTimeError
 bad_named_parameters_test/04: Crash
@@ -1182,21 +1168,12 @@
 function_syntax_test/73: MissingCompileTimeError
 function_syntax_test/74: MissingCompileTimeError
 generic_function_type_as_type_argument_test/02: Pass
-generic_functions_test: Crash
 generic_methods_bounds_test/01: Crash
 generic_methods_dynamic_test/01: Crash
 generic_methods_dynamic_test/03: Crash
-generic_methods_dynamic_test/05: Crash
-generic_methods_function_type_test: Crash
-generic_methods_generic_function_parameter_test: Crash
 generic_methods_generic_function_result_test/01: MissingCompileTimeError
 generic_methods_generic_function_result_test/none: Pass
-generic_methods_overriding_test/02: Crash
-generic_methods_overriding_test/04: Crash
-generic_methods_overriding_test/05: Crash
-generic_methods_overriding_test/06: Crash
 generic_methods_recursive_bound_test/03: MissingRuntimeError
-generic_methods_test: Crash
 generic_methods_type_expression_test: Crash
 get_set_syntax_test/00: MissingCompileTimeError
 get_set_syntax_test/04: MissingCompileTimeError
@@ -1274,11 +1251,9 @@
 redirecting_factory_incompatible_signature_test/01: MissingCompileTimeError
 redirecting_factory_infinite_steps_test/01: MissingCompileTimeError
 redirecting_factory_malbounded_test/01: MissingCompileTimeError
-regress_26175_test: Crash
 regress_28341_test: Pass
 regress_29784_test/01: MissingCompileTimeError
 regress_29784_test/02: MissingCompileTimeError
-regress_30339_test: Crash
 static_final_field2_test/02: MissingCompileTimeError
 static_top_level_test/00: MissingCompileTimeError
 static_top_level_test/04: MissingCompileTimeError
@@ -1424,9 +1399,6 @@
 type_promotion_multiple_test/22: MissingCompileTimeError
 type_variable_promotion_test: Pass
 unicode_bom_test: Pass
-vm/async_await_catch_stacktrace_test: Crash
-vm/optimized_guarded_field_isolates_test: Crash
-vm/store_to_load_forwarding_phis_vm_test: Crash
 void_type_callbacks_test/none: CompileTimeError
 void_type_function_types_test/none: CompileTimeError
 void_type_override_test/none: CompileTimeError
@@ -1468,7 +1440,6 @@
 void_type_usage_test/paren_stmt: CompileTimeError
 void_type_usage_test/setter_assign: CompileTimeError
 wrong_number_type_arguments_test/none: Pass
-asyncstar_throw_in_catch_test: Crash # Issue 31297
 type_literal_test: RuntimeError
 
 # Correctly passes.
diff --git a/tests/language_2/language_2_precompiled.status b/tests/language_2/language_2_precompiled.status
index 63a151d..58384ed 100644
--- a/tests/language_2/language_2_precompiled.status
+++ b/tests/language_2/language_2_precompiled.status
@@ -948,7 +948,6 @@
 wrong_number_type_arguments_test/*: MissingCompileTimeError
 
 [ $runtime == dart_precompiled && $compiler == dartkp ]
-regress_31057_test: Crash # Issue 31317
 
 [ $runtime == dart_precompiled && $compiler != dartkp ]
 deferred_load_constants_test/02: Fail
diff --git a/tests/lib_2/lib_2_kernel.status b/tests/lib_2/lib_2_kernel.status
index f7596bc..90c7da1 100644
--- a/tests/lib_2/lib_2_kernel.status
+++ b/tests/lib_2/lib_2_kernel.status
@@ -3,16 +3,8 @@
 # BSD-style license that can be found in the LICENSE file.
 
 [ $compiler == dartkp ]
-isolate/message3_test/byteBuffer: Crash
-isolate/message3_test/constInstance: Crash
-isolate/message3_test/constList: Crash
-isolate/message3_test/constList_identical: Crash
-isolate/message3_test/constMap: Crash
-isolate/message3_test/fun: Crash
-isolate/message3_test/none: Crash
 mirrors/*: SkipByDesign # Mirrors are not supported in AOT mode.
 html/*: SkipByDesign # dart:html not supported on VM.
-isolate/typed_message_test: Crash
 
 [ $compiler == dartk || $compiler == dartkp ]
 async/future_or_strong_test: RuntimeError
@@ -37,9 +29,6 @@
 mirrors/reflected_type_typedefs_test: RuntimeError
 mirrors/reflected_type_typevars_test: RuntimeError
 
-[ $compiler == dartkp ]
-async/stream_timeout_test: RuntimeError
-
 [ $compiler == dartk ]
 mirrors/abstract_class_test: RuntimeError
 mirrors/class_declarations_test/01: RuntimeError
@@ -293,130 +282,11 @@
 typed_data/int32x4_static_test/02: MissingCompileTimeError
 
 [ $compiler == dartkp && $strong ]
-async/async_await_sync_completer_test: Crash
-async/async_await_zones_test: Crash
-async/catch_errors12_test: Crash
-async/catch_errors15_test: Crash
-async/catch_errors16_test: Crash
-async/catch_errors17_test: Crash
-async/catch_errors21_test: Crash
-async/catch_errors22_test: Crash
-async/catch_errors23_test: Crash
-async/catch_errors24_test: Crash
-async/catch_errors26_test: Crash
-async/catch_errors27_test: Crash
-async/catch_errors3_test: Crash
-async/catch_errors6_test: Crash
-async/catch_errors7_test: Crash
-async/catch_errors8_test: Crash
-async/first_regression_test: Crash
-async/future_constructor2_test: Crash
-async/future_constructor_test: Crash
-async/future_foreach_test: Crash
-async/future_microtask_test: Crash
 async/future_or_only_in_async_test/00: MissingCompileTimeError
-async/future_test/01: Crash
-async/future_test/none: Crash
-async/futures_test: Crash
-async/schedule_microtask_test: Crash
-async/slow_consumer2_test: Crash
-async/slow_consumer3_test: Crash
-async/slow_consumer_test: Crash
-async/stack_trace03_test: Crash
-async/stack_trace04_test: Crash
-async/stack_trace05_test: Crash
-async/stack_trace06_test: Crash
-async/stack_trace07_test: Crash
-async/stack_trace08_test: Crash
-async/stack_trace11_test: Crash
-async/stack_trace12_test: Crash
-async/stack_trace13_test: Crash
-async/stack_trace14_test: Crash
-async/stack_trace15_test: Crash
-async/stack_trace16_test: Crash
-async/stack_trace17_test: Crash
-async/stack_trace18_test: Crash
-async/stack_trace19_test: Crash
-async/stack_trace25_test: Crash
-async/stream_controller_async_test: Crash
-async/stream_controller_test: Crash
-async/stream_distinct_test: Crash
-async/stream_event_transformed_test: Crash
-async/stream_first_where_test: Crash
-async/stream_from_futures_test: Crash
-async/stream_from_iterable_test: Crash
-async/stream_iterator_double_cancel_test: Crash
-async/stream_iterator_test: Crash
-async/stream_join_test: Crash
-async/stream_last_where_test: Crash
-async/stream_periodic2_test: Crash
-async/stream_periodic3_test: Crash
-async/stream_periodic4_test: Crash
-async/stream_periodic5_test: Crash
-async/stream_periodic6_test: Crash
-async/stream_periodic_test: Crash
-async/stream_single_test: Crash
-async/stream_single_to_multi_subscriber_test: Crash
-async/stream_state_nonzero_timer_test: Crash
-async/stream_state_test: Crash
-async/stream_subscription_as_future_test: Crash
-async/stream_subscription_cancel_test: Crash
-async/stream_take_test: Crash
-async/stream_timeout_test: Crash
-async/stream_transform_test: Crash
-async/stream_transformation_broadcast_test: Crash
-async/stream_transformer_test: Crash
-async/stream_zones_test: Crash
-async/timer_cancel1_test: Crash
-async/timer_cancel2_test: Crash
-async/timer_cancel_test: Crash
-async/timer_isActive_test: Crash
-async/timer_repeat_test: Crash
-async/timer_test: Crash
-async/wait_for_cancel_test: Crash
-async/zone_bind_callback_test: Crash
-async/zone_bind_callback_unary_test: Crash
-async/zone_debug_test: Crash
-async/zone_error_callback_test: Crash
-async/zone_fork_test: Crash
-async/zone_future_schedule_microtask_test: Crash
-async/zone_register_callback_test: Crash
-async/zone_register_callback_unary_test: Crash
-async/zone_run_guarded_test: Crash
-async/zone_run_test: Crash
-async/zone_run_unary_test: Crash
-convert/codec1_test: Crash
-convert/codec2_test: Crash
-convert/encoding_test: Crash
-convert/html_escape_test: Crash
-convert/line_splitter_test: Crash
-convert/streamed_conversion_json_encode1_test: Crash
-convert/streamed_conversion_json_utf8_decode_test: Crash
-convert/streamed_conversion_json_utf8_encode_test: Crash
-convert/streamed_conversion_utf8_decode_test: Crash
-convert/streamed_conversion_utf8_encode_test: Crash
 isolate/compile_time_error_test/01: Crash
-isolate/compile_time_error_test/none: Crash
-isolate/function_send1_test: Crash
-isolate/function_send_test: Crash
-isolate/handle_error2_test: Crash
-isolate/handle_error3_test: Crash
-isolate/handle_error_test: Crash
-isolate/isolate_current_test: Crash
 isolate/isolate_import_test/01: MissingCompileTimeError
 isolate/issue_22778_test: Crash
-isolate/kill2_test: Crash
-isolate/kill_self_test: Crash
-isolate/kill_test: Crash
-isolate/object_leak_test: Crash
-isolate/ondone_test: Crash
-isolate/pause_test: Crash
 isolate/ping_pause_test: Crash
-isolate/ping_test: Crash
-isolate/simple_message_test/01: Crash
-isolate/simple_message_test/none: Crash
-isolate/start_paused_test: Crash
-isolate/timer_isolate_test: Crash
 profiler/metrics_num_test: RuntimeError
 profiler/metrics_test: Crash
 typed_data/float32x4_static_test: MissingCompileTimeError
diff --git a/tests/standalone_2/standalone_2_kernel.status b/tests/standalone_2/standalone_2_kernel.status
index 8e300d2..6ebd0cf 100644
--- a/tests/standalone_2/standalone_2_kernel.status
+++ b/tests/standalone_2/standalone_2_kernel.status
@@ -46,153 +46,16 @@
 
 [ $compiler == dartkp && $strong ]
 io/arguments_test: RuntimeError
-io/async_catch_errors_test: Crash
-io/create_recursive_test: Crash
-io/delete_symlink_test: Crash
-io/dependency_graph_test: Crash
-io/directory_chdir_test: Crash
-io/directory_create_race_test: Crash
-io/directory_error_test: Crash
-io/directory_fuzz_test: Crash
-io/directory_list_nonexistent_test: Crash
-io/directory_list_pause_test: Crash
-io/directory_non_ascii_test: Crash
-io/directory_test: Crash
-io/directory_uri_test: Crash
-io/echo_server_stream_test: Crash
+io/directory_fuzz_test: RuntimeError
 io/file_constructor_test: RuntimeError
-io/file_copy_test: Crash
-io/file_error_test: Crash
-io/file_fuzz_test: Crash
-io/file_input_stream_test: Crash
-io/file_non_ascii_test: Crash
-io/file_output_stream_test: Crash
-io/file_read_encoded_test: Crash
-io/file_stat_test: Crash
-io/file_stream_test: Crash
-io/file_system_async_links_test: Crash
-io/file_system_delete_test: Crash
-io/file_system_exists_test: Crash
-io/file_system_links_test: Crash
-io/file_test: Crash
-io/file_typed_data_test: Crash
-io/file_uri_test: Crash
-io/file_write_as_test: Crash
-io/file_write_only_test: Crash
-io/http_10_test: Crash
-io/http_advanced_test: Crash
-io/http_auth_digest_test: Crash
-io/http_auth_test: Crash
-io/http_basic_test: Crash
-io/http_bind_test: Crash
-io/http_client_exception_test: Crash
-io/http_client_request_test: Crash
+io/file_fuzz_test: RuntimeError, Pass
 io/http_close_test: Crash
-io/http_compression_test: Crash
-io/http_connection_close_test: Crash
-io/http_connection_header_test: Crash
-io/http_connection_info_test: Crash
-io/http_cross_process_test: Crash
-io/http_detach_socket_test: Crash
-io/http_head_test: Crash
-io/http_headers_state_test: Crash
-io/http_ipv6_test: Crash
-io/http_keep_alive_test: Crash
-io/http_no_reason_phrase_test: Crash
-io/http_outgoing_size_test: Crash
-io/http_parser_test: Crash
-io/http_read_test: Crash
-io/http_redirect_test: Crash
-io/http_request_pipeling_test: Crash
-io/http_requested_uri_test: Crash
-io/http_server_early_client_close2_test: Crash
-io/http_server_early_client_close_test: Crash
-io/http_server_idle_timeout_test: Crash
-io/http_server_response_test: Crash
-io/http_server_test: Crash
-io/http_session_test: Crash
-io/http_stream_close_test: Crash
 io/https_client_certificate_test: Crash
-io/https_client_exception_test: Crash
-io/https_server_test: Crash
-io/internet_address_test: Crash
-io/io_sink_test: Crash
-io/link_async_test: Crash
-io/link_test: Crash
-io/link_uri_test: Crash
-io/many_directory_operations_test: Crash
-io/many_file_operations_test: Crash
-io/network_interface_test: Crash
-io/parent_test: Crash
-io/pipe_server_test: Crash
 io/platform_test: Crash
-io/process_broken_pipe_test: Crash
-io/process_exit_negative_test: Crash
-io/process_exit_test: Crash
-io/process_kill_test: Crash
-io/process_path_environment_test: Crash
-io/process_path_test: Crash
-io/process_pid_test: Crash
-io/process_segfault_test: Crash
-io/process_start_exception_test: Crash
-io/process_working_directory_test: Crash
-io/raw_datagram_read_all_test: Crash
-io/raw_secure_socket_pause_test: Crash
-io/raw_secure_socket_test: Crash
-io/raw_server_socket_cancel_test: Crash
-io/raw_socket_cross_process_test: Crash
 io/raw_socket_test: Crash
-io/raw_socket_typed_data_test: Crash
-io/raw_socket_write_destroy_test: Crash
-io/raw_synchronous_socket_test: Crash
-io/read_into_const_list_test: Crash
-io/regress_10026_test: Crash
-io/regress_21160_test: Crash
-io/regress_21987_test: Crash
-io/regress_8828_test: Crash
-io/regress_9194_test: Crash
-io/resolve_symbolic_links_test: Crash
-io/secure_builtin_roots_test: Crash
-io/secure_client_raw_server_test: Crash
-io/secure_client_server_test: Crash
-io/secure_session_resume_test: Crash
-io/secure_socket_alpn_test: Crash
 io/secure_socket_renegotiate_test: Crash
-io/secure_socket_test: Crash
-io/socket_bind_test: Crash
-io/socket_close_test: Crash
-io/socket_cross_process_test: Crash
-io/socket_exception_test: Crash
-io/socket_info_ipv4_test: Crash
-io/socket_info_ipv6_test: Crash
-io/socket_ipv6_test/01: Crash
-io/socket_ipv6_test/02: Crash
-io/socket_ipv6_test/03: Crash
-io/socket_ipv6_test/04: Crash
-io/socket_ipv6_test/05: Crash
-io/socket_ipv6_test/06: Crash
-io/socket_ipv6_test/07: Crash
-io/socket_port_test: Crash
-io/socket_test: Crash
-io/socket_upgrade_to_secure_test: Crash
-io/stdout_close_test: Crash
-io/stdout_stderr_non_blocking_test: Crash
-io/stdout_stderr_test: Crash
-io/stream_pipe_test: Crash
-io/test_runner_test: Crash
-io/web_socket_compression_test: Crash
-io/web_socket_pipe_test: Crash
-io/web_socket_protocol_processor_test: Crash
-io/web_socket_protocol_test: Crash
-io/web_socket_typed_data_test: Crash
-io/windows_file_system_async_links_test: Crash
-io/windows_file_system_links_test: Crash
-io/zlib_test: Crash
 pow_test: Crash
 regress31114_test: Crash
-typed_array_int64_uint64_test: Crash
-typed_array_test: Crash
-typed_data_isolate_test: Crash
 
 [ ($compiler == dartk || $compiler == dartkp) && $strong && $mode == debug]
 io/raw_socket_test: Crash