| Index: tests/language/language_dart2js.status
|
| diff --git a/tests/language/language_dart2js.status b/tests/language/language_dart2js.status
|
| index dda89d3fcdf2165fb7f2764537b933eda372b709..6526221d4613bc6e37875f357599fdf46b2fdc05 100644
|
| --- a/tests/language/language_dart2js.status
|
| +++ b/tests/language/language_dart2js.status
|
| @@ -305,128 +305,76 @@ many_method_calls_test: Crash # Stack overflow in HGraphVisitor.visitPostDominat
|
| issue23244_test: RuntimeError # 23244
|
|
|
| [ $compiler == dart2js && $cps_ir ]
|
| -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
|
| -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
|
| -async_await_syntax_test/a03b: Crash # (a03b()async*{}): cannot handle async/sync*/async* functions
|
| -async_await_syntax_test/a04a: Crash # (a04a()sync*{}): cannot handle async/sync*/async* functions
|
| -async_await_syntax_test/a04c: Crash # (a04c()sync*{}): cannot handle async/sync*/async* functions
|
| -async_await_syntax_test/a05a: Crash # (a05a()async{await 0;}): cannot handle async/sync*/async* functions
|
| -async_await_syntax_test/a05b: Crash # (a05b()async{await (a){};await (0);}): cannot handle async/sync*/async* functions
|
| -async_await_syntax_test/a05h: Crash # (a05h()async{yield*st;}): cannot handle async/sync*/async* functions
|
| -async_await_syntax_test/a06a: Crash # (a06a()async{await for(var o in st){}}): cannot handle async/sync*/async* functions
|
| -async_await_syntax_test/a07a: Crash # (a07a()sync*{yield 0;}): cannot handle async/sync*/async* functions
|
| -async_await_syntax_test/a08a: Crash # (a08a()sync*{yield* [] ;}): cannot handle async/sync*/async* functions
|
| -async_await_syntax_test/a09a: Crash # (a09a()async*{yield 0;}): cannot handle async/sync*/async* functions
|
| -async_await_syntax_test/a10a: Crash # (a10a()async*{yield* [] ;}): cannot handle async/sync*/async* functions
|
| -async_await_syntax_test/a11b: Crash # (get sync sync*{}): cannot handle async/sync*/async* functions
|
| -async_await_syntax_test/a11c: Crash # (get async async{}): cannot handle async/sync*/async* functions
|
| -async_await_syntax_test/a11d: Crash # (get async async*{}): cannot handle async/sync*/async* functions
|
| -async_await_syntax_test/a12g: Crash # (get a12g async=>null;): cannot handle async/sync*/async* functions
|
| -async_await_syntax_test/b01a: Crash # (b01a()async=>null;): cannot handle async/sync*/async* functions
|
| -async_await_syntax_test/b02a: Crash # (b02a()async{}): cannot handle async/sync*/async* functions
|
| -async_await_syntax_test/b03a: Crash # (b03a()async*{}): cannot handle async/sync*/async* functions
|
| -async_await_syntax_test/b04a: Crash # (b04a()sync*{}): cannot handle async/sync*/async* functions
|
| -async_await_syntax_test/b05a: Crash # (b05a()async{await 0;}): cannot handle async/sync*/async* functions
|
| -async_await_syntax_test/b06a: Crash # (b06a()async{await for(var o in st){}}): cannot handle async/sync*/async* functions
|
| -async_await_syntax_test/b07a: Crash # (b07a()sync*{yield 0;}): cannot handle async/sync*/async* functions
|
| -async_await_syntax_test/b08a: Crash # (b08a()sync*{yield* [] ;}): cannot handle async/sync*/async* functions
|
| -async_await_syntax_test/b09a: Crash # (b09a()async*{yield 0;}): cannot handle async/sync*/async* functions
|
| -async_await_syntax_test/b10a: Crash # (b10a()async*{yield* [] ;}): cannot handle async/sync*/async* functions
|
| -async_await_syntax_test/b11b: Crash # (get sync sync*{}): cannot handle async/sync*/async* functions
|
| -async_await_syntax_test/b11c: Crash # (get async async{}): cannot handle async/sync*/async* functions
|
| -async_await_syntax_test/b11d: Crash # (get async async*{}): cannot handle async/sync*/async* functions
|
| -async_await_syntax_test/b12g: Crash # (get b12g async=>null;): cannot handle async/sync*/async* functions
|
| -async_await_syntax_test/c01a: Crash # (c01a()async=>null;): cannot handle async/sync*/async* functions
|
| -async_await_syntax_test/c02a: Crash # (c02a()async{}): cannot handle async/sync*/async* functions
|
| -async_await_syntax_test/c03a: Crash # (c03a()async*{}): cannot handle async/sync*/async* functions
|
| -async_await_syntax_test/c04a: Crash # (c04a()sync*{}): cannot handle async/sync*/async* functions
|
| -async_await_syntax_test/c05a: Crash # (c05a()async{await 0;}): cannot handle async/sync*/async* functions
|
| -async_await_syntax_test/c06a: Crash # (c06a()async{await for(var o in st){}}): cannot handle async/sync*/async* functions
|
| -async_await_syntax_test/c07a: Crash # (c07a()sync*{yield 0;}): cannot handle async/sync*/async* functions
|
| -async_await_syntax_test/c08a: Crash # (c08a()sync*{yield* [] ;}): cannot handle async/sync*/async* functions
|
| -async_await_syntax_test/c09a: Crash # (c09a()async*{yield 0;}): cannot handle async/sync*/async* functions
|
| -async_await_syntax_test/c10a: Crash # (c10a()async*{yield* [] ;}): cannot handle async/sync*/async* functions
|
| -async_await_syntax_test/c11a: Crash # (c11a()async{yield-5;}): cannot handle async/sync*/async* functions
|
| -async_await_syntax_test/c11b: Crash # (c11b()async{yield*st;}): cannot handle async/sync*/async* functions
|
| -async_await_syntax_test/d01a: Crash # (()async=>null): cannot handle async/sync*/async* functions
|
| -async_await_syntax_test/d02a: Crash # (()async{}): cannot handle async/sync*/async* functions
|
| -async_await_syntax_test/d03a: Crash # (()async*{}): cannot handle async/sync*/async* functions
|
| -async_await_syntax_test/d04a: Crash # (()sync*{}): cannot handle async/sync*/async* functions
|
| -async_await_syntax_test/d05a: Crash # (()async{await 0;}): cannot handle async/sync*/async* functions
|
| -async_await_syntax_test/d06a: Crash # (()async{await for(var o in st){}}): cannot handle async/sync*/async* functions
|
| -async_await_syntax_test/d07a: Crash # (()sync*{yield 0;}): cannot handle async/sync*/async* functions
|
| -async_await_syntax_test/d08a: Crash # (()sync*{yield* [] ;}): cannot handle async/sync*/async* functions
|
| -async_await_syntax_test/d08b: Crash # (()sync*{yield* 0+1;}): cannot handle async/sync*/async* functions
|
| -async_await_syntax_test/d09a: Crash # (()async*{yield 0;}): cannot handle async/sync*/async* functions
|
| -async_await_syntax_test/d10a: Crash # (()async*{yield* [] ;}): cannot handle async/sync*/async* functions
|
| -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 # (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 # (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_await_pauses_test: Crash # (f(s)async{var r=0;a... 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_cancel_while_paused_test: Crash # (f()async*{list.add(... cannot handle async/sync*/async* functions
|
| -async_star_regression_2238_test: Crash # (f()async*{label1:label2:yield 0;}): cannot handle async/sync*/async* functions
|
| -async_star_regression_23116_test: Crash # (test()async{Complet... cannot handle async/sync*/async* functions
|
| -async_star_regression_fisk_test: Crash # (fisk()async*{res.ad... cannot handle async/sync*/async* functions
|
| -async_star_stream_take_test: Crash # (f(Stream s)async{va... cannot handle async/sync*/async* functions
|
| -async_star_take_reyield_test: Crash # (fivePartialSums(Str... cannot handle async/sync*/async* functions
|
| -async_star_test: Crash # (f()async*{}): 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 # (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 # (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 # (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
|
| +async_await_syntax_test/a03a: Crash # (a03a()async*{}): cannot handle sync*/async* functions
|
| +async_await_syntax_test/a03b: Crash # (a03b()async*{}): cannot handle sync*/async* functions
|
| +async_await_syntax_test/a04a: Crash # (a04a()sync*{}): cannot handle sync*/async* functions
|
| +async_await_syntax_test/a04c: Crash # (a04c()sync*{}): cannot handle sync*/async* functions
|
| +async_await_syntax_test/a06a: Crash # (await for(var o in st){}): await for
|
| +async_await_syntax_test/a07a: Crash # (a07a()sync*{yield 0;}): cannot handle sync*/async* functions
|
| +async_await_syntax_test/a08a: Crash # (a08a()sync*{yield* [] ;}): cannot handle sync*/async* functions
|
| +async_await_syntax_test/a09a: Crash # (a09a()async*{yield 0;}): cannot handle sync*/async* functions
|
| +async_await_syntax_test/a10a: Crash # (a10a()async*{yield* [] ;}): cannot handle sync*/async* functions
|
| +async_await_syntax_test/a11b: Crash # (get sync sync*{}): cannot handle sync*/async* functions
|
| +async_await_syntax_test/a11d: Crash # (get async async*{}): cannot handle sync*/async* functions
|
| +async_await_syntax_test/b03a: Crash # (b03a()async*{}): cannot handle sync*/async* functions
|
| +async_await_syntax_test/b04a: Crash # (b04a()sync*{}): cannot handle sync*/async* functions
|
| +async_await_syntax_test/b06a: Crash # (await for(var o in st){}): await for
|
| +async_await_syntax_test/b07a: Crash # (b07a()sync*{yield 0;}): cannot handle sync*/async* functions
|
| +async_await_syntax_test/b08a: Crash # (b08a()sync*{yield* [] ;}): cannot handle sync*/async* functions
|
| +async_await_syntax_test/b09a: Crash # (b09a()async*{yield 0;}): cannot handle sync*/async* functions
|
| +async_await_syntax_test/b10a: Crash # (b10a()async*{yield* [] ;}): cannot handle sync*/async* functions
|
| +async_await_syntax_test/b11b: Crash # (get sync sync*{}): cannot handle sync*/async* functions
|
| +async_await_syntax_test/b11d: Crash # (get async async*{}): cannot handle sync*/async* functions
|
| +async_await_syntax_test/c03a: Crash # (c03a()async*{}): cannot handle sync*/async* functions
|
| +async_await_syntax_test/c04a: Crash # (c04a()sync*{}): cannot handle sync*/async* functions
|
| +async_await_syntax_test/c06a: Crash # (await for(var o in st){}): await for
|
| +async_await_syntax_test/c07a: Crash # (c07a()sync*{yield 0;}): cannot handle sync*/async* functions
|
| +async_await_syntax_test/c08a: Crash # (c08a()sync*{yield* [] ;}): cannot handle sync*/async* functions
|
| +async_await_syntax_test/c09a: Crash # (c09a()async*{yield 0;}): cannot handle sync*/async* functions
|
| +async_await_syntax_test/c10a: Crash # (c10a()async*{yield* [] ;}): cannot handle sync*/async* functions
|
| +async_await_syntax_test/d03a: Crash # (()async*{}): cannot handle sync*/async* functions
|
| +async_await_syntax_test/d04a: Crash # (()sync*{}): cannot handle sync*/async* functions
|
| +async_await_syntax_test/d06a: Crash # (await for(var o in st){}): await for
|
| +async_await_syntax_test/d07a: Crash # (()sync*{yield 0;}): cannot handle sync*/async* functions
|
| +async_await_syntax_test/d08a: Crash # (()sync*{yield* [] ;}): cannot handle sync*/async* functions
|
| +async_await_syntax_test/d08b: Crash # (()sync*{yield* 0+1;}): cannot handle sync*/async* functions
|
| +async_await_syntax_test/d09a: Crash # (()async*{yield 0;}): cannot handle sync*/async* functions
|
| +async_await_syntax_test/d10a: Crash # (()async*{yield* [] ;}): cannot handle sync*/async* functions
|
| +async_await_test/02: Crash # (switch (v){label:ca... continue to a labeled switch case
|
| +async_await_test/03: Crash # (switch (v){label:ca... continue to a labeled switch case
|
| +async_await_test/none: Crash # (switch (v){label:ca... continue to a labeled switch case
|
| +async_continue_label_test/await_in_init: RuntimeError # Please triage this failure.
|
| +async_continue_label_test/await_in_update: RuntimeError # Please triage this failure.
|
| +async_or_generator_return_type_stacktrace_test/02: Crash # (void badReturnTypeAsyncStar()async*{}): cannot handle sync*/async* functions
|
| +async_or_generator_return_type_stacktrace_test/03: Crash # (void badReturnTypeSyncStar()sync*{}): cannot handle sync*/async* functions
|
| +async_star_await_pauses_test: Crash # (await for(var i in ... await for
|
| +async_star_cancel_and_throw_in_finally_test: Crash # (foo()async*{try {in... cannot handle sync*/async* functions
|
| +async_star_cancel_while_paused_test: Crash # (f()async*{list.add(... cannot handle sync*/async* functions
|
| +async_star_regression_2238_test: Crash # (f()async*{label1:label2:yield 0;}): cannot handle sync*/async* functions
|
| +async_star_regression_23116_test: Crash # (Stream<int> foo(Com... cannot handle sync*/async* functions
|
| +async_star_regression_fisk_test: Crash # (fisk()async*{res.ad... cannot handle sync*/async* functions
|
| +async_star_stream_take_test: Crash # (await for(var v in s.take(5))r+= v;): await for
|
| +async_star_take_reyield_test: Crash # (fivePartialSums(Str... cannot handle sync*/async* functions
|
| +async_star_test: Crash # (f()async*{}): cannot handle sync*/async* functions
|
| +asyncstar_concat_test: Crash # (concat(a,b)async*{yield* a;yield* b;}): cannot handle sync*/async* functions
|
| +asyncstar_throw_in_catch_test: Crash # (foo4(Tracer tracer)... cannot handle sync*/async* functions
|
| +asyncstar_yield_test: Crash # (Stream<int> foo4()a... cannot handle sync*/async* functions
|
| +asyncstar_yieldstar_test: Crash # (foo2(Stream subStream)async*{yield* subStream;}): cannot handle sync*/async* functions
|
| +await_for_cancel_test: Crash # (await for(var x in controller.stream){for(int j=0;j<10;j++ ){if(j==5)continue outer;}}): await for
|
| +await_for_test: Crash # (await for(var x in infiniteStream()){i++ ;if(i>10)break;t4.record(x);}): await for
|
| +await_for_use_local_test: Crash # (await for(var v in s){accum+= v;}): await for
|
| +await_future_test: RuntimeError # Please triage this failure.
|
| +await_regression_test: RuntimeError # Please triage this failure.
|
| +await_test: RuntimeError # $async$temp1.S is not a function
|
| cha_deopt1_test: Crash # (d.make_u()): deferred access is not implemented
|
| cha_deopt2_test: Crash # (d.make_u()): deferred access is not implemented
|
| cha_deopt3_test: Crash # (d.make_u()): deferred access is not implemented
|
| closure_in_constructor_test: Crash # Invalid argument(s)
|
| closure_type_variables_test: Crash # Invalid argument(s)
|
| closures_initializer_test: RuntimeError # Please triage this failure.
|
| -const_evaluation_test/01: Crash # (static Iterable<Str... cannot handle async/sync*/async* functions
|
| +const_evaluation_test/01: Crash # (static Iterable<Str... cannot handle sync*/async* functions
|
| constructor12_test: RuntimeError # Please triage this failure.
|
| crash_6725_test/01: Crash # unsupported operation on erroneous element
|
| -custom_await_stack_trace_test: Crash # (main()async{try {va... cannot handle async/sync*/async* functions
|
| cyclic_default_values_test: RuntimeError # Z.cyclic_default_values_test__foo$closure is not a function
|
| deferred_call_empty_before_load_test: Crash # (lib1.thefun()): deferred access is not implemented
|
| deferred_closurize_load_library_test: Crash # (lib.trueVar): deferred access is not implemented
|
| @@ -462,30 +410,17 @@ deferred_no_such_method_test: RuntimeError # D.loadLibrary is not a function
|
| deferred_not_loaded_check_test: Crash # (lib.closure(sideEffect())): deferred access is not implemented
|
| deferred_only_constant_test: Crash # (lib.constant): deferred access is not implemented
|
| deferred_optimized_test: Crash # (lib.foo()): deferred access is not implemented
|
| -deferred_redirecting_factory_test: Crash # (test()async{await t... cannot handle async/sync*/async* functions
|
| +deferred_redirecting_factory_test: Crash # (lib1.loadLib2()): deferred access is not implemented
|
| deferred_regression_22995_test: Crash # (lib.foofoo()): deferred access is not implemented
|
| deferred_shadow_load_library_test: Crash # (lib.trueVar): deferred access is not implemented
|
| deferred_shared_and_unshared_classes_test: Crash # (lib2.foo()): deferred access is not implemented
|
| deferred_static_seperate_test: Crash # (lib1.x): deferred access is not implemented
|
| -deferred_type_dependency_test/as: Crash # (main()async{await l... cannot handle async/sync*/async* functions
|
| -deferred_type_dependency_test/is: Crash # (main()async{await l... cannot handle async/sync*/async* functions
|
| -deferred_type_dependency_test/none: Crash # (main()async{await l... cannot handle async/sync*/async* functions
|
| -deferred_type_dependency_test/type_annotation: Crash # (main()async{await l... cannot handle async/sync*/async* functions
|
| -enum_mirror_test: Crash # (static Iterable<Str... cannot handle async/sync*/async* functions
|
| +deferred_type_dependency_test/as: Crash # (lib1.fooAs("string")): deferred access is not implemented
|
| +deferred_type_dependency_test/is: Crash # (lib1.fooIs("string")): deferred access is not implemented
|
| +deferred_type_dependency_test/none: Crash # (lib2.getInstance()): deferred access is not implemented
|
| +deferred_type_dependency_test/type_annotation: Crash # (lib1.fooAnnotation("string")): deferred access is not implemented
|
| +enum_mirror_test: Crash # (static Iterable<Str... cannot handle sync*/async* functions
|
| first_class_types_test: RuntimeError # Please triage this failure.
|
| -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
|
| -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 # The null object does not have a getter 'field'.
|
| for_variable_capture_test: Crash # (i=0): For-loop variable captured in loop header
|
| generic2_test: RuntimeError # Please triage this failure.
|
| @@ -507,13 +442,12 @@ if_null_assignment_static_test/38: RuntimeError # v0.get$a is not a function
|
| if_null_assignment_static_test/39: RuntimeError # v0.get$b is not a function
|
| if_null_assignment_static_test/40: RuntimeError # v0.get$a is not a function
|
| infinite_switch_label_test: Crash # (switch (target){l0:... continue to a labeled switch case
|
| -instance_creation_in_function_annotation_test: Crash # (static Iterable<Str... cannot handle async/sync*/async* functions
|
| +instance_creation_in_function_annotation_test: Crash # (static Iterable<Str... cannot handle sync*/async* functions
|
| instanceof2_test: RuntimeError # Please triage this failure.
|
| instanceof4_test/01: RuntimeError # Please triage this failure.
|
| invocation_mirror_invoke_on_test: RuntimeError # Please triage this failure.
|
| invocation_mirror_test: Crash # (super[37]=42): visitUnresolvedSuperIndexSet
|
| -issue21079_test: Crash # (static Iterable<Str... cannot handle async/sync*/async* functions
|
| -issue23244_test: Crash # (main()async{var por... cannot handle async/sync*/async* functions
|
| +issue21079_test: Crash # (static Iterable<Str... cannot handle sync*/async* functions
|
| issue_1751477_test: RuntimeError # O.loadLibrary is not a function
|
| list_is_test: RuntimeError # Please triage this failure.
|
| list_test: RuntimeError # Please triage this failure.
|
| @@ -521,21 +455,13 @@ many_generic_instanceof_test: RuntimeError # Please triage this failure.
|
| many_overridden_no_such_method_test: RuntimeError # Please triage this failure.
|
| nested_switch_label_test: Crash # (switch (target){out... continue to a labeled switch case
|
| no_such_method_test: RuntimeError # Please triage this failure.
|
| -null_test/none: Crash # (static Iterable<Str... cannot handle async/sync*/async* functions
|
| +null_test/none: Crash # (static Iterable<Str... cannot handle sync*/async* functions
|
| overridden_no_such_method_test: RuntimeError # Please triage this failure.
|
| -redirecting_factory_reflection_test: Crash # (static Iterable<Str... cannot handle async/sync*/async* functions
|
| -regress_18535_test: Crash # (static Iterable<Str... cannot handle async/sync*/async* functions
|
| -regress_22438_test: Crash # (main()async{var err... cannot handle async/sync*/async* functions
|
| +redirecting_factory_reflection_test: Crash # (static Iterable<Str... cannot handle sync*/async* functions
|
| +regress_18535_test: Crash # (static Iterable<Str... cannot handle sync*/async* functions
|
| regress_22443_test: RuntimeError # M.loadLibrary is not a function
|
| -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_23408_test: RuntimeError # G.loadLibrary is not a function
|
| -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_23500_test/01: Crash # (await for(var c in new Stream.fromIterable([] )){}): await for
|
| 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.
|
| @@ -549,18 +475,18 @@ super_operator_index_test/05: Crash # (super[4]=42): visitUnresolvedSuperIndexSe
|
| switch_label2_test: Crash # (switch (target){cas... continue to a labeled switch case
|
| switch_label_test: Crash # (switch (animal){cas... continue to a labeled switch case
|
| switch_try_catch_test: Crash # (switch (0){_0:case ... continue to a labeled switch case
|
| -sync_generator1_test/01: Crash # (dreiVier()sync*{yield* 3;}): 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 # (f()sync*{try {yield... cannot handle async/sync*/async* functions
|
| -sync_generator3_test/test2: Crash # (g()sync*{try {yield... cannot handle async/sync*/async* functions
|
| -syncstar_less_than_test: Crash # (Iterable<int> foo()... cannot handle async/sync*/async* functions
|
| -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
|
| +sync_generator1_test/01: Crash # (dreiVier()sync*{yield* 3;}): cannot handle sync*/async* functions
|
| +sync_generator1_test/none: Crash # (einsZwei()sync*{yie... cannot handle sync*/async* functions
|
| +sync_generator2_test/07: Crash # (sync()sync*{yield sync;}): cannot handle sync*/async* functions
|
| +sync_generator2_test/08: Crash # (sync()sync*{yield sync;}): cannot handle sync*/async* functions
|
| +sync_generator2_test/10: Crash # (sync()sync*{yield sync;}): cannot handle sync*/async* functions
|
| +sync_generator2_test/none: Crash # (sync()sync*{yield sync;}): cannot handle sync*/async* functions
|
| +sync_generator3_test/test1: Crash # (f()sync*{try {yield... cannot handle sync*/async* functions
|
| +sync_generator3_test/test2: Crash # (g()sync*{try {yield "a";throw "pow!";}finally {yield "b";}}): cannot handle sync*/async* functions
|
| +syncstar_less_than_test: Crash # (Iterable<int> foo()... cannot handle sync*/async* functions
|
| +syncstar_yield_test/copyParameters: Crash # (Iterable<int> foo3(int p)sync*{int i=0;i++ ;p++ ;yield p+i;}): cannot handle sync*/async* functions
|
| +syncstar_yield_test/none: Crash # (Iterable<int> foo3(int p)sync*{int i=0;i++ ;p++ ;yield p+i;}): cannot handle sync*/async* functions
|
| +syncstar_yieldstar_test: Crash # (foo()sync*{yield* [1,2,3];yield null;yield* bar();}): cannot handle sync*/async* functions
|
| type_parameter_test/01: Crash # Invalid argument(s)
|
| type_parameter_test/02: Crash # Invalid argument(s)
|
| type_parameter_test/03: Crash # Invalid argument(s)
|
|
|