Update status for Dart kernel precompiled VM tests after commit 42a6399

Follow-up to https://dart-review.googlesource.com/c/sdk/+/34400

Change-Id: I6d07c4a0023d4a5fc227d01fe83943f7389c9ff2
Reviewed-on: https://dart-review.googlesource.com/34587
Reviewed-by: Samir Jindel <sjindel@google.com>
Commit-Queue: William Hesse <whesse@google.com>
This commit is contained in:
William Hesse
2018-01-15 14:38:40 +00:00
committed by commit-bot@chromium.org
parent e9608b25b5
commit 473eb4be4b
2 changed files with 23 additions and 68 deletions
+12 -28
View File
@@ -16,6 +16,9 @@ generic_no_such_method_dispatcher_test: RuntimeError # Issue 31424
mock_writable_final_field_test: RuntimeError # Issue 31424
no_such_method_subtype_test: RuntimeError # Issue 31424
[ $arch == simdbc64 && $compiler == dartk && $strong ]
instantiate_tearoff_test: Crash #Issue 31880
[ $compiler == dartk && $mode == debug && $runtime == vm && $strong ]
bad_named_parameters_test/01: Crash # Issue(http://dartbug.com/31630)
bad_named_parameters_test/02: Crash # Issue(http://dartbug.com/31630)
@@ -338,11 +341,8 @@ ct_const2_test: Pass, Crash # Flaky
ct_const_test: RuntimeError
cyclic_constructor_test/01: MissingCompileTimeError # Fasta bug: Cyclic constructor redirection.
cyclic_type2_test: CompileTimeError
cyclic_type2_test: Fail, OK
cyclic_type_test/02: CompileTimeError
cyclic_type_test/02: Fail, OK # Non-contractive types are not supported in the vm.
cyclic_type_test/04: CompileTimeError
cyclic_type_test/04: Fail, OK
cyclic_type_variable_test/01: MissingCompileTimeError
cyclic_type_variable_test/02: MissingCompileTimeError
cyclic_type_variable_test/03: MissingCompileTimeError
@@ -376,19 +376,15 @@ deferred_inheritance_constraints_test/redirecting_constructor: RuntimeError # Fa
deferred_inlined_test: CompileTimeError # KernelVM bug: Deferred loading kernel issue 28335.
deferred_inlined_test: RuntimeError
deferred_load_constants_test/none: CompileTimeError # KernelVM bug: Deferred loading kernel issue 28335.
deferred_load_inval_code_test: RuntimeError
deferred_load_inval_code_test: CompileTimeError # KernelVM bug: Deferred loading kernel issue 28335.
deferred_load_library_wrong_args_test/01: Pass # Passes by mistake. KernelVM bug: Deferred loading kernel issue 28335.
deferred_load_library_wrong_args_test/none: CompileTimeError # KernelVM bug: Deferred loading kernel issue 28335.
deferred_mixin_test: RuntimeError
deferred_mixin_test: CompileTimeError # KernelVM bug: Deferred loading kernel issue 28335.
deferred_no_such_method_test: CompileTimeError # KernelVM bug: Deferred loading kernel issue 28335.
deferred_no_such_method_test: RuntimeError
deferred_not_loaded_check_test: RuntimeError # Fasta/KernelVM bug: Deferred loading kernel issue 28335.
deferred_only_constant_test: CompileTimeError # KernelVM bug: Deferred loading kernel issue 28335.
deferred_only_constant_test: RuntimeError
deferred_optimized_test: CompileTimeError # KernelVM bug: Deferred loading kernel issue 28335.
deferred_optimized_test: RuntimeError
deferred_redirecting_factory_test: CompileTimeError # KernelVM bug: Deferred loading kernel issue 28335.
deferred_redirecting_factory_test: RuntimeError
deferred_regression_22995_test: CompileTimeError # KernelVM bug: Deferred loading kernel issue 28335.
@@ -398,7 +394,6 @@ deferred_shadow_load_library_test: RuntimeError
deferred_shared_and_unshared_classes_test: CompileTimeError # KernelVM bug: Deferred loading kernel issue 28335.
deferred_shared_and_unshared_classes_test: RuntimeError
deferred_static_seperate_test: CompileTimeError # KernelVM bug: Deferred loading kernel issue 28335.
deferred_static_seperate_test: RuntimeError
deferred_super_dependency_test/01: Pass # Passes by mistake. KernelVM bug: Deferred loading kernel issue 28335.
deferred_type_dependency_test/as: CompileTimeError # KernelVM bug: Deferred loading kernel issue 28335.
deferred_type_dependency_test/is: CompileTimeError # KernelVM bug: Deferred loading kernel issue 28335.
@@ -805,9 +800,6 @@ mixin_black_listed_test/02: MissingCompileTimeError # Please triage.
null_test/02: MissingCompileTimeError # Please triage.
null_test/03: MissingCompileTimeError # Please triage.
[ $compiler == dartk && $strong && $arch == simdbc64 ]
instantiate_tearoff_test: Crash #Issue 31880
[ $compiler == dartk && !$strong ]
*: SkipByDesign # language_2 is only supported in strong mode.
@@ -997,6 +989,10 @@ type_variable_bounds4_test/01: RuntimeError
[ $compiler == dartkp && $runtime == dart_precompiled && !$checked && $strong ]
assertion_initializer_const_error_test/01: MissingCompileTimeError
assertion_initializer_const_function_error_test/01: MissingCompileTimeError
async_star_test/01: RuntimeError
async_star_test/03: RuntimeError
async_star_test/05: RuntimeError
async_star_test/none: RuntimeError
bool_check_test: RuntimeError
bool_condition_check_test: RuntimeError
callable_test/none: RuntimeError
@@ -1064,13 +1060,9 @@ async_star_pause_test: Fail, OK
async_star_regression_2238_test: RuntimeError
async_star_regression_23116_test: RuntimeError
async_star_regression_fisk_test: RuntimeError
async_star_test/01: CompileTimeError # Issue 2238.
async_star_test/02: CompileTimeError # Issue 31402 (Invocation arguments)
async_star_test/02: RuntimeError
async_star_test/03: CompileTimeError # Issue 31402 (Invocation arguments)
async_star_test/04: CompileTimeError # Issue 31402 (Invocation arguments)
async_star_test/05: CompileTimeError # Issue 31402 (Invocation arguments)
async_star_test/none: CompileTimeError # Issue 31402 (Invocation arguments)
async_star_test/04: RuntimeError
await_test: RuntimeError # Issue 31541
bad_named_parameters2_test/01: MissingCompileTimeError
bad_named_parameters_test/01: MissingCompileTimeError
@@ -1140,8 +1132,8 @@ const_constructor2_test/20: MissingCompileTimeError
const_constructor2_test/22: MissingCompileTimeError
const_constructor2_test/24: MissingCompileTimeError
const_constructor_nonconst_field_test/01: MissingCompileTimeError # Fasta bug: Non-const expression in field initializer.
const_dynamic_type_literal_test/02: MissingCompileTimeError
const_dynamic_type_literal_test/02: RuntimeError # KernelVM bug: Constant map duplicated key.
const_dynamic_type_literal_test/02: MissingCompileTimeError
const_evaluation_test: SkipByDesign
const_factory_with_body_test/01: MissingCompileTimeError # Fasta bug: Const factory with body.
const_instance_field_test/01: MissingCompileTimeError # Fasta bug: Const instance field.
@@ -1165,7 +1157,6 @@ constructor_redirect2_negative_test: MissingCompileTimeError
constructor_redirect2_test/01: MissingCompileTimeError # Fasta bug: Body on redirecting constructor.
constructor_redirect_test/01: MissingCompileTimeError # Fasta bug: Initializer refers to this.
covariant_subtyping_test: CompileTimeError
covariant_subtyping_test: Crash
ct_const2_test: Skip # Incompatible flag: --compile_all
ct_const_test: RuntimeError
cyclic_constructor_test/01: MissingCompileTimeError # Fasta bug: Cyclic constructor redirection.
@@ -1212,8 +1203,7 @@ deferred_no_such_method_test: CompileTimeError # KernelVM bug: Deferred loading
deferred_not_loaded_check_test: RuntimeError # Fasta/KernelVM bug: Deferred loading kernel issue 28335.
deferred_only_constant_test: CompileTimeError # KernelVM bug: Deferred loading kernel issue 28335.
deferred_optimized_test: CompileTimeError # KernelVM bug: Deferred loading kernel issue 28335.
deferred_redirecting_factory_test: CompileTimeError # KernelVM bug: Deferred loading kernel issue 28335.
deferred_redirecting_factory_test: Fail, Crash # Issue 23408
deferred_redirecting_factory_test: CompileTimeError, Fail, Crash # Issue 23408, KernelVM bug: Deferred loading kernel issue 28335.
deferred_regression_22995_test: CompileTimeError # KernelVM bug: Deferred loading kernel issue 28335.
deferred_regression_28678_test: CompileTimeError # KernelVM bug: Deferred loading kernel issue 28335.
deferred_shadow_load_library_test: CompileTimeError # KernelVM bug: Deferred loading kernel issue 28335.
@@ -1233,10 +1223,8 @@ dynamic_test: CompileTimeError # Issue 31402 (Variable declaration)
emit_const_fields_test: CompileTimeError # Issue 31533
enum_mirror_test: SkipByDesign
example_constructor_test: Fail, OK
export_ambiguous_main_negative_test: Fail # Issue 14763
export_ambiguous_main_negative_test: Skip # Issue 29895
export_double_same_main_test: Crash # Issue 29895
export_double_same_main_test: Skip # Issue 29895
export_ambiguous_main_negative_test: Skip # Issue 29895 Fail Issue 14763
export_double_same_main_test: Skip # Issue 29895 Crash Issue 29895
external_test/10: MissingRuntimeError # KernelVM bug: Unbound external.
external_test/13: MissingRuntimeError # KernelVM bug: Unbound external.
external_test/20: MissingRuntimeError # KernelVM bug: Unbound external.
@@ -1267,8 +1255,6 @@ function_subtype_bound_closure2_test: RuntimeError
function_subtype_bound_closure5_test: RuntimeError
function_subtype_bound_closure5a_test: RuntimeError
function_subtype_bound_closure6_test: RuntimeError
function_subtype_bound_closure7_test: CompileTimeError # Issue 31402 (Variable declaration)
function_subtype_bound_closure7_test: RuntimeError
function_subtype_call1_test: RuntimeError
function_subtype_call2_test: RuntimeError
function_subtype_cast0_test: RuntimeError
@@ -1310,7 +1296,6 @@ generic_methods_recursive_bound_test/03: MissingRuntimeError
generic_methods_recursive_bound_test/03: Pass
generic_methods_reuse_type_variables_test: Pass
generic_methods_tearoff_specialization_test: CompileTimeError # Issue 31402 (Variable declaration)
generic_methods_tearoff_specialization_test: RuntimeError
generic_methods_unused_parameter_test: RuntimeError # Issue 31402 (Variable declaration)
generic_no_such_method_dispatcher_simple_test: CompileTimeError # Issue 31533
generic_no_such_method_dispatcher_test: CompileTimeError # Issue 31533
@@ -1360,7 +1345,6 @@ issue_1751477_test: CompileTimeError # KernelVM bug: Deferred loading kernel iss
issue_25671a_test/01: CompileTimeError # Test assumes Dart 1.0 semantics
issue_25671b_test/01: Crash
language_2/least_upper_bound_expansive_test/none: CompileTimeError
least_upper_bound_expansive_test/none: RuntimeError
least_upper_bound_expansive_test/none: CompileTimeError
library_env_test/has_html_support: RuntimeError # KernelVM bug: Configurable imports.
library_env_test/has_mirror_support: RuntimeError, OK
+11 -40
View File
@@ -153,27 +153,18 @@ mirrors/library_imports_bad_metadata_test/none: Crash
mirrors/library_imports_deferred_test: CompileTimeError # Issue 31402 (Invocation arguments)
mirrors/library_imports_deferred_test: RuntimeError
mirrors/library_imports_hidden_test: CompileTimeError # Issue 31402 (Invocation arguments)
mirrors/library_imports_hidden_test: RuntimeError
mirrors/library_imports_metadata_test: CompileTimeError # Issue 31402 (Invocation arguments)
mirrors/library_imports_metadata_test: RuntimeError
mirrors/library_imports_prefixed_show_hide_test: CompileTimeError # Issue 31402 (Invocation arguments)
mirrors/library_imports_prefixed_show_hide_test: RuntimeError
mirrors/library_imports_prefixed_test: CompileTimeError # Issue 31402 (Invocation arguments)
mirrors/library_imports_prefixed_test: RuntimeError
mirrors/library_imports_shown_test: CompileTimeError # Issue 31402 (Invocation arguments)
mirrors/library_imports_shown_test: RuntimeError
mirrors/library_metadata_test: RuntimeError
mirrors/list_constructor_test/01: Crash
mirrors/list_constructor_test/01: RuntimeError
mirrors/list_constructor_test/none: Crash
mirrors/list_constructor_test/none: RuntimeError
mirrors/load_library_test: Crash
mirrors/load_library_test: RuntimeError
mirrors/list_constructor_test/01: Crash, RuntimeError
mirrors/list_constructor_test/none: Crash, RuntimeError
mirrors/load_library_test: Crash, RuntimeError
mirrors/metadata_allowed_values_test/13: MissingCompileTimeError
mirrors/metadata_allowed_values_test/14: MissingCompileTimeError
mirrors/metadata_allowed_values_test/16: Skip # Flaky, crashes.
mirrors/metadata_constructed_constant_test: RuntimeError
mirrors/metadata_constructed_constant_test: Crash
mirrors/metadata_constructed_constant_test: Crash, RuntimeError
mirrors/metadata_scope_test/none: RuntimeError
mirrors/method_mirror_location_test: RuntimeError
mirrors/method_mirror_name_test: CompileTimeError # Issue 31402 (Invocation arguments)
@@ -372,35 +363,16 @@ async/future_value_chain4_test: CompileTimeError # Issue 31616
async/slow_consumer2_test: CompileTimeError # Issue 31402 (Invocation arguments)
async/slow_consumer3_test: CompileTimeError # Issue 31402 (Invocation arguments)
async/slow_consumer_test: CompileTimeError # Issue 31402 (Invocation arguments)
async/stream_controller_async_test: CompileTimeError # Issue 31402 (Invocation arguments)
async/stream_controller_async_test: RuntimeError
async/stream_distinct_test: RuntimeError
async/stream_first_where_test: CompileTimeError # Issue 31402 (Invocation arguments)
async/stream_from_iterable_test: CompileTimeError # Issue 31402 (Invocation arguments)
async/stream_iterator_test: CompileTimeError # Issue 31402 (Invocation arguments)
async/stream_join_test: CompileTimeError # Issue 31402 (Invocation arguments)
async/stream_last_where_test: CompileTimeError # Issue 31402 (Invocation arguments)
async/stream_periodic2_test: CompileTimeError # Issue 31402 (Invocation arguments)
async/stream_periodic3_test: CompileTimeError # Issue 31402 (Invocation arguments)
async/stream_periodic4_test: CompileTimeError # Issue 31402 (Invocation arguments)
async/stream_periodic5_test: CompileTimeError # Issue 31402 (Invocation arguments)
async/stream_periodic6_test: CompileTimeError # Issue 31402 (Invocation arguments)
async/stream_periodic_test: CompileTimeError # Issue 31402 (Invocation arguments)
async/stream_single_test: CompileTimeError # Issue 31402 (Invocation arguments)
async/stream_single_to_multi_subscriber_test: CompileTimeError # Issue 31402 (Invocation arguments)
async/stream_state_nonzero_timer_test: CompileTimeError # Issue 31402 (Invocation arguments)
async/stream_state_test: CompileTimeError # Issue 31402 (Invocation arguments)
async/stream_subscription_as_future_test: CompileTimeError # Issue 31402 (Invocation arguments)
async/stream_subscription_cancel_test: CompileTimeError # Issue 31402 (Invocation arguments)
async/stream_timeout_test: CompileTimeError # Issue 31402 (Invocation arguments)
async/stream_transform_test: CompileTimeError # Issue 31402 (Invocation arguments)
async/stream_transformation_broadcast_test: CompileTimeError # Issue 31402 (Invocation arguments)
async/timer_cancel1_test: CompileTimeError # Issue 31402 (Invocation arguments)
async/timer_cancel2_test: CompileTimeError # Issue 31402 (Invocation arguments)
async/timer_cancel_test: CompileTimeError # Issue 31402 (Invocation arguments)
async/timer_isActive_test: CompileTimeError # Issue 31402 (Invocation arguments)
async/stream_join_test: RuntimeError
async/stream_subscription_as_future_test: RuntimeError
async/timer_cancel2_test: RuntimeError
async/timer_cancel_test: RuntimeError
async/timer_isActive_test: RuntimeError
async/timer_not_available_test: RuntimeError
async/timer_repeat_test: CompileTimeError # Issue 31402 (Invocation arguments)
async/timer_test: CompileTimeError # Issue 31402 (Invocation arguments)
async/timer_repeat_test: RuntimeError
async/zone_run_unary_test: CompileTimeError # Issue 31537
convert/json_toEncodable_reviver_test: CompileTimeError
html/*: SkipByDesign # dart:html not supported on VM.
@@ -427,7 +399,6 @@ isolate/ping_pause_test: Crash
isolate/ping_pause_test: Pass, Timeout
isolate/spawn_function_custom_class_test: Pass, Timeout
isolate/spawn_uri_nested_vm_test: Pass, Timeout
isolate/timer_isolate_test: CompileTimeError # Issue 31402 (Invocation arguments)
isolate/typed_message_test: CompileTimeError # Issue 31402 (Invocation arguments)
js/datetime_roundtrip_test: CompileTimeError
js/null_test: CompileTimeError