Index: tests/language/language_dart2js.status |
diff --git a/tests/language/language_dart2js.status b/tests/language/language_dart2js.status |
index 7ec4032cd13abed91b2d64ab22bbe1c8cdda19fc..0d59af4dcdd523c76162074d267c8fbee2dbeee0 100644 |
--- a/tests/language/language_dart2js.status |
+++ b/tests/language/language_dart2js.status |
@@ -242,14 +242,19 @@ generic_field_mixin5_test: Crash # Issue 18651 |
[ $compiler == dart2js && $cps_ir ] |
aborting_switch_case_test: Crash # (switch (42){case 42:foo();foo();break;}): Unhandled node |
abstract_getter_test/01: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. |
+abstract_object_method_test: RuntimeError # Please triage this failure. |
abstract_runtime_error_test/01: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. |
abstract_runtime_error_test/02: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. |
+arithmetic2_test: RuntimeError # undefined is not a function |
arithmetic_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. |
+assert_assignable_type_test: RuntimeError # Please triage this failure. |
+assign_op_test: RuntimeError # Please triage this failure. |
assign_to_type_test/01: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. |
assign_to_type_test/02: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. |
assign_to_type_test/03: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. |
assign_to_type_test/04: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. |
assign_top_method_test/01: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. |
+assignable_expression_test/none: RuntimeError # Please triage this failure. |
async_and_or_test: Crash # (test()async{await test1();await test2();}): cannot handle async/sync*/async* functions |
async_await_catch_regression_test: Crash # (test()async{var exc... cannot handle async/sync*/async* functions |
async_await_syntax_test/a01a: Crash # (a01a()async=>null;): cannot handle async/sync*/async* functions |
@@ -320,11 +325,11 @@ async_or_generator_return_type_stacktrace_test/02: Crash # (void badReturnTypeAs |
async_or_generator_return_type_stacktrace_test/03: Crash # (void badReturnTypeSyncStar()sync*{}): cannot handle async/sync*/async* functions |
async_regression_23058_test: Crash # (foo()async{return x.foo==2?42:x.foo;}): cannot handle async/sync*/async* functions |
async_rethrow_test: Crash # (rethrowString()asyn... cannot handle async/sync*/async* functions |
-async_return_types_test/nestedFuture: Crash # (test()async{Expect.... cannot handle async/sync*/async* functions |
-async_return_types_test/none: Crash # (test()async{Expect.... cannot handle async/sync*/async* functions |
-async_return_types_test/tooManyTypeParameters: Crash # (test()async{Expect.... cannot handle async/sync*/async* functions |
-async_return_types_test/wrongReturnType: Crash # (test()async{Expect.... cannot handle async/sync*/async* functions |
-async_return_types_test/wrongTypeParameter: Crash # (test()async{Expect.... cannot handle async/sync*/async* functions |
+async_return_types_test/nestedFuture: Crash # (=ReceivePortImpl;): Unhandled node |
+async_return_types_test/none: Crash # (=ReceivePortImpl;): Unhandled node |
+async_return_types_test/tooManyTypeParameters: Crash # (=ReceivePortImpl;): Unhandled node |
+async_return_types_test/wrongReturnType: Crash # (=ReceivePortImpl;): Unhandled node |
+async_return_types_test/wrongTypeParameter: Crash # (=ReceivePortImpl;): Unhandled node |
async_star_cancel_and_throw_in_finally_test: Crash # (test()async{var com... cannot handle async/sync*/async* functions |
async_star_regression_23116_test: Crash # (test()async{Complet... cannot handle async/sync*/async* functions |
async_star_test/01: Crash # (f()async*{}): cannot handle async/sync*/async* functions |
@@ -341,16 +346,16 @@ async_test/type-mismatch2: Crash # (bar(int p1,p2)async{var z=8;return p2+z+foo; |
async_test/type-mismatch3: Crash # (bar(int p1,p2)async{var z=8;return p2+z+foo;}): cannot handle async/sync*/async* functions |
async_test/type-mismatch4: Crash # (bar(int p1,p2)async{var z=8;return p2+z+foo;}): cannot handle async/sync*/async* functions |
async_this_bound_test: Crash # (test()async{await testA();await testB();}): cannot handle async/sync*/async* functions |
-async_throw_in_catch_test/forceAwait: Crash # (test()async{await r... cannot handle async/sync*/async* functions |
-async_throw_in_catch_test/none: Crash # (test()async{await r... cannot handle async/sync*/async* functions |
+async_throw_in_catch_test/forceAwait: Crash # (=ReceivePortImpl;): Unhandled node |
+async_throw_in_catch_test/none: Crash # (=ReceivePortImpl;): Unhandled node |
asyncstar_concat_test: Crash # (test()async{Expect.... cannot handle async/sync*/async* functions |
-asyncstar_throw_in_catch_test: Crash # (test()async{await r... cannot handle async/sync*/async* functions |
+asyncstar_throw_in_catch_test: Crash # (=ReceivePortImpl;): Unhandled node |
asyncstar_yield_test: Crash # (test()async{Expect.... cannot handle async/sync*/async* functions |
asyncstar_yieldstar_test: Crash # (test()async{Expect.... cannot handle async/sync*/async* functions |
await_backwards_compatibility_test/none: Crash # (test1()async{var x=await 9;Expect.equals(9,x);}): cannot handle async/sync*/async* functions |
await_exceptions_test: Crash # (awaitFoo()async{await foo();}): cannot handle async/sync*/async* functions |
await_for_cancel_test: Crash # (test()async{await test1();await test2();}): cannot handle async/sync*/async* functions |
-await_for_test: Crash # (consumeSomeOfInfini... cannot handle async/sync*/async* functions |
+await_for_test: Crash # (try {return f();}finally {Zone._leave(old);}): try/finally |
await_for_use_local_test: Crash # (test()async{var cou... cannot handle async/sync*/async* functions |
await_future_test: Crash # (test()async{var res... cannot handle async/sync*/async* functions |
await_nonfuture_test: Crash # (foo()async{Expect.equals(X,10);return await 5;}): cannot handle async/sync*/async* functions |
@@ -358,8 +363,23 @@ await_not_started_immediately_test: Crash # (foo()async{x++ ;await 1;x++ ;}): ca |
await_postfix_expr_test: Crash # (test()async{Expect.... cannot handle async/sync*/async* functions |
await_regression_test: Crash # (main()async{testNes... cannot handle async/sync*/async* functions |
await_test: Crash # (others()async{var a... cannot handle async/sync*/async* functions |
+bad_named_parameters2_test/01: RuntimeError # undefined is not a function |
+bad_named_parameters_test/01: RuntimeError # undefined is not a function |
+bad_named_parameters_test/02: RuntimeError # undefined is not a function |
+bad_named_parameters_test/03: RuntimeError # undefined is not a function |
+bad_named_parameters_test/04: RuntimeError # undefined is not a function |
+bad_named_parameters_test/05: RuntimeError # undefined is not a function |
+bailout3_test: RuntimeError # undefined is not a function |
+bailout5_test: RuntimeError # undefined is not a function |
+bailout6_test: RuntimeError # undefined is not a function |
+bailout7_test: RuntimeError # undefined is not a function |
+bind_test: RuntimeError # Cannot read property 'prototype' of undefined |
bool_check_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. |
+bound_closure_equality_test: RuntimeError # undefined is not a function |
+bound_closure_primitives_test: RuntimeError # Please triage this failure. |
call_closurization_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. |
+call_constructor_on_unresolvable_class_test/07: RuntimeError # undefined is not a function |
+call_nonexistent_constructor_test/02: RuntimeError # undefined is not a function |
call_nonexistent_static_test/01: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. |
call_nonexistent_static_test/02: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. |
call_nonexistent_static_test/03: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. |
@@ -373,12 +393,22 @@ call_nonexistent_static_test/10: Crash # Instance of 'TypeOperator': type check |
call_nonexistent_static_test/none: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. |
call_property_test: Crash # Instance of 'TypeOperator': type check unimplemented for F. |
call_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. |
+call_through_getter_test: RuntimeError # undefined is not a function |
call_through_null_getter_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. |
call_type_literal_test/01: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. |
+call_with_no_such_method_test: RuntimeError # Please triage this failure. |
+canonical_const3_test: RuntimeError # Cannot read property 'prototype' of undefined |
cascade2_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. |
-cha_deopt1_test: RuntimeError # Please triage this failure. |
-cha_deopt2_test: RuntimeError # Please triage this failure. |
-cha_deopt3_test: RuntimeError # Please triage this failure. |
+cascade_2_test: RuntimeError # Please triage this failure. |
+cascade_in_expression_function_test: RuntimeError # undefined is not a function |
+cascade_test/none: RuntimeError # Cannot read property 'prototype' of undefined |
+cast_test/04: RuntimeError # Please triage this failure. |
+cast_test/05: RuntimeError # Please triage this failure. |
+cast_test/none: RuntimeError # Please triage this failure. |
+cha_deopt1_test: Crash # Instance of 'TypeOperator': type check unimplemented for _MainFunctionArgs. |
+cha_deopt2_test: Crash # Instance of 'TypeOperator': type check unimplemented for _MainFunctionArgs. |
+cha_deopt3_test: Crash # Instance of 'TypeOperator': type check unimplemented for _MainFunctionArgs. |
+char_escape_test: RuntimeError # Please triage this failure. |
checked_null_test/01: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. |
checked_setter2_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. |
checked_setter3_test/01: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. |
@@ -413,12 +443,21 @@ class_literal_test/25: Crash # Instance of 'TypeOperator': type check unimplemen |
class_override_test/00: Crash # (try {instance.foo();}on NoSuchMethodError catch (error){}finally {}): try/finally |
class_override_test/none: Crash # (try {instance.foo();}finally {}): try/finally |
closure3_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. |
-closure_in_constructor_test: Crash # Please triage this failure. |
+closure7_test: RuntimeError # Cannot read property 'prototype' of undefined |
+closure8_test: RuntimeError # Cannot read property 'prototype' of undefined |
+closure_cycles_test: Crash # (try {return f();}finally {Zone._leave(old);}): try/finally |
+closure_in_constructor_test: Crash # Invalid argument(s) |
+closure_in_field_initializer_test: RuntimeError # undefined is not a function |
closure_internals_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. |
closure_self_reference_test: Crash # (try {return inner(value-1);}finally {counter++ ;}): try/finally |
-closure_type_variables_test: Crash # Please triage this failure. |
+closure_shared_state_test: RuntimeError # Cannot read property 'prototype' of undefined |
+closure_type_variable_test: RuntimeError # Cannot read property 'prototype' of undefined |
+closure_type_variables_test: Crash # Invalid argument(s) |
+closures_initializer2_test: RuntimeError # Cannot read property 'prototype' of undefined |
+closures_initializer_test: RuntimeError # Please triage this failure. |
compile_time_constant_a_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. |
compile_time_constant_b_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. |
+compound_assignment_operator_test: RuntimeError # Please triage this failure. |
conditional_method_invocation_test/09: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. |
conditional_method_invocation_test/10: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. |
conditional_property_access_test/07: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. |
@@ -429,8 +468,13 @@ conditional_property_assignment_test/16: Crash # Instance of 'TypeOperator': typ |
conditional_property_assignment_test/17: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. |
conditional_property_assignment_test/18: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. |
conditional_property_assignment_test/19: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. |
-const_evaluation_test/01: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. |
-const_nested_test: Crash # Please triage this failure. |
+const_evaluation_test/01: Crash # Internal Error: No default constructor available. |
+const_list_test: RuntimeError # Please triage this failure. |
+const_map2_test/none: RuntimeError # undefined is not a function |
+const_map3_test/none: RuntimeError # undefined is not a function |
+const_map4_test: RuntimeError # undefined is not a function |
+const_map_test: RuntimeError # undefined is not a function |
+const_nested_test: Crash # Invalid argument(s) |
const_objects_are_immutable_test/01: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. |
const_objects_are_immutable_test/none: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. |
const_switch2_test/none: Crash # (switch (a){case 1:print("OK");}): Unhandled node |
@@ -438,66 +482,84 @@ const_switch_test/01: Crash # (switch (c){case con... Unhandled node |
const_switch_test/02: Crash # (switch (c){case con... Unhandled node |
const_switch_test/03: Crash # (switch (c){case con... Unhandled node |
const_switch_test/04: Crash # (switch (c){case con... Unhandled node |
-constructor11_test: Crash # Please triage this failure. |
-constructor12_test: RuntimeError # Please triage this failure. |
-constructor5_test: Crash # Please triage this failure. |
-constructor_with_mixin_test: Crash # Please triage this failure. |
+constructor11_test: Crash # Invalid argument(s) |
+constructor12_test: RuntimeError # undefined is not a function |
+constructor5_test: Crash # The null object does not have a getter 'namedArguments'. |
+constructor_with_mixin_test: Crash # Internal Error: No default constructor available. |
continue_test: Crash # (switch (0){case 0:i=22;continue;default:i=25;break;}): Unhandled node |
-crash_12118_test: Crash # Please triage this failure. |
-crash_6725_test/01: Crash # Please triage this failure. |
+core_type_check_test: RuntimeError # undefined is not a function |
+crash_12118_test: Crash # Invalid argument(s) |
+crash_6725_test/01: Crash # The null object does not have a getter '_element'. |
+ct_const_test: RuntimeError # undefined is not a function |
custom_await_stack_trace_test: Crash # (main()async{try {va... cannot handle async/sync*/async* functions |
+cyclic_type2_test: RuntimeError # undefined is not a function |
+cyclic_type_test/00: RuntimeError # Cannot read property 'prototype' of undefined |
+cyclic_type_test/01: RuntimeError # Cannot read property 'prototype' of undefined |
+cyclic_type_test/02: RuntimeError # Cannot read property 'prototype' of undefined |
+cyclic_type_test/03: RuntimeError # Cannot read property 'prototype' of undefined |
+cyclic_type_test/04: RuntimeError # Cannot read property 'prototype' of undefined |
deferred_call_empty_before_load_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. |
-deferred_closurize_load_library_test: RuntimeError # Please triage this failure. |
-deferred_constant_list_test: RuntimeError # Please triage this failure. |
-deferred_constraints_constants_test/none: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. |
-deferred_constraints_constants_test/reference_after_load: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. |
+deferred_closurize_load_library_test: Crash # (=ReceivePortImpl;): Unhandled node |
+deferred_constant_list_test: Crash # (=ReceivePortImpl;): Unhandled node |
+deferred_constraints_constants_test/none: Crash # Internal Error: No default constructor available. |
+deferred_constraints_constants_test/reference_after_load: Crash # Internal Error: No default constructor available. |
deferred_constraints_type_annotation_test/as_operation: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. |
deferred_constraints_type_annotation_test/catch_check: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. |
deferred_constraints_type_annotation_test/is_check: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. |
-deferred_constraints_type_annotation_test/new: RuntimeError # Please triage this failure. |
-deferred_constraints_type_annotation_test/new_before_load: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. |
-deferred_constraints_type_annotation_test/new_generic1: RuntimeError # Please triage this failure. |
-deferred_constraints_type_annotation_test/new_generic2: RuntimeError # Please triage this failure. |
-deferred_constraints_type_annotation_test/new_generic3: RuntimeError # Please triage this failure. |
-deferred_constraints_type_annotation_test/none: RuntimeError # Please triage this failure. |
-deferred_constraints_type_annotation_test/static_method: RuntimeError # Please triage this failure. |
-deferred_constraints_type_annotation_test/type_annotation1: RuntimeError # Please triage this failure. |
-deferred_constraints_type_annotation_test/type_annotation_generic1: RuntimeError # Please triage this failure. |
-deferred_constraints_type_annotation_test/type_annotation_generic2: RuntimeError # Please triage this failure. |
-deferred_constraints_type_annotation_test/type_annotation_generic3: RuntimeError # Please triage this failure. |
-deferred_constraints_type_annotation_test/type_annotation_generic4: RuntimeError # Please triage this failure. |
-deferred_constraints_type_annotation_test/type_annotation_non_deferred: RuntimeError # Please triage this failure. |
-deferred_constraints_type_annotation_test/type_annotation_null: RuntimeError # Please triage this failure. |
-deferred_constraints_type_annotation_test/type_annotation_top_level: RuntimeError # Please triage this failure. |
+deferred_constraints_type_annotation_test/new: Crash # (=ReceivePortImpl;): Unhandled node |
+deferred_constraints_type_annotation_test/new_before_load: Crash # (=ReceivePortImpl;): Unhandled node |
+deferred_constraints_type_annotation_test/new_generic1: Crash # (=ReceivePortImpl;): Unhandled node |
+deferred_constraints_type_annotation_test/new_generic2: Crash # (=ReceivePortImpl;): Unhandled node |
+deferred_constraints_type_annotation_test/new_generic3: Crash # (=ReceivePortImpl;): Unhandled node |
+deferred_constraints_type_annotation_test/none: Crash # (=ReceivePortImpl;): Unhandled node |
+deferred_constraints_type_annotation_test/static_method: Crash # (=ReceivePortImpl;): Unhandled node |
+deferred_constraints_type_annotation_test/type_annotation1: Crash # (=ReceivePortImpl;): Unhandled node |
+deferred_constraints_type_annotation_test/type_annotation_generic1: Crash # (=ReceivePortImpl;): Unhandled node |
+deferred_constraints_type_annotation_test/type_annotation_generic2: Crash # (=ReceivePortImpl;): Unhandled node |
+deferred_constraints_type_annotation_test/type_annotation_generic3: Crash # (=ReceivePortImpl;): Unhandled node |
+deferred_constraints_type_annotation_test/type_annotation_generic4: Crash # (=ReceivePortImpl;): Unhandled node |
+deferred_constraints_type_annotation_test/type_annotation_non_deferred: Crash # (=ReceivePortImpl;): Unhandled node |
+deferred_constraints_type_annotation_test/type_annotation_null: Crash # (=ReceivePortImpl;): Unhandled node |
+deferred_constraints_type_annotation_test/type_annotation_top_level: Crash # (=ReceivePortImpl;): Unhandled node |
deferred_function_type_test: Crash # Instance of 'TypeOperator': type check unimplemented for F. |
-deferred_global_test: RuntimeError # Please triage this failure. |
+deferred_global_test: Crash # (=ReceivePortImpl;): Unhandled node |
deferred_inheritance_constraints_test/redirecting_constructor: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. |
-deferred_inlined_test: RuntimeError # Please triage this failure. |
+deferred_inlined_test: Crash # Instance of 'TypeOperator': type check unimplemented for _MainFunctionArgs. |
deferred_load_constants_test/none: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. |
-deferred_load_inval_code_test: RuntimeError # Please triage this failure. |
-deferred_load_library_wrong_args_test/none: RuntimeError # Please triage this failure. |
-deferred_mixin_test: RuntimeError # Please triage this failure. |
-deferred_no_such_method_test: RuntimeError # Please triage this failure. |
+deferred_load_inval_code_test: Crash # Instance of 'TypeOperator': type check unimplemented for _MainFunctionArgs. |
+deferred_load_library_wrong_args_test/01: Crash # Instance of 'TypeOperator': type check unimplemented for _MainFunctionArgs. |
+deferred_load_library_wrong_args_test/none: Crash # Instance of 'TypeOperator': type check unimplemented for _MainFunctionArgs. |
+deferred_mixin_test: Crash # (=ReceivePortImpl;): Unhandled node |
+deferred_no_such_method_test: Crash # (=ReceivePortImpl;): Unhandled node |
deferred_not_loaded_check_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. |
-deferred_only_constant_test: RuntimeError # Please triage this failure. |
-deferred_optimized_test: RuntimeError # Please triage this failure. |
+deferred_only_constant_test: Crash # Instance of 'TypeOperator': type check unimplemented for _MainFunctionArgs. |
+deferred_optimized_test: Crash # Instance of 'TypeOperator': type check unimplemented for _MainFunctionArgs. |
deferred_redirecting_factory_test: Crash # (test()async{await t... cannot handle async/sync*/async* functions |
deferred_regression_22995_test: Crash # Instance of 'TypeOperator': type check unimplemented for Ti. |
-deferred_shadow_load_library_test: RuntimeError # Please triage this failure. |
-deferred_shared_and_unshared_classes_test: RuntimeError # Please triage this failure. |
-deferred_static_seperate_test: RuntimeError # Please triage this failure. |
+deferred_shadow_load_library_test: Crash # (=ReceivePortImpl;): Unhandled node |
+deferred_shared_and_unshared_classes_test: Crash # (try {return f();}finally {Zone._leave(old);}): try/finally |
+deferred_static_seperate_test: Crash # (=ReceivePortImpl;): Unhandled node |
deopt_inlined_function_lazy_test: Crash # (try {return x+12342353257893275483274832;}finally {}): try/finally |
+deopt_no_feedback_test: RuntimeError # Please triage this failure. |
div_with_power_of_two2_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. |
double_to_string_as_exponential2_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. |
double_to_string_as_fixed2_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. |
double_to_string_as_precision2_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. |
dynamic_prefix_core_test/01: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. |
dynamic_test: Crash # Instance of 'TypeOperator': type check unimplemented for F1<int>. |
+dynamic_type_literal_test: RuntimeError # undefined is not a function |
empty_block_case_test: Crash # (switch (1){case 1:{}case 2:Expect.equals(true,false);}): Unhandled node |
-enum_mirror_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. |
+enum_duplicate_test/01: RuntimeError # undefined is not a function |
+enum_duplicate_test/02: RuntimeError # undefined is not a function |
+enum_duplicate_test/none: RuntimeError # undefined is not a function |
+enum_mirror_test: Crash # (switch (type){case ... Unhandled node |
+enum_private_test/01: RuntimeError # undefined is not a function |
enum_private_test/02: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. |
+enum_private_test/none: RuntimeError # undefined is not a function |
enum_test: Crash # (switch (e){case Enu... Unhandled node |
equality_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. |
+error_stacktrace_test: RuntimeError # undefined is not a function |
+exception_test: RuntimeError # undefined is not a function |
execute_finally10_test: Crash # (try {throw 'foo';}c... try/finally |
execute_finally11_test: Crash # (try {throw 'foo';}c... try/finally |
execute_finally12_test: Crash # (try {try {}finally {a=8;break;}}finally {return a==8;}): try/finally |
@@ -510,9 +572,34 @@ execute_finally6_test: Crash # (try {try {int j;j=f... try/finally |
execute_finally7_test: Crash # (try {var a=new List... try/finally |
execute_finally8_test: Crash # (try {sum+= 1;return 'hi';}finally {sum+= 1;throw 'ball';sum+= 1;}): try/finally |
execute_finally9_test: Crash # (try {sum+= 1;return... try/finally |
+f_bounded_equality_test: RuntimeError # undefined is not a function |
+f_bounded_quantification4_test: RuntimeError # Cannot read property 'prototype' of undefined |
+f_bounded_quantification5_test: RuntimeError # undefined is not a function |
+factory3_test: RuntimeError # undefined is not a function |
+factory_redirection_test/08: RuntimeError # undefined is not a function |
+factory_redirection_test/09: RuntimeError # undefined is not a function |
+factory_redirection_test/10: RuntimeError # undefined is not a function |
+factory_redirection_test/11: RuntimeError # undefined is not a function |
+factory_redirection_test/12: RuntimeError # undefined is not a function |
+factory_redirection_test/13: RuntimeError # undefined is not a function |
+factory_redirection_test/14: RuntimeError # undefined is not a function |
+factory_redirection_test/none: RuntimeError # undefined is not a function |
factory_return_type_checked_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. |
+factory_type_parameter2_test: RuntimeError # undefined is not a function |
+factory_type_parameter_test: RuntimeError # undefined is not a function |
+fannkuch_test: RuntimeError # Please triage this failure. |
+fast_method_extraction_test: RuntimeError # undefined is not a function |
+field_increment_bailout_test: RuntimeError # Please triage this failure. |
+field_override_test/01: RuntimeError # undefined is not a function |
+field_override_test/02: RuntimeError # undefined is not a function |
+field_override_test/none: RuntimeError # undefined is not a function |
final_super_field_set_test/01: RuntimeError # Please triage this failure. |
+final_syntax_test/none: RuntimeError # undefined is not a function |
finally_test: Crash # (try {i=12;}finally {Expect.equals(12,i);executedFinally=true;}): try/finally |
+first_class_types_constants_test: RuntimeError # undefined is not a function |
+first_class_types_libraries_test: RuntimeError # undefined is not a function |
+first_class_types_literals_test/01: RuntimeError # undefined is not a function |
+first_class_types_literals_test/02: RuntimeError # undefined is not a function |
first_class_types_literals_test/03: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. |
first_class_types_literals_test/04: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. |
first_class_types_literals_test/05: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. |
@@ -523,6 +610,21 @@ first_class_types_literals_test/09: Crash # Instance of 'TypeOperator': type che |
first_class_types_literals_test/10: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. |
first_class_types_literals_test/11: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. |
first_class_types_literals_test/12: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. |
+first_class_types_literals_test/none: RuntimeError # undefined is not a function |
+first_class_types_test: RuntimeError # undefined is not a function |
+fixed_length_test: RuntimeError # Please triage this failure. |
+fixed_type_variable2_test/01: RuntimeError # undefined is not a function |
+fixed_type_variable2_test/02: RuntimeError # undefined is not a function |
+fixed_type_variable2_test/03: RuntimeError # undefined is not a function |
+fixed_type_variable2_test/04: RuntimeError # undefined is not a function |
+fixed_type_variable2_test/05: RuntimeError # undefined is not a function |
+fixed_type_variable2_test/06: RuntimeError # undefined is not a function |
+fixed_type_variable_test/01: RuntimeError # Cannot read property 'prototype' of undefined |
+fixed_type_variable_test/02: RuntimeError # Cannot read property 'prototype' of undefined |
+fixed_type_variable_test/03: RuntimeError # Cannot read property 'prototype' of undefined |
+fixed_type_variable_test/04: RuntimeError # Cannot read property 'prototype' of undefined |
+fixed_type_variable_test/05: RuntimeError # Cannot read property 'prototype' of undefined |
+fixed_type_variable_test/06: RuntimeError # Cannot read property 'prototype' of undefined |
flatten_test/01: Crash # (test()async{int x=await new Derived<int>();}): cannot handle async/sync*/async* functions |
flatten_test/02: Crash # (test()async{Future<int> f()async=>new Derived<int>();}): cannot handle async/sync*/async* functions |
flatten_test/03: Crash # (test()async{Future<... cannot handle async/sync*/async* functions |
@@ -536,8 +638,11 @@ flatten_test/10: Crash # (test()async{Future<... cannot handle async/sync*/asyn |
flatten_test/11: Crash # (test()async{Future<... cannot handle async/sync*/async* functions |
flatten_test/12: Crash # (test()async{Future<... cannot handle async/sync*/async* functions |
flatten_test/none: Crash # (test()async{}): cannot handle async/sync*/async* functions |
-for2_test: Crash # Please triage this failure. |
+for2_test: Crash # The null object does not have a getter 'field'. |
+for_in2_test: RuntimeError # undefined is not a function |
for_variable_capture_test: Crash # (i=0): For-loop variable captured in loop header |
+function_getter_test: RuntimeError # Cannot read property 'prototype' of undefined |
+function_literals_test: RuntimeError # Cannot read property 'prototype' of undefined |
function_propagation_test: Crash # Instance of 'TypeOperator': type check unimplemented for F. |
function_subtype0_test: Crash # Instance of 'TypeOperator': type check unimplemented for t__. |
function_subtype1_test: Crash # type expression int_ (typedef) |
@@ -562,6 +667,7 @@ function_subtype_checked0_test: Crash # Instance of 'TypeOperator': type check u |
function_subtype_closure0_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. |
function_subtype_closure1_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. |
function_subtype_factory0_test: Crash # Instance of 'TypeOperator': type check unimplemented for Foo<T>. |
+function_subtype_factory1_test: RuntimeError # Cannot read property 'prototype' of undefined |
function_subtype_inline0_test: Crash # Instance of 'TypeOperator': type check unimplemented for Foo. |
function_subtype_local0_test: Crash # Instance of 'TypeOperator': type check unimplemented for Foo. |
function_subtype_local1_test: Crash # Instance of 'TypeOperator': type check unimplemented for Foo<bool>. |
@@ -588,6 +694,8 @@ function_subtype_typearg1_test: Crash # type expression f2 (typedef) |
function_subtype_typearg2_test: Crash # type expression f1 (typedef) |
function_subtype_typearg3_test: Crash # type expression f1 (typedef) |
function_subtype_typearg4_test: Crash # type expression f1 (typedef) |
+function_syntax_test/none: RuntimeError # Please triage this failure. |
+function_test: RuntimeError # Please triage this failure. |
function_type3_test: Crash # Instance of 'TypeOperator': type check unimplemented for F. |
function_type_alias2_test: Crash # Instance of 'TypeOperator': type check unimplemented for f1. |
function_type_alias3_test: Crash # Instance of 'TypeOperator': type check unimplemented for F. |
@@ -595,36 +703,82 @@ function_type_alias4_test: Crash # Instance of 'TypeOperator': type check unimpl |
function_type_alias6_test/none: Crash # Instance of 'TypeOperator': type check unimplemented for F. |
function_type_alias_test: Crash # Instance of 'TypeOperator': type check unimplemented for Fun. |
function_type_call_getter_test: Crash # Instance of 'TypeOperator': type check unimplemented for F. |
+gc_test: RuntimeError # Please triage this failure. |
+generic2_test: RuntimeError # undefined is not a function |
generic_closure_test: Crash # Instance of 'TypeOperator': type check unimplemented for F. |
-generic_constructor_mixin2_test: Crash # Please triage this failure. |
-generic_constructor_mixin3_test: Crash # Please triage this failure. |
-generic_constructor_mixin_test: Crash # Please triage this failure. |
-generic_field_mixin3_test: RuntimeError # Please triage this failure. |
+generic_constructor_mixin2_test: Crash # Internal Error: No default constructor available. |
+generic_constructor_mixin3_test: Crash # Internal Error: No default constructor available. |
+generic_constructor_mixin_test: Crash # Internal Error: No default constructor available. |
+generic_creation_test: RuntimeError # Cannot read property 'prototype' of undefined |
+generic_deep_test: RuntimeError # undefined is not a function |
+generic_field_mixin2_test: RuntimeError # undefined is not a function |
+generic_field_mixin3_test: RuntimeError # undefined is not a function |
+generic_field_mixin4_test: RuntimeError # undefined is not a function |
+generic_field_mixin5_test: RuntimeError # undefined is not a function |
+generic_field_mixin_test: RuntimeError # undefined is not a function |
+generic_inheritance_test: RuntimeError # undefined is not a function |
+generic_instanceof2_test: RuntimeError # undefined is not a function |
+generic_instanceof3_test: RuntimeError # undefined is not a function |
+generic_instanceof4_test: RuntimeError # undefined is not a function |
+generic_instanceof5_test: RuntimeError # undefined is not a function |
+generic_instanceof_test: RuntimeError # undefined is not a function |
+generic_is_check_test: RuntimeError # undefined is not a function |
generic_list_checked_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. |
+generic_native_test: RuntimeError # undefined is not a function |
+generic_object_type_test: RuntimeError # undefined is not a function |
+generic_parameterized_extends_test: RuntimeError # undefined is not a function |
+generics_test: RuntimeError # undefined is not a function |
+getter_setter_interceptor_test: RuntimeError # Please triage this failure. |
+getter_setter_order_test: RuntimeError # Please triage this failure. |
+gvn_interceptor_test: RuntimeError # Please triage this failure. |
+identical_closure_test: RuntimeError # Cannot read property 'prototype' of undefined |
+if_null_assignment_behavior_test/01: RuntimeError # Please triage this failure. |
+if_null_assignment_behavior_test/02: RuntimeError # Please triage this failure. |
if_null_assignment_behavior_test/04: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. |
-if_null_assignment_static_test/01: RuntimeError # Please triage this failure. |
+if_null_assignment_behavior_test/05: RuntimeError # Please triage this failure. |
+if_null_assignment_behavior_test/06: RuntimeError # Please triage this failure. |
+if_null_assignment_behavior_test/07: RuntimeError # Please triage this failure. |
+if_null_assignment_behavior_test/08: RuntimeError # Please triage this failure. |
+if_null_assignment_behavior_test/09: RuntimeError # Please triage this failure. |
+if_null_assignment_behavior_test/10: RuntimeError # Please triage this failure. |
+if_null_assignment_behavior_test/12: RuntimeError # Please triage this failure. |
+if_null_assignment_behavior_test/15: RuntimeError # undefined is not a function |
+if_null_assignment_behavior_test/16: RuntimeError # Please triage this failure. |
+if_null_assignment_behavior_test/17: RuntimeError # Please triage this failure. |
+if_null_assignment_behavior_test/18: RuntimeError # Please triage this failure. |
+if_null_assignment_behavior_test/19: RuntimeError # Please triage this failure. |
+if_null_assignment_behavior_test/20: RuntimeError # Please triage this failure. |
+if_null_assignment_behavior_test/21: RuntimeError # Please triage this failure. |
+if_null_assignment_behavior_test/22: RuntimeError # Please triage this failure. |
+if_null_assignment_behavior_test/23: RuntimeError # Please triage this failure. |
+if_null_assignment_behavior_test/24: RuntimeError # Please triage this failure. |
+if_null_assignment_behavior_test/25: RuntimeError # Please triage this failure. |
+if_null_assignment_behavior_test/26: RuntimeError # Please triage this failure. |
+if_null_assignment_behavior_test/27: RuntimeError # Please triage this failure. |
+if_null_assignment_behavior_test/28: RuntimeError # Please triage this failure. |
+if_null_assignment_static_test/01: RuntimeError # undefined is not a function |
if_null_assignment_static_test/02: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. |
-if_null_assignment_static_test/03: RuntimeError # Please triage this failure. |
-if_null_assignment_static_test/04: RuntimeError # Please triage this failure. |
-if_null_assignment_static_test/05: RuntimeError # Please triage this failure. |
+if_null_assignment_static_test/03: RuntimeError # undefined is not a function |
+if_null_assignment_static_test/04: RuntimeError # undefined is not a function |
+if_null_assignment_static_test/05: RuntimeError # undefined is not a function |
if_null_assignment_static_test/06: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. |
-if_null_assignment_static_test/08: RuntimeError # Please triage this failure. |
+if_null_assignment_static_test/08: RuntimeError # undefined is not a function |
if_null_assignment_static_test/09: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. |
-if_null_assignment_static_test/10: RuntimeError # Please triage this failure. |
-if_null_assignment_static_test/11: RuntimeError # Please triage this failure. |
-if_null_assignment_static_test/12: RuntimeError # Please triage this failure. |
+if_null_assignment_static_test/10: RuntimeError # undefined is not a function |
+if_null_assignment_static_test/11: RuntimeError # undefined is not a function |
+if_null_assignment_static_test/12: RuntimeError # undefined is not a function |
if_null_assignment_static_test/13: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. |
-if_null_assignment_static_test/15: RuntimeError # Please triage this failure. |
+if_null_assignment_static_test/15: RuntimeError # undefined is not a function |
if_null_assignment_static_test/16: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. |
-if_null_assignment_static_test/17: RuntimeError # Please triage this failure. |
-if_null_assignment_static_test/18: RuntimeError # Please triage this failure. |
-if_null_assignment_static_test/19: RuntimeError # Please triage this failure. |
+if_null_assignment_static_test/17: RuntimeError # undefined is not a function |
+if_null_assignment_static_test/18: RuntimeError # undefined is not a function |
+if_null_assignment_static_test/19: RuntimeError # undefined is not a function |
if_null_assignment_static_test/20: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. |
-if_null_assignment_static_test/22: RuntimeError # Please triage this failure. |
+if_null_assignment_static_test/22: RuntimeError # undefined is not a function |
if_null_assignment_static_test/23: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. |
-if_null_assignment_static_test/24: RuntimeError # Please triage this failure. |
-if_null_assignment_static_test/25: RuntimeError # Please triage this failure. |
-if_null_assignment_static_test/26: RuntimeError # Please triage this failure. |
+if_null_assignment_static_test/24: RuntimeError # undefined is not a function |
+if_null_assignment_static_test/25: RuntimeError # undefined is not a function |
+if_null_assignment_static_test/26: RuntimeError # undefined is not a function |
if_null_assignment_static_test/27: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. |
if_null_assignment_static_test/29: RuntimeError # Please triage this failure. |
if_null_assignment_static_test/30: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. |
@@ -632,11 +786,12 @@ if_null_assignment_static_test/31: RuntimeError # Please triage this failure. |
if_null_assignment_static_test/32: RuntimeError # Please triage this failure. |
if_null_assignment_static_test/33: RuntimeError # Please triage this failure. |
if_null_assignment_static_test/34: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. |
-if_null_assignment_static_test/36: RuntimeError # Please triage this failure. |
+if_null_assignment_static_test/35: RuntimeError # Please triage this failure. |
+if_null_assignment_static_test/36: RuntimeError # undefined is not a function |
if_null_assignment_static_test/37: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. |
-if_null_assignment_static_test/38: RuntimeError # Please triage this failure. |
-if_null_assignment_static_test/39: RuntimeError # Please triage this failure. |
-if_null_assignment_static_test/40: RuntimeError # Please triage this failure. |
+if_null_assignment_static_test/38: RuntimeError # undefined is not a function |
+if_null_assignment_static_test/39: RuntimeError # undefined is not a function |
+if_null_assignment_static_test/40: RuntimeError # undefined is not a function |
if_null_assignment_static_test/41: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. |
if_null_behavior_test/07: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. |
if_null_behavior_test/10: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. |
@@ -646,12 +801,18 @@ if_null_behavior_test/15: Crash # Instance of 'TypeOperator': type check unimple |
if_null_behavior_test/16: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. |
if_null_precedence_test/07: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. |
if_null_precedence_test/08: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. |
-implicit_super_constructor_call_test: Crash # Please triage this failure. |
+implicit_closure1_test: RuntimeError # Cannot read property 'prototype' of undefined |
+implicit_closure2_test: RuntimeError # Cannot read property 'prototype' of undefined |
+implicit_closure_test: RuntimeError # Cannot read property 'prototype' of undefined |
+implicit_super_constructor_call_test: Crash # Invalid argument(s) |
+implied_interface_test: RuntimeError # undefined is not a function |
import_self_test/01: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. |
+incr_op_test: RuntimeError # Please triage this failure. |
+index_test: RuntimeError # Please triage this failure. |
inference_captured_variable2_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. |
inference_captured_variable_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. |
inference_list_or_null_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. |
-inference_mixin_field_test: Crash # Please triage this failure. |
+inference_mixin_field_test: Crash # Internal Error: No default constructor available. |
inference_super_constructor_call_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. |
inferrer_constructor2_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. |
inferrer_constructor3_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. |
@@ -659,103 +820,206 @@ inferrer_constructor4_test: Crash # Instance of 'TypeOperator': type check unimp |
inferrer_constructor5_test/01: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. |
inferrer_constructor_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. |
inferrer_synthesized_constructor_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. |
-inferrer_synthesized_super_constructor_test: Crash # Please triage this failure. |
+inferrer_synthesized_super_constructor_test: Crash # Invalid argument(s) |
inferrer_this_access_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. |
infinite_switch_label_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. |
+inlined_conditional_test: RuntimeError # Cannot read property 'prototype' of undefined |
inlined_throw_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. |
-instance_creation_in_function_annotation_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. |
-instanceof4_test/01: RuntimeError # Please triage this failure. |
+instance_creation_in_function_annotation_test: Crash # (switch (name){case ... Unhandled node |
+instanceof2_test: RuntimeError # Please triage this failure. |
+instanceof3_test: RuntimeError # undefined is not a function |
+instanceof4_test/01: RuntimeError # undefined is not a function |
+instanceof4_test/none: RuntimeError # undefined is not a function |
integer_division_by_zero_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. |
interceptor6_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. |
+interceptor7_test: RuntimeError # Please triage this failure. |
+interceptor9_test: RuntimeError # undefined is not a function |
interceptor_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. |
invocation_mirror_invoke_on2_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. |
-invocation_mirror_invoke_on_test: RuntimeError # Please triage this failure. |
+invocation_mirror_invoke_on_test: RuntimeError # undefined is not a function |
invocation_mirror_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. |
+is_function_test: RuntimeError # Cannot read property 'prototype' of undefined |
+is_interfaces2_test: RuntimeError # undefined is not a function |
+is_interfaces_test: RuntimeError # undefined is not a function |
+is_malformed_type_test/94: RuntimeError # undefined is not a function |
+is_malformed_type_test/95: RuntimeError # undefined is not a function |
+is_malformed_type_test/96: RuntimeError # undefined is not a function |
+is_malformed_type_test/97: RuntimeError # undefined is not a function |
+is_malformed_type_test/98: RuntimeError # undefined is not a function |
+is_malformed_type_test/99: RuntimeError # undefined is not a function |
is_nan_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. |
is_not_class2_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. |
+is_operator_clash_test: RuntimeError # undefined is not a function |
isnot_malformed_type_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. |
+issue10204_test: RuntimeError # undefined is not a function |
issue10581_test: Crash # (switch (type){case ... Unhandled node |
issue10747_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. |
issue10783_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. |
issue11724_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. |
issue12023_test: Crash # (switch (action){cas... Unhandled node |
issue12284_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. |
+issue12288_test: RuntimeError # Please triage this failure. |
+issue13179_test: RuntimeError # Cannot read property 'prototype' of undefined |
issue13474_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. |
issue14014_3_test: Crash # Instance of 'TypeOperator': type check unimplemented for foo<T>. |
+issue15720_test: RuntimeError # undefined is not a function |
issue20476_test: Crash # (try {try {return 1;}catch (e1){}finally {return 3;}}catch (e2){}finally {return 5;}): try/finally |
-issue_1751477_test: RuntimeError # Please triage this failure. |
+issue21159_test: RuntimeError # undefined is not a function |
+issue7513_test: RuntimeError # Please triage this failure. |
+issue_1751477_test: Crash # Instance of 'TypeOperator': type check unimplemented for _MainFunctionArgs. |
label_test: Crash # (switch (i){case 111:while(doAgain()){break L;}default:i-- ;}): Unhandled node |
-large_class_declaration_test: Crash # Please triage this failure. |
+large_class_declaration_test: Crash # Stack Overflow |
+lazy_map_test: RuntimeError # undefined is not a function |
lazy_static3_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. |
licm2_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. |
licm3_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. |
list_double_index_in_loop2_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. |
list_double_index_in_loop_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. |
+list_is_test: RuntimeError # Please triage this failure. |
list_length_tracer_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. |
list_literal3_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. |
list_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. |
+list_tracer_closure_test: RuntimeError # Please triage this failure. |
+list_tracer_in_list_test: RuntimeError # Please triage this failure. |
+list_tracer_in_map_test: RuntimeError # undefined is not a function |
+list_tracer_return_from_tearoff_closure_test: RuntimeError # Please triage this failure. |
+local_function3_test: RuntimeError # undefined is not a function |
+local_function_test: RuntimeError # Please triage this failure. |
+logical_expression_test: RuntimeError # Please triage this failure. |
+main_test/01: Crash # Instance of 'TypeOperator': type check unimplemented for _MainFunctionArgs. |
+main_test/02: Crash # Instance of 'TypeOperator': type check unimplemented for _MainFunctionArgs. |
+main_test/04: Crash # Instance of 'TypeOperator': type check unimplemented for _MainFunctionArgs. |
+main_test/05: Crash # Instance of 'TypeOperator': type check unimplemented for _MainFunctionArgs. |
+main_test/20: Crash # Instance of 'TypeOperator': type check unimplemented for _MainFunctionArgs. |
+main_test/21: Crash # Instance of 'TypeOperator': type check unimplemented for _MainFunctionArgs. |
+main_test/22: Crash # Instance of 'TypeOperator': type check unimplemented for _MainFunctionArgs. |
+main_test/41: Crash # Instance of 'TypeOperator': type check unimplemented for _MainFunctionArgs. |
+main_test/42: Crash # Instance of 'TypeOperator': type check unimplemented for _MainFunctionArgs. |
+main_test/43: Crash # Instance of 'TypeOperator': type check unimplemented for _MainFunctionArgs. |
+main_test/44: Crash # Instance of 'TypeOperator': type check unimplemented for _MainFunctionArgs. |
+main_test/45: Crash # Instance of 'TypeOperator': type check unimplemented for _MainFunctionArgs. |
malbounded_type_cast2_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. |
malbounded_type_cast_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. |
malbounded_type_test2_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. |
+malbounded_type_test_test/01: RuntimeError # undefined is not a function |
+malbounded_type_test_test/04: RuntimeError # undefined is not a function |
+malformed2_test/00: RuntimeError # undefined is not a function |
+malformed_inheritance_test/02: RuntimeError # undefined is not a function |
+malformed_inheritance_test/04: RuntimeError # undefined is not a function |
+malformed_inheritance_test/06: RuntimeError # undefined is not a function |
malformed_test/06: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. |
malformed_test/none: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. |
-many_overridden_no_such_method_test: RuntimeError # Please triage this failure. |
+many_calls_test: RuntimeError # Please triage this failure. |
+many_generic_instanceof_test: RuntimeError # undefined is not a function |
+many_named_arguments_test: RuntimeError # undefined is not a function |
+many_overridden_no_such_method_test: RuntimeError # undefined is not a function |
+map_literal10_test: RuntimeError # undefined is not a function |
+map_literal2_test: RuntimeError # undefined is not a function |
+map_literal3_test: RuntimeError # undefined is not a function |
+map_literal5_test: RuntimeError # undefined is not a function |
+map_literal6_test: RuntimeError # undefined is not a function |
+map_literal_test: RuntimeError # undefined is not a function |
+map_test: RuntimeError # undefined is not a function |
+mega_load_test: RuntimeError # Please triage this failure. |
megamorphic_no_such_method_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. |
+method_binding_test: RuntimeError # Cannot read property 'prototype' of undefined |
+method_invocation_test: RuntimeError # undefined is not a function |
method_override4_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. |
method_override5_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. |
method_override_test: Crash # Instance of 'TypeOperator': type check unimplemented for RemoveFunctionType<String, String>. |
+methods_as_constants2_test: RuntimeError # Cannot read property 'prototype' of undefined |
+minify_closure_variable_collision_test: RuntimeError # Please triage this failure. |
mint_arithmetic_test: Crash # (try {f(a,b){var s=b... try/finally |
-mixin_bound_test: Crash # Please triage this failure. |
+mint_compares_test: RuntimeError # Cannot read property 'prototype' of undefined |
+mixin_bound_test: Crash # Internal Error: No default constructor available. |
mixin_extends_field_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. |
mixin_extends_method_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. |
mixin_field_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. |
-mixin_forwarding_constructor1_test: Crash # Please triage this failure. |
-mixin_forwarding_constructor3_test: Crash # Please triage this failure. |
+mixin_forwarding_constructor1_test: Crash # Internal Error: No default constructor available. |
+mixin_forwarding_constructor3_test: Crash # Internal Error: No default constructor available. |
+mixin_generic_test: RuntimeError # undefined is not a function |
mixin_illegal_static_access_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. |
+mixin_issue10216_2_test: RuntimeError # undefined is not a function |
+mixin_issue10216_test: RuntimeError # undefined is not a function |
mixin_lib_extends_field_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. |
mixin_lib_extends_method_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. |
mixin_method_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. |
-mixin_super_constructor2_test: Crash # Please triage this failure. |
-mixin_super_constructor_default_test: Crash # Please triage this failure. |
-mixin_super_constructor_multiple_test: Crash # Please triage this failure. |
-mixin_super_constructor_named_test/01: Crash # Please triage this failure. |
-mixin_super_constructor_named_test/none: Crash # Please triage this failure. |
-mixin_super_constructor_positionals_test/01: Crash # Please triage this failure. |
-mixin_super_constructor_positionals_test/none: Crash # Please triage this failure. |
-mixin_super_constructor_test: Crash # Please triage this failure. |
-mixin_type_parameter2_test: Crash # Please triage this failure. |
-mixin_type_parameter3_test: Crash # Please triage this failure. |
-mixin_type_parameters_mixin_extends_test: Crash # Please triage this failure. |
-mixin_type_parameters_mixin_test: Crash # Please triage this failure. |
-mixin_type_parameters_super_extends_test: Crash # Please triage this failure. |
-mixin_type_parameters_super_test: Crash # Please triage this failure. |
-mixin_typedef_constructor_test: Crash # Please triage this failure. |
+mixin_mixin4_test: RuntimeError # undefined is not a function |
+mixin_mixin5_test: RuntimeError # undefined is not a function |
+mixin_mixin6_test: RuntimeError # undefined is not a function |
+mixin_mixin_bound2_test: RuntimeError # undefined is not a function |
+mixin_mixin_bound_test: RuntimeError # undefined is not a function |
+mixin_only_for_rti_test: RuntimeError # undefined is not a function |
+mixin_prefix_test: Crash # Internal Error: No default constructor available. |
+mixin_super_constructor2_test: Crash # Internal Error: No default constructor available. |
+mixin_super_constructor_default_test: Crash # Internal Error: No default constructor available. |
+mixin_super_constructor_multiple_test: Crash # Internal Error: No default constructor available. |
+mixin_super_constructor_named_test/01: Crash # Internal Error: No default constructor available. |
+mixin_super_constructor_named_test/none: Crash # Internal Error: No default constructor available. |
+mixin_super_constructor_positionals_test/01: Crash # Internal Error: No default constructor available. |
+mixin_super_constructor_positionals_test/none: Crash # Internal Error: No default constructor available. |
+mixin_super_constructor_test: Crash # Internal Error: No default constructor available. |
+mixin_type_parameter1_test: RuntimeError # undefined is not a function |
+mixin_type_parameter2_test: Crash # Internal Error: No default constructor available. |
+mixin_type_parameter3_test: Crash # Internal Error: No default constructor available. |
+mixin_type_parameter4_test: RuntimeError # undefined is not a function |
+mixin_type_parameters_mixin_extends_test: Crash # The null object does not have a getter '_element'. |
+mixin_type_parameters_mixin_test: Crash # The null object does not have a getter '_element'. |
+mixin_type_parameters_simple_test: RuntimeError # Cannot read property 'prototype' of undefined |
+mixin_type_parameters_super_extends_test: Crash # The null object does not have a getter '_element'. |
+mixin_type_parameters_super_test: Crash # The null object does not have a getter '_element'. |
+mixin_typedef_constructor_test: Crash # Internal Error: No default constructor available. |
mixin_with_two_implicit_constructors_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. |
modulo_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. |
multiple_field_assignment_constructor_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. |
named_parameter_clash_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. |
+named_parameters2_test: RuntimeError # undefined is not a function |
+named_parameters3_test: RuntimeError # undefined is not a function |
+named_parameters4_test: RuntimeError # undefined is not a function |
named_parameters_aggregated_test/05: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. |
+named_parameters_with_conversions_test: RuntimeError # Cannot read property 'prototype' of undefined |
+named_parameters_with_dollars_test: RuntimeError # Please triage this failure. |
+namer2_test: RuntimeError # undefined is not a function |
naming_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. |
+nested_if_test: RuntimeError # Please triage this failure. |
nested_switch_label_test: Crash # (switch (target){out... Unhandled node |
no_such_constructor2_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. |
+no_such_method2_test: RuntimeError # undefined is not a function |
no_such_method_dispatcher_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. |
no_such_method_empty_selector_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. |
-no_such_method_test: RuntimeError # Please triage this failure. |
+no_such_method_test: RuntimeError # undefined is not a function |
+null_access_error_test: RuntimeError # undefined is not a function |
null_inline_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. |
+null_is2_test: RuntimeError # undefined is not a function |
null_no_such_method_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. |
null_test/none: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. |
+null_to_string2_test: RuntimeError # Cannot read property 'prototype' of undefined |
+null_to_string_test: RuntimeError # Cannot read property 'prototype' of undefined |
number_identifier_test/05: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. |
number_identifier_test/08: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. |
number_identifier_test/09: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. |
on_catch_malformed_type_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. |
operator_equals_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. |
+operator_index_evaluation_order_test: RuntimeError # Please triage this failure. |
+optimize_redundant_array_load_test: RuntimeError # Please triage this failure. |
optimized_constant_array_string_access_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. |
+optimized_lists_test: RuntimeError # Please triage this failure. |
optimized_string_charat_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. |
optimized_string_charcodeat_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. |
-overridden_no_such_method_test: RuntimeError # Please triage this failure. |
+ordered_maps_test: RuntimeError # Please triage this failure. |
+osr_test: RuntimeError # Please triage this failure. |
+overridden_no_such_method_test: RuntimeError # undefined is not a function |
+override_method_with_field_test/02: RuntimeError # Cannot read property 'prototype' of undefined |
+override_method_with_field_test/none: RuntimeError # Cannot read property 'prototype' of undefined |
+param2_test: RuntimeError # Please triage this failure. |
+parse_closures_in_initializers_test: RuntimeError # undefined is not a function |
phi_merge_test: Crash # (switch (value){case 42:break;case 43:break;}): Unhandled node |
+prefix14_test: RuntimeError # Cannot read property 'prototype' of undefined |
+prefix15_test: RuntimeError # Cannot read property 'prototype' of undefined |
prefix16_test: Crash # Instance of 'TypeOperator': type check unimplemented for myFunc. |
+prefix21_test: RuntimeError # Cannot read property 'prototype' of undefined |
prefix_unqualified_invocation_test/02: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. |
+private3_test: RuntimeError # undefined is not a function |
private4_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. |
private_access_test/01: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. |
private_access_test/02: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. |
@@ -764,8 +1028,14 @@ private_access_test/04: Crash # Instance of 'TypeOperator': type check unimpleme |
private_access_test/05: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. |
private_access_test/06: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. |
private_mixin2_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. |
+private_mixin_exception_throw_test: RuntimeError # undefined is not a function |
+pure_function2_test: RuntimeError # Please triage this failure. |
+pure_function_test: RuntimeError # Please triage this failure. |
range_analysis2_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. |
+range_analysis_test: RuntimeError # Cannot read property 'prototype' of undefined |
+recursive_calls_test: RuntimeError # Cannot read property 'prototype' of undefined |
redirecting_factory_incompatible_signature_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. |
+redirecting_factory_long_test: RuntimeError # undefined is not a function |
ref_before_declaration_test/00: Crash # (switch (x){case 0:var x='Does fuzzy logic tickle?';}): Unhandled node |
ref_before_declaration_test/01: Crash # (switch (x){case 0:var x='Does fuzzy logic tickle?';}): Unhandled node |
ref_before_declaration_test/02: Crash # (switch (x){case 0:var x='Does fuzzy logic tickle?';}): Unhandled node |
@@ -775,49 +1045,81 @@ ref_before_declaration_test/05: Crash # (switch (x){case 0:var x='Does fuzzy log |
ref_before_declaration_test/06: Crash # (switch (x){case 0:var x='Does fuzzy logic tickle?';}): Unhandled node |
ref_before_declaration_test/none: Crash # (switch (x){case 0:var x='Does fuzzy logic tickle?';}): Unhandled node |
refine_receiver_null_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. |
+reg_ex2_test: RuntimeError # Cannot read property 'prototype' of undefined |
+reg_exp2_test: RuntimeError # Cannot read property 'prototype' of undefined |
+reg_exp3_test: RuntimeError # undefined is not a function |
reg_exp_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. |
+regress_11800_test: RuntimeError # Please triage this failure. |
regress_12561_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. |
-regress_18435_test: Crash # Please triage this failure. |
-regress_18535_test: Crash # Please triage this failure. |
+regress_14105_test: RuntimeError # undefined is not a function |
+regress_18435_test: Crash # Invalid argument(s) |
+regress_18535_test: Crash # Internal Error: No default constructor available. |
+regress_21016_test: RuntimeError # Please triage this failure. |
regress_21795_test: Crash # (try {foo(t);}finally {if(t==0){try {}catch (err,st){}}}): try/finally |
regress_22438_test: Crash # (main()async{var err... cannot handle async/sync*/async* functions |
-regress_22443_test: RuntimeError # Please triage this failure. |
+regress_22443_test: Crash # Instance of 'TypeOperator': type check unimplemented for _MainFunctionArgs. |
regress_22445_test: Crash # (main()async{var err... cannot handle async/sync*/async* functions |
regress_22579_test: Crash # (main()async{var err... cannot handle async/sync*/async* functions |
+regress_22700_test: RuntimeError # Cannot read property 'prototype' of undefined |
regress_22728_test: Crash # (main()async{bool fa... cannot handle async/sync*/async* functions |
regress_22777_test: Crash # (test()async{try {te... cannot handle async/sync*/async* functions |
regress_22822_test: Crash # (try {for(int i=0;i<10;i++ ){return ()=>i+b;}}finally {b=10;}): try/finally |
-regress_22936_test/01: Crash # Please triage this failure. |
-regress_22936_test/none: Crash # Please triage this failure. |
+regress_22936_test/01: Crash # The null object does not have a getter '_element'. |
+regress_22936_test/none: Crash # The null object does not have a getter '_element'. |
regress_23498_test: Crash # (main()async{var err... cannot handle async/sync*/async* functions |
regress_23500_test/01: Crash # (main()async{var err... cannot handle async/sync*/async* functions |
regress_23500_test/02: Crash # (main()async{var err... cannot handle async/sync*/async* functions |
regress_23500_test/none: Crash # (main()async{var err... cannot handle async/sync*/async* functions |
regress_23537_test: Crash # (try {var b;try {for... try/finally |
+regress_r24720_test: RuntimeError # undefined is not a function |
+reify_typevar_test: RuntimeError # Cannot read property 'prototype' of undefined |
+return_this_type_test: RuntimeError # undefined is not a function |
return_type_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. |
+savannah_test: RuntimeError # undefined is not a function |
side_effect_throw_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. |
+skip_expression_test: RuntimeError # Cannot read property 'prototype' of undefined |
+smaller_4_Interface_Types_A11_t02_test: RuntimeError # undefined is not a function |
+smi_type_test: RuntimeError # undefined is not a function |
+stack_overflow_stacktrace_test: RuntimeError # undefined is not a function |
+stack_overflow_test: RuntimeError # undefined is not a function |
stack_trace_test: Crash # (try {int j;i=func2(... try/finally |
statement_test: Crash # (try {throw "foo";}c... try/finally |
+static_closure_identical_test: RuntimeError # Cannot read property 'prototype' of undefined |
+static_field_test/none: RuntimeError # Cannot read property 'prototype' of undefined |
+static_getter_no_setter1_test/01: RuntimeError # undefined is not a function |
+static_getter_no_setter2_test/01: RuntimeError # undefined is not a function |
+static_getter_no_setter3_test/01: RuntimeError # undefined is not a function |
+static_implicit_closure_test: RuntimeError # Cannot read property 'prototype' of undefined |
static_postfix_operator_test: Crash # (try {if(a++ ==0){inIt=true;}}finally {}): try/finally |
static_setter_get_test/01: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. |
string_charcode_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. |
+string_interpolate2_test: RuntimeError # undefined is not a function |
+string_interpolate_null_test: RuntimeError # undefined is not a function |
+string_interpolation_test/01: RuntimeError # Cannot read property 'prototype' of undefined |
+string_interpolation_test/none: RuntimeError # Cannot read property 'prototype' of undefined |
+string_join_test: RuntimeError # Please triage this failure. |
string_optimizations_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. |
-super_all_named_constructor_test: Crash # Please triage this failure. |
-super_bound_closure_test/01: RuntimeError # Please triage this failure. |
-super_bound_closure_test/none: RuntimeError # Please triage this failure. |
+string_test: RuntimeError # undefined is not a function |
+substring_test/01: RuntimeError # undefined is not a function |
+super_all_named_constructor_test: Crash # Invalid argument(s) |
+super_bound_closure_test/01: RuntimeError # Cannot read property 'call' of undefined |
+super_bound_closure_test/none: RuntimeError # Cannot read property 'call' of undefined |
super_call4_test: RuntimeError # Please triage this failure. |
-super_getter_setter_test: Crash # Please triage this failure. |
-super_implicit_closure_test: RuntimeError # Please triage this failure. |
+super_getter_setter_test: Crash # Class 'PartialMethodElement' has no instance getter 'initializer'. |
+super_implicit_closure_test: RuntimeError # Cannot read property 'prototype' of undefined |
super_inferrer_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. |
-super_operator_index2_test: RuntimeError # Please triage this failure. |
+super_operator_index2_test: RuntimeError # undefined is not a function |
+super_operator_index3_test: RuntimeError # Please triage this failure. |
+super_operator_index4_test: RuntimeError # Please triage this failure. |
super_operator_index5_test: Crash # (super[0]=42): visitUnresolvedSuperIndexSet |
+super_operator_index6_test: RuntimeError # Please triage this failure. |
super_operator_index7_test: Crash # (super[0]=42): visitUnresolvedSuperIndexSet |
super_operator_index8_test: Crash # (super[f()]=g()): visitUnresolvedSuperIndexSet |
-super_operator_index_test/01: Crash # Please triage this failure. |
+super_operator_index_test/01: Crash # The null object does not have a getter 'isParameter'. |
super_operator_index_test/03: Crash # (super[4]=42): visitUnresolvedSuperIndexSet |
-super_operator_index_test/04: Crash # Please triage this failure. |
+super_operator_index_test/04: Crash # The null object does not have a getter 'isParameter'. |
super_operator_index_test/05: Crash # (super[4]=42): visitUnresolvedSuperIndexSet |
-super_operator_index_test/06: Crash # Please triage this failure. |
+super_operator_index_test/06: Crash # The null object does not have a getter 'isParameter'. |
super_operator_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. |
switch6_test: Crash # (switch (a){case 0:{x=0;break;}case 1:x=1;break;}): Unhandled node |
switch8_test: Crash # (switch (new List(1)[0]){case const A():throw 'Test failed';}): Unhandled node |
@@ -850,23 +1152,39 @@ throw6_test: Crash # (try {j=func();}catc... try/finally |
throw8_test: Crash # (try {try {return 49... try/finally |
throw_expr_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. |
throw_test: Crash # (try {int j;j=func()... try/finally |
+top_level_getter_no_setter1_test/01: RuntimeError # undefined is not a function |
+top_level_getter_no_setter2_test/01: RuntimeError # undefined is not a function |
+top_level_in_initializer_test: RuntimeError # Cannot read property 'prototype' of undefined |
truncdiv_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. |
try_catch3_test: Crash # (try {int j;j=f2();j... try/finally |
try_catch4_test: Crash # (try {doThrow();}cat... try/finally |
try_catch5_test: Crash # (try {try {a=8;return;}finally {b=8==a;entered=true;continue;}}finally {continue;}): try/finally |
+try_catch_on_syntax_test/07: RuntimeError # undefined is not a function |
+try_catch_on_syntax_test/10: Pass # undefined is not a function |
+try_catch_on_syntax_test/11: Pass # undefined is not a function |
+try_catch_on_syntax_test/none: RuntimeError # undefined is not a function |
+try_catch_optimized1_test: Crash # (switch (codeUnit){c... Unhandled node |
try_catch_optimized2_test: Crash # (try {bar();}finally {}): try/finally |
+try_catch_optimized4_test: RuntimeError # undefined is not a function |
try_catch_osr_test: Crash # (try {if(x==null)throw 42;return 99;}finally {}): try/finally |
-try_catch_test/none: Crash # Please triage this failure. |
+try_catch_test/none: Crash # The null object does not have a getter '_element'. |
type_argument_in_super_type_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. |
+type_argument_substitution_test: RuntimeError # undefined is not a function |
+type_check_const_function_typedef2_test/00: RuntimeError # Cannot read property 'prototype' of undefined |
+type_check_const_function_typedef2_test/none: RuntimeError # Cannot read property 'prototype' of undefined |
+type_check_const_function_typedef_test: RuntimeError # Cannot read property 'prototype' of undefined |
type_check_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. |
+type_conversion_ssa_test: RuntimeError # undefined is not a function |
+type_error_test: RuntimeError # undefined is not a function |
type_literal_prefix_call_test/00: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. |
-type_parameter_test/01: Crash # Please triage this failure. |
-type_parameter_test/02: Crash # Please triage this failure. |
-type_parameter_test/03: Crash # Please triage this failure. |
-type_parameter_test/04: Crash # Please triage this failure. |
-type_parameter_test/05: Crash # Please triage this failure. |
-type_parameter_test/06: Crash # Please triage this failure. |
-type_parameter_test/none: Crash # Please triage this failure. |
+type_parameter_literal_test: RuntimeError # Cannot read property 'prototype' of undefined |
+type_parameter_test/01: Crash # Invalid argument(s) |
+type_parameter_test/02: Crash # Invalid argument(s) |
+type_parameter_test/03: Crash # Invalid argument(s) |
+type_parameter_test/04: Crash # Invalid argument(s) |
+type_parameter_test/05: Crash # Invalid argument(s) |
+type_parameter_test/06: Crash # Invalid argument(s) |
+type_parameter_test/none: Crash # Invalid argument(s) |
type_promotion_functions_test/01: Crash # Instance of 'TypeOperator': type check unimplemented for FuncDynToDyn. |
type_promotion_functions_test/02: Crash # Instance of 'TypeOperator': type check unimplemented for FuncDynToDyn. |
type_promotion_functions_test/03: Crash # Instance of 'TypeOperator': type check unimplemented for FuncDynToDyn. |
@@ -882,20 +1200,40 @@ type_promotion_functions_test/12: Crash # Instance of 'TypeOperator': type check |
type_promotion_functions_test/13: Crash # Instance of 'TypeOperator': type check unimplemented for FuncDynToDyn. |
type_promotion_functions_test/14: Crash # Instance of 'TypeOperator': type check unimplemented for FuncDynToDyn. |
type_promotion_functions_test/none: Crash # Instance of 'TypeOperator': type check unimplemented for FuncDynToDyn. |
+type_promotion_more_specific_test/01: RuntimeError # undefined is not a function |
+type_promotion_more_specific_test/02: RuntimeError # undefined is not a function |
+type_promotion_more_specific_test/03: RuntimeError # undefined is not a function |
+type_promotion_more_specific_test/04: RuntimeError # undefined is not a function |
+type_promotion_more_specific_test/05: RuntimeError # undefined is not a function |
+type_promotion_more_specific_test/06: RuntimeError # undefined is not a function |
+type_promotion_more_specific_test/07: RuntimeError # undefined is not a function |
+type_promotion_more_specific_test/08: RuntimeError # undefined is not a function |
+type_promotion_more_specific_test/09: RuntimeError # undefined is not a function |
+type_promotion_more_specific_test/10: RuntimeError # undefined is not a function |
+type_promotion_more_specific_test/11: RuntimeError # undefined is not a function |
+type_promotion_more_specific_test/12: RuntimeError # undefined is not a function |
+type_promotion_more_specific_test/13: RuntimeError # undefined is not a function |
+type_promotion_more_specific_test/none: RuntimeError # undefined is not a function |
type_propagation_in_for_update_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. |
-type_variable_closure2_test: RuntimeError # Please triage this failure. |
+type_propagation_test: RuntimeError # undefined is not a function |
+type_variable_bounds3_test/00: RuntimeError # undefined is not a function |
+type_variable_closure2_test: RuntimeError # undefined is not a function |
type_variable_closure_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. |
type_variable_conflict2_test/03: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. |
type_variable_conflict2_test/04: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. |
type_variable_conflict2_test/05: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. |
type_variable_conflict2_test/07: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. |
type_variable_conflict2_test/09: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. |
+type_variable_field_initializer_closure_test: RuntimeError # Please triage this failure. |
+type_variable_field_initializer_test: RuntimeError # Please triage this failure. |
type_variable_function_type_test: Crash # Instance of 'TypeOperator': type check unimplemented for Func<S>. |
+type_variable_identifier_expression_test: RuntimeError # undefined is not a function |
+type_variable_nested_test: RuntimeError # Please triage this failure. |
type_variable_typedef_test: Crash # type expression Foo<T> (typedef) |
typedef_is_test: Crash # Instance of 'TypeOperator': type check unimplemented for Func1. |
-typevariable_substitution2_test/01: Crash # Please triage this failure. |
-typevariable_substitution2_test/02: Crash # Please triage this failure. |
-typevariable_substitution2_test/none: Crash # Please triage this failure. |
+typevariable_substitution2_test/01: Crash # Internal Error: No default constructor available. |
+typevariable_substitution2_test/02: Crash # Internal Error: No default constructor available. |
+typevariable_substitution2_test/none: Crash # Internal Error: No default constructor available. |
unresolved_default_constructor_test/01: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. |
value_range2_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. |
value_range3_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. |