Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1203)

Unified Diff: tests/language/language_dart2js.status

Issue 1181613003: Update dart2js-cps_ir test expectations with better annotations. (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: tests/language/language_dart2js.status
diff --git a/tests/language/language_dart2js.status b/tests/language/language_dart2js.status
index 2d7be40c3c1b23410b4669d525a9e59fc01d8a08..7ec4032cd13abed91b2d64ab22bbe1c8cdda19fc 100644
--- a/tests/language/language_dart2js.status
+++ b/tests/language/language_dart2js.status
@@ -251,7 +251,7 @@ assign_to_type_test/03: Crash # Instance of 'TypeOperator': type check unimpleme
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.
async_and_or_test: Crash # (test()async{await test1();await test2();}): cannot handle async/sync*/async* functions
-async_await_catch_regression_test: Crash # 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
async_await_syntax_test/a02a: Crash # (a02a()async{}): cannot handle async/sync*/async* functions
async_await_syntax_test/a03a: Crash # (a03a()async*{}): cannot handle async/sync*/async* functions
@@ -307,57 +307,57 @@ async_await_syntax_test/d10a: Crash # (()async*{yield* [] ;}): cannot handle asy
async_await_test/02: Crash # (f()async{return id(42);}): cannot handle async/sync*/async* functions
async_await_test/03: Crash # (f()async{return id(42);}): cannot handle async/sync*/async* functions
async_await_test/none: Crash # (f()async{return id(42);}): cannot handle async/sync*/async* functions
-async_break_in_finally_test: Crash # cannot handle async/sync*/async* functions
-async_continue_label_test/await_in_body: Crash # cannot handle async/sync*/async* functions
-async_continue_label_test/await_in_condition: Crash # cannot handle async/sync*/async* functions
-async_continue_label_test/await_in_init: Crash # cannot handle async/sync*/async* functions
-async_continue_label_test/await_in_update: Crash # cannot handle async/sync*/async* functions
-async_continue_label_test/none: Crash # cannot handle async/sync*/async* functions
-async_control_structures_test: Crash # cannot handle async/sync*/async* functions
-async_finally_rethrow_test: Crash # cannot handle async/sync*/async* functions
+async_break_in_finally_test: Crash # (test()async{Expect.... cannot handle async/sync*/async* functions
+async_continue_label_test/await_in_body: Crash # (test()async{await t... cannot handle async/sync*/async* functions
+async_continue_label_test/await_in_condition: Crash # (test()async{await t... cannot handle async/sync*/async* functions
+async_continue_label_test/await_in_init: Crash # (test()async{await t... cannot handle async/sync*/async* functions
+async_continue_label_test/await_in_update: Crash # (test()async{await t... cannot handle async/sync*/async* functions
+async_continue_label_test/none: Crash # (test()async{await t... cannot handle async/sync*/async* functions
+async_control_structures_test: Crash # (asyncImplicitReturn... cannot handle async/sync*/async* functions
+async_finally_rethrow_test: Crash # (main()async{var err... cannot handle async/sync*/async* functions
async_or_generator_return_type_stacktrace_test/01: Crash # (void badReturnTypeAsync()async{}): cannot handle async/sync*/async* functions
async_or_generator_return_type_stacktrace_test/02: Crash # (void badReturnTypeAsyncStar()async*{}): cannot handle async/sync*/async* functions
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 # cannot handle async/sync*/async* functions
-async_return_types_test/nestedFuture: Crash # cannot handle async/sync*/async* functions
-async_return_types_test/none: Crash # cannot handle async/sync*/async* functions
-async_return_types_test/tooManyTypeParameters: Crash # cannot handle async/sync*/async* functions
-async_return_types_test/wrongReturnType: Crash # cannot handle async/sync*/async* functions
-async_return_types_test/wrongTypeParameter: Crash # cannot handle async/sync*/async* functions
-async_star_cancel_and_throw_in_finally_test: Crash # cannot handle async/sync*/async* functions
-async_star_regression_23116_test: Crash # 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_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
async_star_test/02: Crash # (f()async*{}): cannot handle async/sync*/async* functions
async_star_test/03: Crash # (f()async*{}): cannot handle async/sync*/async* functions
async_star_test/04: Crash # (f()async*{}): cannot handle async/sync*/async* functions
async_star_test/05: Crash # (f()async*{}): cannot handle async/sync*/async* functions
async_star_test/none: Crash # (f()async*{}): cannot handle async/sync*/async* functions
-async_switch_test/none: Crash # cannot handle async/sync*/async* functions
-async_switch_test/withDefault: Crash # cannot handle async/sync*/async* functions
+async_switch_test/none: Crash # (test()async{Expect.... cannot handle async/sync*/async* functions
+async_switch_test/withDefault: Crash # (test()async{Expect.... cannot handle async/sync*/async* functions
async_test/none: Crash # (bar(int p1,p2)async{var z=8;return p2+z+foo;}): cannot handle async/sync*/async* functions
async_test/type-mismatch1: Crash # (bar(int p1,p2)async{var z=8;return p2+z+foo;}): cannot handle async/sync*/async* functions
async_test/type-mismatch2: Crash # (bar(int p1,p2)async{var z=8;return p2+z+foo;}): cannot handle async/sync*/async* functions
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 # cannot handle async/sync*/async* functions
-async_throw_in_catch_test/none: Crash # cannot handle async/sync*/async* functions
-asyncstar_concat_test: Crash # cannot handle async/sync*/async* functions
-asyncstar_throw_in_catch_test: Crash # cannot handle async/sync*/async* functions
-asyncstar_yield_test: Crash # cannot handle async/sync*/async* functions
-asyncstar_yieldstar_test: Crash # 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
+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_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 # cannot handle async/sync*/async* functions
-await_for_use_local_test: Crash # cannot handle async/sync*/async* functions
-await_future_test: Crash # cannot handle async/sync*/async* functions
+await_for_test: Crash # (consumeSomeOfInfini... cannot handle async/sync*/async* functions
+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
await_not_started_immediately_test: Crash # (foo()async{x++ ;await 1;x++ ;}): cannot handle async/sync*/async* functions
-await_postfix_expr_test: Crash # cannot handle async/sync*/async* functions
-await_regression_test: Crash # cannot handle async/sync*/async* functions
-await_test: Crash # cannot handle async/sync*/async* functions
+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
bool_check_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
call_closurization_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
call_nonexistent_static_test/01: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
@@ -421,28 +421,23 @@ compile_time_constant_a_test: Crash # Instance of 'TypeOperator': type check uni
compile_time_constant_b_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
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_method_invocation_test/11: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
conditional_property_access_test/07: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
conditional_property_access_test/08: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
-conditional_property_access_test/09: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
conditional_property_assignment_test/14: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
conditional_property_assignment_test/15: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
conditional_property_assignment_test/16: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
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.
-conditional_property_assignment_test/20: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
-conditional_property_assignment_test/21: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
-conditional_property_assignment_test/22: 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_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
-const_switch_test/01: Crash # Unhandled node
-const_switch_test/02: Crash # Unhandled node
-const_switch_test/03: Crash # Unhandled node
-const_switch_test/04: Crash # Unhandled node
+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.
@@ -450,7 +445,7 @@ constructor_with_mixin_test: Crash # Please triage this failure.
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.
-custom_await_stack_trace_test: Crash # cannot handle async/sync*/async* functions
+custom_await_stack_trace_test: Crash # (main()async{try {va... cannot handle async/sync*/async* functions
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.
@@ -486,7 +481,7 @@ deferred_no_such_method_test: RuntimeError # Please triage this failure.
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_redirecting_factory_test: Crash # cannot handle async/sync*/async* functions
+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.
@@ -501,20 +496,20 @@ dynamic_test: Crash # Instance of 'TypeOperator': type check unimplemented for F
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_private_test/02: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
-enum_test: Crash # Unhandled node
+enum_test: Crash # (switch (e){case Enu... Unhandled node
equality_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
-execute_finally10_test: Crash # try/finally
-execute_finally11_test: Crash # try/finally
+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
execute_finally1_test: Crash # (try {int j;j=func();i=1;return i;}finally {i=i+800;}): try/finally
-execute_finally2_test: Crash # try/finally
-execute_finally3_test: Crash # try/finally
+execute_finally2_test: Crash # (try {int j;j=func()... try/finally
+execute_finally3_test: Crash # (try {try {int j;j=f... try/finally
execute_finally4_test: Crash # (try {int j;j=func();i=1;}finally {i=i+10;}): try/finally
-execute_finally5_test: Crash # try/finally
-execute_finally6_test: Crash # try/finally
-execute_finally7_test: Crash # try/finally
+execute_finally5_test: Crash # (try {int j;j=func()... try/finally
+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/finally
+execute_finally9_test: Crash # (try {sum+= 1;return... try/finally
factory_return_type_checked_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
final_super_field_set_test/01: RuntimeError # Please triage this failure.
finally_test: Crash # (try {i=12;}finally {Expect.equals(12,i);executedFinally=true;}): try/finally
@@ -530,22 +525,22 @@ first_class_types_literals_test/11: Crash # Instance of 'TypeOperator': type che
first_class_types_literals_test/12: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
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 # cannot handle async/sync*/async* functions
-flatten_test/04: Crash # cannot handle async/sync*/async* functions
-flatten_test/05: Crash # cannot handle async/sync*/async* functions
-flatten_test/06: Crash # cannot handle async/sync*/async* functions
-flatten_test/07: Crash # cannot handle async/sync*/async* functions
-flatten_test/08: Crash # cannot handle async/sync*/async* functions
-flatten_test/09: Crash # cannot handle async/sync*/async* functions
-flatten_test/10: Crash # cannot handle async/sync*/async* functions
-flatten_test/11: Crash # cannot handle async/sync*/async* functions
-flatten_test/12: Crash # cannot handle async/sync*/async* functions
+flatten_test/03: Crash # (test()async{Future<... cannot handle async/sync*/async* functions
+flatten_test/04: Crash # (test()async{Future<... cannot handle async/sync*/async* functions
+flatten_test/05: Crash # (test()async{FixedPo... cannot handle async/sync*/async* functions
+flatten_test/06: Crash # (test()async{Future<... cannot handle async/sync*/async* functions
+flatten_test/07: Crash # (test()async{Future<... cannot handle async/sync*/async* functions
+flatten_test/08: Crash # (test()async{Future<... cannot handle async/sync*/async* functions
+flatten_test/09: Crash # (test()async{Diverge... cannot handle async/sync*/async* functions
+flatten_test/10: Crash # (test()async{Future<... cannot handle async/sync*/async* functions
+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.
for_variable_capture_test: Crash # (i=0): For-loop variable captured in loop header
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 # Please triage this failure.
+function_subtype1_test: Crash # type expression int_ (typedef)
function_subtype2_test: Crash # Instance of 'TypeOperator': type check unimplemented for T1.
function_subtype_bound_closure0_test: Crash # Instance of 'TypeOperator': type check unimplemented for Foo.
function_subtype_bound_closure1_test: Crash # Instance of 'TypeOperator': type check unimplemented for Foo<bool>.
@@ -566,7 +561,7 @@ function_subtype_cast3_test: Crash # Instance of 'TypeOperator': type check unim
function_subtype_checked0_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
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 # Please triage this failure.
+function_subtype_factory0_test: Crash # Instance of 'TypeOperator': type check unimplemented for Foo<T>.
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>.
@@ -575,24 +570,24 @@ function_subtype_local3_test: Crash # Instance of 'TypeOperator': type check uni
function_subtype_local4_test: Crash # Instance of 'TypeOperator': type check unimplemented for Foo.
function_subtype_local5_test: Crash # Instance of 'TypeOperator': type check unimplemented for Foo<T>.
function_subtype_named1_test: Crash # Instance of 'TypeOperator': type check unimplemented for t_void_.
-function_subtype_named2_test: Crash # Please triage this failure.
+function_subtype_named2_test: Crash # type expression void___a_int (typedef)
function_subtype_not0_test: Crash # Instance of 'TypeOperator': type check unimplemented for Foo.
function_subtype_not1_test: Crash # Instance of 'TypeOperator': type check unimplemented for Foo.
function_subtype_not2_test: Crash # Instance of 'TypeOperator': type check unimplemented for Foo<T>.
function_subtype_not3_test: Crash # Instance of 'TypeOperator': type check unimplemented for Foo<T>.
function_subtype_optional1_test: Crash # Instance of 'TypeOperator': type check unimplemented for t_void_.
-function_subtype_optional2_test: Crash # Please triage this failure.
+function_subtype_optional2_test: Crash # type expression void___int (typedef)
function_subtype_setter0_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
function_subtype_simple0_test: Crash # Instance of 'TypeOperator': type check unimplemented for Args0.
function_subtype_simple1_test: Crash # Instance of 'TypeOperator': type check unimplemented for Args0.
function_subtype_simple2_test: Crash # Instance of 'TypeOperator': type check unimplemented for Args0.
function_subtype_top_level0_test: Crash # Instance of 'TypeOperator': type check unimplemented for Foo.
function_subtype_top_level1_test: Crash # Instance of 'TypeOperator': type check unimplemented for Foo<T>.
-function_subtype_typearg0_test: Crash # Please triage this failure.
-function_subtype_typearg1_test: Crash # Please triage this failure.
-function_subtype_typearg2_test: Crash # Please triage this failure.
-function_subtype_typearg3_test: Crash # Please triage this failure.
-function_subtype_typearg4_test: Crash # Please triage this failure.
+function_subtype_typearg0_test: Crash # type expression Foo (typedef)
+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_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.
@@ -679,11 +674,11 @@ invocation_mirror_test: Crash # Instance of 'TypeOperator': type check unimpleme
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.
isnot_malformed_type_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
-issue10581_test: Crash # Unhandled node
+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 # Unhandled node
+issue12023_test: Crash # (switch (action){cas... Unhandled node
issue12284_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
issue13474_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
issue14014_3_test: Crash # Instance of 'TypeOperator': type check unimplemented for foo<T>.
@@ -709,7 +704,7 @@ megamorphic_no_such_method_test: Crash # Instance of 'TypeOperator': type check
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>.
-mint_arithmetic_test: Crash # try/finally
+mint_arithmetic_test: Crash # (try {f(a,b){var s=b... try/finally
mixin_bound_test: Crash # Please triage this failure.
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.
@@ -741,7 +736,7 @@ multiple_field_assignment_constructor_test: Crash # Instance of 'TypeOperator':
named_parameter_clash_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
named_parameters_aggregated_test/05: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
naming_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
-nested_switch_label_test: Crash # Unhandled node
+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_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.
@@ -785,24 +780,24 @@ regress_12561_test: Crash # Instance of 'TypeOperator': type check unimplemented
regress_18435_test: Crash # Please triage this failure.
regress_18535_test: Crash # 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 # cannot handle async/sync*/async* functions
+regress_22438_test: Crash # (main()async{var err... cannot handle async/sync*/async* functions
regress_22443_test: RuntimeError # Please triage this failure.
-regress_22445_test: Crash # cannot handle async/sync*/async* functions
-regress_22579_test: Crash # cannot handle async/sync*/async* functions
-regress_22728_test: Crash # cannot handle async/sync*/async* functions
-regress_22777_test: Crash # cannot handle async/sync*/async* functions
+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_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_23498_test: Crash # cannot handle async/sync*/async* functions
-regress_23500_test/01: Crash # cannot handle async/sync*/async* functions
-regress_23500_test/02: Crash # cannot handle async/sync*/async* functions
-regress_23500_test/none: Crash # cannot handle async/sync*/async* functions
-regress_23537_test: Crash # try/finally
+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
return_type_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
side_effect_throw_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
-stack_trace_test: Crash # try/finally
-statement_test: Crash # try/finally
+stack_trace_test: Crash # (try {int j;i=func2(... try/finally
+statement_test: Crash # (try {throw "foo";}c... try/finally
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.
@@ -830,34 +825,34 @@ switch_bad_case_test/none: Crash # (switch (n){case 1:return "I";case 4:return "
switch_case_static_const_test: Crash # (switch (p){case S:break;case A.S:break;case 'abc':break;}): Unhandled node
switch_case_test/none: Crash # (switch (new B()){}): Unhandled node
switch_fallthru_test: Crash # (switch (n){case 0:result="zero";break;case 1:result="one";case 9:result="nine";}): Unhandled node
-switch_label2_test: Crash # Unhandled node
-switch_label_test: Crash # Unhandled node
-switch_scope_test: Crash # Unhandled node
+switch_label2_test: Crash # (switch (target){cas... Unhandled node
+switch_label_test: Crash # (switch (animal){cas... Unhandled node
+switch_scope_test: Crash # (switch (1){case 1:f... Unhandled node
switch_test: Crash # (switch (input){case true:result=12;break;case false:result=22;}): Unhandled node
switch_try_catch_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
sync_generator1_test/01: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
-sync_generator1_test/none: Crash # cannot handle async/sync*/async* functions
+sync_generator1_test/none: Crash # (einsZwei()sync*{yie... cannot handle async/sync*/async* functions
sync_generator2_test/07: Crash # (sync()sync*{yield sync;}): cannot handle async/sync*/async* functions
sync_generator2_test/08: Crash # (sync()sync*{yield sync;}): cannot handle async/sync*/async* functions
sync_generator2_test/10: Crash # (sync()sync*{yield sync;}): cannot handle async/sync*/async* functions
sync_generator2_test/none: Crash # (sync()sync*{yield sync;}): cannot handle async/sync*/async* functions
-sync_generator3_test/test1: Crash # cannot handle async/sync*/async* functions
+sync_generator3_test/test1: Crash # (f()sync*{try {yield... cannot handle async/sync*/async* functions
sync_generator3_test/test2: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
-syncstar_yield_test/copyParameters: Crash # cannot handle async/sync*/async* functions
-syncstar_yield_test/none: Crash # cannot handle async/sync*/async* functions
-syncstar_yieldstar_test: Crash # cannot handle async/sync*/async* functions
-throw1_test: Crash # try/finally
-throw2_test: Crash # try/finally
-throw3_test: Crash # try/finally
-throw4_test: Crash # try/finally
-throw5_test: Crash # try/finally
-throw6_test: Crash # try/finally
-throw8_test: Crash # try/finally
+syncstar_yield_test/copyParameters: Crash # (Iterable<int> foo3(... cannot handle async/sync*/async* functions
+syncstar_yield_test/none: Crash # (Iterable<int> foo3(... cannot handle async/sync*/async* functions
+syncstar_yieldstar_test: Crash # (main()async{Expect.... cannot handle async/sync*/async* functions
+throw1_test: Crash # (try {int j;j=func()... try/finally
+throw2_test: Crash # (try {int j;j=func()... try/finally
+throw3_test: Crash # (try {int j;i=100;i=... try/finally
+throw4_test: Crash # (try {j=func();}on M... try/finally
+throw5_test: Crash # (try {int j;j=func()... try/finally
+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/finally
+throw_test: Crash # (try {int j;j=func()... try/finally
truncdiv_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
-try_catch3_test: Crash # try/finally
-try_catch4_test: Crash # try/finally
+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_optimized2_test: Crash # (try {bar();}finally {}): try/finally
try_catch_osr_test: Crash # (try {if(x==null)throw 42;return 99;}finally {}): try/finally
@@ -896,7 +891,7 @@ type_variable_conflict2_test/05: Crash # Instance of 'TypeOperator': type check
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_function_type_test: Crash # Instance of 'TypeOperator': type check unimplemented for Func<S>.
-type_variable_typedef_test: Crash # 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.
@@ -905,4 +900,4 @@ unresolved_default_constructor_test/01: Crash # Instance of 'TypeOperator': type
value_range2_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
value_range3_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
value_range_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
-void_type_test: Crash # Unhandled node
+void_type_test: Crash # (switch (n){case 0:x... Unhandled node
« no previous file with comments | « tests/isolate/isolate.status ('k') | tests/lib/lib.status » ('j') | tests/lib/lib.status » ('J')

Powered by Google App Engine
This is Rietveld 408576698