Status file update to get debug dartk/dartkp builders green

It hits an assertion in ArgumentCheckBitsForInvocation.

Issue https://github.com/dart-lang/sdk/issues/31630

Change-Id: I2f503d81c9a965661a896d59befe0625517f2eb8
Reviewed-on: https://dart-review.googlesource.com/29081
Reviewed-by: Martin Kustermann <kustermann@google.com>
This commit is contained in:
Martin Kustermann 2017-12-13 09:32:23 +00:00
parent 9df549a2d0
commit 226ffe6e88

View file

@ -22,6 +22,9 @@ vm/unaligned_integer_access_literal_index_test: CompileTimeError # Issue 31339
vm/unaligned_integer_access_register_index_test: CompileTimeError # Issue 31339
[ $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)
bad_named_parameters_test/04: Crash # Issue(http://dartbug.com/31630)
const_instance_field_test/01: Crash
cyclic_type_variable_test/01: Crash
cyclic_type_variable_test/02: Crash
@ -30,6 +33,11 @@ cyclic_type_variable_test/04: Crash
cyclic_type_variable_test/none: Crash
deopt_inlined_function_lazy_test: Skip
flatten_test/04: Crash # Issue #31381
instance_call_wrong_argument_count_negative_test: Crash # Issue(http//dartbug.com/31630)
optional_named_parameters_test/02: Crash # Issue(http://dartbug.com/31630)
optional_named_parameters_test/04: Crash # Issue(http://dartbug.com/31630)
optional_named_parameters_test/06: Crash # Issue(http://dartbug.com/31630)
optional_named_parameters_test/08: Crash # Issue(http://dartbug.com/31630)
tearoff_dynamic_test: Crash
[ $compiler == dartk && $mode == product && $runtime == vm ]
@ -190,8 +198,8 @@ 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/01: Pass
async_star_test/01: CompileTimeError # Issue 2238.
async_star_test/01: RuntimeError
async_star_test/02: CompileTimeError # Issue 31402 (Invocation arguments)
async_star_test/03: CompileTimeError # Issue 31402 (Invocation arguments)
@ -382,8 +390,8 @@ deferred_constraints_constants_test/none: CompileTimeError # KernelVM bug: Defer
deferred_constraints_constants_test/reference_after_load: CompileTimeError # KernelVM bug: Deferred loading kernel issue 28335.
deferred_constraints_type_annotation_test/as_operation: MissingCompileTimeError
deferred_constraints_type_annotation_test/as_operation: Pass # Passes by mistake. Deferred loading kernel issue 28335
deferred_constraints_type_annotation_test/catch_check: MissingCompileTimeError
deferred_constraints_type_annotation_test/catch_check: Pass # Passes by mistake. Deferred loading kernel issue 28335.
deferred_constraints_type_annotation_test/catch_check: MissingCompileTimeError
deferred_constraints_type_annotation_test/is_check: MissingCompileTimeError
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.
@ -640,8 +648,8 @@ generic_async_star_test: RuntimeError
generic_closure_test: RuntimeError
generic_function_bounds_test: CompileTimeError
generic_function_bounds_test: RuntimeError
generic_function_dcall_test: CompileTimeError
generic_function_dcall_test: RuntimeError
generic_function_dcall_test: CompileTimeError
generic_function_type_as_type_argument_test/02: MissingCompileTimeError, OK # No type inference
generic_function_type_as_type_argument_test/02: Pass # For the wrong reason, issue 30931
generic_function_typedef2_test/04: MissingCompileTimeError
@ -1012,8 +1020,8 @@ redirecting_factory_default_values_test/03: MissingCompileTimeError
redirecting_factory_incompatible_signature_test/01: MissingCompileTimeError
redirecting_factory_infinite_steps_test/01: MissingCompileTimeError
redirecting_factory_malbounded_test/01: MissingCompileTimeError
redirecting_factory_reflection_test: Crash, Pass
redirecting_factory_reflection_test: RuntimeError
redirecting_factory_reflection_test: Crash, Pass
regress_13494_test: MissingCompileTimeError
regress_17382_test: MissingCompileTimeError
regress_19413_test: MissingCompileTimeError
@ -1023,8 +1031,8 @@ regress_22443_test: CompileTimeError # KernelVM bug: Deferred loading kernel iss
regress_22936_test: MissingCompileTimeError
regress_22976_test/01: CompileTimeError # Issue 31402 (Variable declaration)
regress_23089_test: MissingCompileTimeError
regress_23408_test: CompileTimeError # KernelVM bug: Deferred loading kernel issue 28335.
regress_23408_test: RuntimeError
regress_23408_test: CompileTimeError # KernelVM bug: Deferred loading kernel issue 28335.
regress_25550_test: CompileTimeError # Issue 31402 (Variable declaration)
regress_27572_test: MissingCompileTimeError
regress_27617_test/1: MissingCompileTimeError # Fasta bug: Bad constructor redirection.
@ -1206,6 +1214,7 @@ cyclic_type_variable_test/03: Crash
cyclic_type_variable_test/04: Crash
cyclic_type_variable_test/none: Crash
external_test/13: Crash
instance_call_wrong_argument_count_negative_test: Crash # Issue(http://dartbug.com/31630)
optional_named_parameters_test/06: Crash
optional_named_parameters_test/08: Crash
regress_29025_test: Crash
@ -1395,8 +1404,8 @@ async_star_regression_fisk_test: RuntimeError
async_star_test/01: CompileTimeError # Issue 2238.
async_star_test/01: Crash
async_star_test/01: Pass
async_star_test/02: RuntimeError
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)
@ -1467,8 +1476,8 @@ checked_setter3_test/02: MissingCompileTimeError
checked_setter3_test/03: MissingCompileTimeError
class_cycle_test/02: MissingCompileTimeError
class_cycle_test/03: MissingCompileTimeError
class_keyword_test/02: Pass
class_keyword_test/02: MissingCompileTimeError # Issue 13627
class_keyword_test/02: Pass
class_literal_static_test/12: MissingCompileTimeError
class_literal_static_test/13: MissingCompileTimeError
class_literal_static_test/17: MissingCompileTimeError
@ -1610,8 +1619,8 @@ deferred_constraints_type_annotation_test/type_annotation_generic1: MissingCompi
deferred_constraints_type_annotation_test/type_annotation_generic1: Pass
deferred_constraints_type_annotation_test/type_annotation_generic2: MissingCompileTimeError
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_generic3: MissingCompileTimeError
deferred_constraints_type_annotation_test/type_annotation_generic3: Pass
deferred_constraints_type_annotation_test/type_annotation_generic4: MissingCompileTimeError
deferred_constraints_type_annotation_test/type_annotation_generic4: Pass
deferred_constraints_type_annotation_test/type_annotation_non_deferred: CompileTimeError
@ -1639,8 +1648,8 @@ 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 # 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.
@ -1668,12 +1677,12 @@ enum_private_test/02: MissingCompileTimeError
example_constructor_test: Fail, OK
export_ambiguous_main_negative_test: Skip # Issue 29895
export_ambiguous_main_negative_test: Fail # Issue 14763
export_double_same_main_test: Skip # Issue 29895
export_double_same_main_test: Crash # Issue 29895
export_double_same_main_test: Skip # 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.
external_test/24: Pass, CompileTimeError # Started to pass after switching to batch-mode.
external_test/24: Pass, CompileTimeError # Started to pass after switching to batch-mode.
extract_type_arguments_test: RuntimeError # Issue 31371
f_bounded_quantification_test/01: MissingCompileTimeError
f_bounded_quantification_test/02: MissingCompileTimeError
@ -1853,8 +1862,8 @@ function_type_alias_test: RuntimeError
generalized_void_syntax_test: CompileTimeError # Issue #30176
generic_async_star_test: RuntimeError
generic_closure_test: RuntimeError
generic_function_bounds_test: RuntimeError
generic_function_bounds_test: CompileTimeError
generic_function_bounds_test: RuntimeError
generic_function_dcall_test: CompileTimeError
generic_function_dcall_test: RuntimeError
generic_function_type_as_type_argument_test/02: MissingCompileTimeError, OK # No type inference
@ -1868,8 +1877,8 @@ generic_is_check_test: RuntimeError
generic_list_checked_test: RuntimeError
generic_list_checked_test: CompileTimeError # Issue 31402 (Variable declaration)
generic_method_types_test/02: RuntimeError
generic_methods_bounds_test/01: Crash
generic_methods_bounds_test/01: MissingCompileTimeError
generic_methods_bounds_test/01: Crash
generic_methods_generic_function_result_test/01: MissingCompileTimeError
generic_methods_optional_parameters_test: Pass
generic_methods_optional_parameters_test: RuntimeError
@ -1881,8 +1890,8 @@ generic_methods_recursive_bound_test/03: Pass
generic_methods_recursive_bound_test/03: MissingRuntimeError
generic_methods_recursive_bound_test/03: Crash, Pass
generic_methods_reuse_type_variables_test: Pass
generic_methods_tearoff_specialization_test: RuntimeError
generic_methods_tearoff_specialization_test: CompileTimeError # Issue 31402 (Variable declaration)
generic_methods_tearoff_specialization_test: RuntimeError
generic_methods_type_expression_test: Crash
generic_methods_type_expression_test: RuntimeError # Issue 25869 / 27460
generic_methods_unused_parameter_test: CompileTimeError # Issue 31402 (Variable declaration)
@ -2155,8 +2164,8 @@ mixin_with_two_implicit_constructors_test: MissingCompileTimeError
mock_writable_final_private_field_test: RuntimeError # Issue 30849
multiline_strings_test: Pass
multiline_strings_test: Fail # Issue 23020
named_constructor_test/01: MissingRuntimeError # Fasta bug: Bad compilation of constructor reference.
named_constructor_test/01: MissingCompileTimeError
named_constructor_test/01: MissingRuntimeError # Fasta bug: Bad compilation of constructor reference.
named_constructor_test/03: MissingCompileTimeError
named_parameters2_test: MissingCompileTimeError
named_parameters3_test: MissingCompileTimeError
@ -2326,8 +2335,8 @@ regress_28217_test/01: MissingCompileTimeError # Fasta bug: Bad constructor redi
regress_28217_test/none: MissingCompileTimeError # Fasta bug: Bad constructor redirection.
regress_28255_test: SkipByDesign
regress_28278_test: CompileTimeError # KernelVM bug: Deferred loading kernel issue 28335.
regress_28341_test: RuntimeError
regress_28341_test: Pass
regress_28341_test: RuntimeError
regress_29025_test: CompileTimeError # Issue 31402 (Variable declaration)
regress_29405_test: CompileTimeError # Issue 31402 (Invocation arguments)
regress_29784_test/01: MissingCompileTimeError
@ -2442,8 +2451,8 @@ vm/optimized_stacktrace_test: Skip # Issue 30198
vm/reflect_core_vm_test: SkipByDesign
vm/regress_27201_test: CompileTimeError # Fasta/KernelVM bug: Deferred loading kernel issue 28335.
vm/regress_27201_test: Fail
vm/regress_27671_test: Skip # Unsupported
vm/regress_27671_test: Crash
vm/regress_27671_test: Skip # Unsupported
vm/regress_29145_test: Skip # Issue 29145
vm/type_cast_vm_test: RuntimeError # Expects line and column numbers
vm/type_vm_test: RuntimeError, Pass # Expects line and column numbers