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

Side by Side Diff: tests/language/language_dart2js.status

Issue 1185633003: cps-ir: Support foreign code. (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Update test expectations. 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 unified diff | Download patch
« no previous file with comments | « tests/isolate/isolate.status ('k') | tests/lib/lib.status » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
2 # for details. All rights reserved. Use of this source code is governed by a 2 # for details. All rights reserved. Use of this source code is governed by a
3 # BSD-style license that can be found in the LICENSE file. 3 # BSD-style license that can be found in the LICENSE file.
4 4
5 [ $compiler == dart2js ] 5 [ $compiler == dart2js ]
6 sync_generator2_test/07: MissingCompileTimeError # Issue 22324 6 sync_generator2_test/07: MissingCompileTimeError # Issue 22324
7 sync_generator2_test/08: MissingCompileTimeError # Issue 22324 7 sync_generator2_test/08: MissingCompileTimeError # Issue 22324
8 sync_generator2_test/10: MissingCompileTimeError # Issue 22324 8 sync_generator2_test/10: MissingCompileTimeError # Issue 22324
9 getter_setter_in_lib_test: Fail # Issue 23288 9 getter_setter_in_lib_test: Fail # Issue 23288
10 10
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 ref_before_declaration_test/03: MissingCompileTimeError 55 ref_before_declaration_test/03: MissingCompileTimeError
56 ref_before_declaration_test/04: MissingCompileTimeError 56 ref_before_declaration_test/04: MissingCompileTimeError
57 ref_before_declaration_test/05: MissingCompileTimeError 57 ref_before_declaration_test/05: MissingCompileTimeError
58 ref_before_declaration_test/06: MissingCompileTimeError 58 ref_before_declaration_test/06: MissingCompileTimeError
59 59
60 regress_22976_test/01: CompileTimeError # Issue 23132 60 regress_22976_test/01: CompileTimeError # Issue 23132
61 regress_22976_test/02: CompileTimeError # Issue 23132 61 regress_22976_test/02: CompileTimeError # Issue 23132
62 62
63 if_null_assignment_behavior_test/13: Crash # Issue 23491 63 if_null_assignment_behavior_test/13: Crash # Issue 23491
64 if_null_assignment_behavior_test/14: Crash # Issue 23491 64 if_null_assignment_behavior_test/14: Crash # Issue 23491
65 nullaware_opt_test: Fail # Fails at e?.f ??= 200;
66 65
67 conditional_method_invocation_test/11: MissingCompileTimeError # Issue 23611 66 conditional_method_invocation_test/11: MissingCompileTimeError # Issue 23611
68 conditional_property_access_test/09: MissingCompileTimeError # Issue 23611 67 conditional_property_access_test/09: MissingCompileTimeError # Issue 23611
69 conditional_property_assignment_test/20: MissingCompileTimeError # Issue 23611 68 conditional_property_assignment_test/20: MissingCompileTimeError # Issue 23611
70 conditional_property_assignment_test/21: MissingCompileTimeError # Issue 23611 69 conditional_property_assignment_test/21: MissingCompileTimeError # Issue 23611
71 conditional_property_assignment_test/22: MissingCompileTimeError # Issue 23611 70 conditional_property_assignment_test/22: MissingCompileTimeError # Issue 23611
72 if_null_assignment_behavior_test/29: Crash # Issue 23611 71 if_null_assignment_behavior_test/29: Crash # Issue 23611
73 if_null_assignment_behavior_test/30: Crash # Issue 23611 72 if_null_assignment_behavior_test/30: Crash # Issue 23611
74 prefix_assignment_test/01: Crash # Issue 23611 73 prefix_assignment_test/01: Crash # Issue 23611
75 prefix_assignment_test/02: Crash # Issue 23611 74 prefix_assignment_test/02: Crash # Issue 23611
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
195 list_literal4_test: RuntimeError # Issue 12890 194 list_literal4_test: RuntimeError # Issue 12890
196 built_in_identifier_test/01: CompileTimeError # Issue 13022 195 built_in_identifier_test/01: CompileTimeError # Issue 13022
197 196
198 scope_variable_test/01: MissingCompileTimeError # Issue 13016 197 scope_variable_test/01: MissingCompileTimeError # Issue 13016
199 198
200 numbers_test: RuntimeError, OK # Issue 1533 199 numbers_test: RuntimeError, OK # Issue 1533
201 canonical_const2_test: RuntimeError, OK # Issue 1533 200 canonical_const2_test: RuntimeError, OK # Issue 1533
202 bit_operations_test: RuntimeError, OK # Issue 1533 201 bit_operations_test: RuntimeError, OK # Issue 1533
203 expect_test: RuntimeError, OK # Issue 13080 202 expect_test: RuntimeError, OK # Issue 13080
204 203
205 illegal_invocation_test/01: MissingCompileTimeError # Issue 23611
206 prefix_unqualified_invocation_test/01: MissingCompileTimeError # Issue 23611
207 prefix_unqualified_invocation_test/02: MissingCompileTimeError # Issue 23611
208
209 [ $compiler == dart2js && $runtime == none ] 204 [ $compiler == dart2js && $runtime == none ]
210 *: Fail, Pass # TODO(ahe): Triage these tests. 205 *: Fail, Pass # TODO(ahe): Triage these tests.
211 206
212 [ $compiler == dart2js && $runtime == chrome && $system == macos ] 207 [ $compiler == dart2js && $runtime == chrome && $system == macos ]
213 await_future_test: Pass, Timeout # Issue 22695. 208 await_future_test: Pass, Timeout # Issue 22695.
214 async_await_test/none: Pass, Timeout # Issue 22695. 209 async_await_test/none: Pass, Timeout # Issue 22695.
215 async_await_test/02: Pass, Timeout # Issue 22695. 210 async_await_test/02: Pass, Timeout # Issue 22695.
216 async_await_test/03: Pass, Timeout # Issue 22695. 211 async_await_test/03: Pass, Timeout # Issue 22695.
217 212
218 [ $compiler == dart2js && ($runtime == safari || $runtime == safarimobilesim)] 213 [ $compiler == dart2js && ($runtime == safari || $runtime == safarimobilesim)]
(...skipping 20 matching lines...) Expand all
239 *deferred*: Pass,RuntimeError # Issue 17458 234 *deferred*: Pass,RuntimeError # Issue 17458
240 cha_deopt*: Pass,RuntimeError # Issue 17458 235 cha_deopt*: Pass,RuntimeError # Issue 17458
241 regress_22443_test: Pass,RuntimeError # Issue 17458 236 regress_22443_test: Pass,RuntimeError # Issue 17458
242 237
243 [ $compiler == dart2js && $cps_ir == false ] 238 [ $compiler == dart2js && $cps_ir == false ]
244 generic_field_mixin4_test: Crash # Issue 18651 239 generic_field_mixin4_test: Crash # Issue 18651
245 generic_field_mixin5_test: Crash # Issue 18651 240 generic_field_mixin5_test: Crash # Issue 18651
246 241
247 [ $compiler == dart2js && $cps_ir ] 242 [ $compiler == dart2js && $cps_ir ]
248 aborting_switch_case_test: Crash # (switch (42){case 42:foo();foo();break;}): Un handled node 243 aborting_switch_case_test: Crash # (switch (42){case 42:foo();foo();break;}): Un handled node
244 abstract_object_method_test: RuntimeError # Please triage this failure.
245 arithmetic_test: Crash # (switch (codeUnit){c... Unhandled node
246 assert_assignable_type_test: RuntimeError # Please triage this failure.
247 assign_op_test: RuntimeError # Please triage this failure.
248 assignable_expression_test/none: RuntimeError # Please triage this failure.
249 async_and_or_test: Crash # (test()async{await test1();await test2();}): cannot h andle async/sync*/async* functions 249 async_and_or_test: Crash # (test()async{await test1();await test2();}): cannot h andle async/sync*/async* functions
250 async_await_catch_regression_test: Crash # (test()async{var exc... cannot handl e async/sync*/async* functions 250 async_await_catch_regression_test: Crash # (test()async{var exc... cannot handl e async/sync*/async* functions
251 async_await_syntax_test/a01a: Crash # (a01a()async=>null;): cannot handle async/ sync*/async* functions 251 async_await_syntax_test/a01a: Crash # (a01a()async=>null;): cannot handle async/ sync*/async* functions
252 async_await_syntax_test/a02a: Crash # (a02a()async{}): cannot handle async/sync* /async* functions 252 async_await_syntax_test/a02a: Crash # (a02a()async{}): cannot handle async/sync* /async* functions
253 async_await_syntax_test/a03a: Crash # (a03a()async*{}): cannot handle async/sync */async* functions 253 async_await_syntax_test/a03a: Crash # (a03a()async*{}): cannot handle async/sync */async* functions
254 async_await_syntax_test/a03b: Crash # (a03b()async*{}): cannot handle async/sync */async* functions 254 async_await_syntax_test/a03b: Crash # (a03b()async*{}): cannot handle async/sync */async* functions
255 async_await_syntax_test/a04a: Crash # (a04a()sync*{}): cannot handle async/sync* /async* functions 255 async_await_syntax_test/a04a: Crash # (a04a()sync*{}): cannot handle async/sync* /async* functions
256 async_await_syntax_test/a04c: Crash # (a04c()sync*{}): cannot handle async/sync* /async* functions 256 async_await_syntax_test/a04c: Crash # (a04c()sync*{}): cannot handle async/sync* /async* functions
257 async_await_syntax_test/a05a: Crash # (a05a()async{await 0;}): cannot handle asy nc/sync*/async* functions 257 async_await_syntax_test/a05a: Crash # (a05a()async{await 0;}): cannot handle asy nc/sync*/async* functions
258 async_await_syntax_test/a05b: Crash # (a05b()async{await (a){};await (0);}): can not handle async/sync*/async* functions 258 async_await_syntax_test/a05b: Crash # (a05b()async{await (a){};await (0);}): can not handle async/sync*/async* functions
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
309 async_continue_label_test/await_in_init: Crash # (test()async{await t... cannot handle async/sync*/async* functions 309 async_continue_label_test/await_in_init: Crash # (test()async{await t... cannot handle async/sync*/async* functions
310 async_continue_label_test/await_in_update: Crash # (test()async{await t... cann ot handle async/sync*/async* functions 310 async_continue_label_test/await_in_update: Crash # (test()async{await t... cann ot handle async/sync*/async* functions
311 async_continue_label_test/none: Crash # (test()async{await t... cannot handle a sync/sync*/async* functions 311 async_continue_label_test/none: Crash # (test()async{await t... cannot handle a sync/sync*/async* functions
312 async_control_structures_test: Crash # (asyncImplicitReturn... cannot handle as ync/sync*/async* functions 312 async_control_structures_test: Crash # (asyncImplicitReturn... cannot handle as ync/sync*/async* functions
313 async_finally_rethrow_test: Crash # (main()async{var err... cannot handle async /sync*/async* functions 313 async_finally_rethrow_test: Crash # (main()async{var err... cannot handle async /sync*/async* functions
314 async_or_generator_return_type_stacktrace_test/01: Crash # (void badReturnTypeAs ync()async{}): cannot handle async/sync*/async* functions 314 async_or_generator_return_type_stacktrace_test/01: Crash # (void badReturnTypeAs ync()async{}): cannot handle async/sync*/async* functions
315 async_or_generator_return_type_stacktrace_test/02: Crash # (void badReturnTypeAs yncStar()async*{}): cannot handle async/sync*/async* functions 315 async_or_generator_return_type_stacktrace_test/02: Crash # (void badReturnTypeAs yncStar()async*{}): cannot handle async/sync*/async* functions
316 async_or_generator_return_type_stacktrace_test/03: Crash # (void badReturnTypeSy ncStar()sync*{}): cannot handle async/sync*/async* functions 316 async_or_generator_return_type_stacktrace_test/03: Crash # (void badReturnTypeSy ncStar()sync*{}): cannot handle async/sync*/async* functions
317 async_regression_23058_test: Crash # (foo()async{return x.foo==2?42:x.foo;}): ca nnot handle async/sync*/async* functions 317 async_regression_23058_test: Crash # (foo()async{return x.foo==2?42:x.foo;}): ca nnot handle async/sync*/async* functions
318 async_rethrow_test: Crash # (rethrowString()asyn... cannot handle async/sync*/a sync* functions 318 async_rethrow_test: Crash # (rethrowString()asyn... cannot handle async/sync*/a sync* functions
319 async_return_types_test/nestedFuture: Crash # (test()async{Expect.... cannot ha ndle async/sync*/async* functions 319 async_return_types_test/nestedFuture: Crash # (try {return f(arg1,arg2);}finally {Zone._leave(old);}): try/finally
320 async_return_types_test/none: Crash # (test()async{Expect.... cannot handle asy nc/sync*/async* functions 320 async_return_types_test/none: Crash # (try {return f(arg1,arg2);}finally {Zone._ leave(old);}): try/finally
321 async_return_types_test/tooManyTypeParameters: Crash # (test()async{Expect.... cannot handle async/sync*/async* functions 321 async_return_types_test/tooManyTypeParameters: Crash # (try {return f(arg1,arg2) ;}finally {Zone._leave(old);}): try/finally
322 async_return_types_test/wrongReturnType: Crash # (test()async{Expect.... cannot handle async/sync*/async* functions 322 async_return_types_test/wrongReturnType: Crash # (try {return f(arg1,arg2);}fina lly {Zone._leave(old);}): try/finally
323 async_return_types_test/wrongTypeParameter: Crash # (test()async{Expect.... can not handle async/sync*/async* functions 323 async_return_types_test/wrongTypeParameter: Crash # (try {return f(arg1,arg2);}f inally {Zone._leave(old);}): try/finally
324 async_star_cancel_and_throw_in_finally_test: Crash # (test()async{var com... ca nnot handle async/sync*/async* functions 324 async_star_cancel_and_throw_in_finally_test: Crash # (test()async{var com... ca nnot handle async/sync*/async* functions
325 async_star_regression_23116_test: Crash # (test()async{Complet... cannot handle async/sync*/async* functions 325 async_star_regression_23116_test: Crash # (test()async{Complet... cannot handle async/sync*/async* functions
326 async_star_test/01: Crash # (f()async*{}): cannot handle async/sync*/async* func tions 326 async_star_test/01: Crash # (f()async*{}): cannot handle async/sync*/async* func tions
327 async_star_test/02: Crash # (f()async*{}): cannot handle async/sync*/async* func tions 327 async_star_test/02: Crash # (f()async*{}): cannot handle async/sync*/async* func tions
328 async_star_test/03: Crash # (f()async*{}): cannot handle async/sync*/async* func tions 328 async_star_test/03: Crash # (f()async*{}): cannot handle async/sync*/async* func tions
329 async_star_test/04: Crash # (f()async*{}): cannot handle async/sync*/async* func tions 329 async_star_test/04: Crash # (f()async*{}): cannot handle async/sync*/async* func tions
330 async_star_test/05: Crash # (f()async*{}): cannot handle async/sync*/async* func tions 330 async_star_test/05: Crash # (f()async*{}): cannot handle async/sync*/async* func tions
331 async_star_test/none: Crash # (f()async*{}): cannot handle async/sync*/async* fu nctions 331 async_star_test/none: Crash # (f()async*{}): cannot handle async/sync*/async* fu nctions
332 async_switch_test/none: Crash # (test()async{Expect.... cannot handle async/syn c*/async* functions 332 async_switch_test/none: Crash # (test()async{Expect.... cannot handle async/syn c*/async* functions
333 async_switch_test/withDefault: Crash # (test()async{Expect.... cannot handle as ync/sync*/async* functions 333 async_switch_test/withDefault: Crash # (test()async{Expect.... cannot handle as ync/sync*/async* functions
334 async_test/none: Crash # (bar(int p1,p2)async{var z=8;return p2+z+foo;}): cannot handle async/sync*/async* functions 334 async_test/none: Crash # (bar(int p1,p2)async{var z=8;return p2+z+foo;}): cannot handle async/sync*/async* functions
335 async_test/type-mismatch1: Crash # (bar(int p1,p2)async{var z=8;return p2+z+foo; }): cannot handle async/sync*/async* functions 335 async_test/type-mismatch1: Crash # (bar(int p1,p2)async{var z=8;return p2+z+foo; }): cannot handle async/sync*/async* functions
336 async_test/type-mismatch2: Crash # (bar(int p1,p2)async{var z=8;return p2+z+foo; }): cannot handle async/sync*/async* functions 336 async_test/type-mismatch2: Crash # (bar(int p1,p2)async{var z=8;return p2+z+foo; }): cannot handle async/sync*/async* functions
337 async_test/type-mismatch3: Crash # (bar(int p1,p2)async{var z=8;return p2+z+foo; }): cannot handle async/sync*/async* functions 337 async_test/type-mismatch3: Crash # (bar(int p1,p2)async{var z=8;return p2+z+foo; }): cannot handle async/sync*/async* functions
338 async_test/type-mismatch4: Crash # (bar(int p1,p2)async{var z=8;return p2+z+foo; }): cannot handle async/sync*/async* functions 338 async_test/type-mismatch4: Crash # (bar(int p1,p2)async{var z=8;return p2+z+foo; }): cannot handle async/sync*/async* functions
339 async_this_bound_test: Crash # (test()async{await testA();await testB();}): cann ot handle async/sync*/async* functions 339 async_this_bound_test: Crash # (test()async{await testA();await testB();}): cann ot handle async/sync*/async* functions
340 async_throw_in_catch_test/forceAwait: Crash # (test()async{await r... cannot ha ndle async/sync*/async* functions 340 async_throw_in_catch_test/forceAwait: Crash # (try {return f(arg1,arg2);}finally {Zone._leave(old);}): try/finally
341 async_throw_in_catch_test/none: Crash # (test()async{await r... cannot handle a sync/sync*/async* functions 341 async_throw_in_catch_test/none: Crash # (try {return f(arg1,arg2);}finally {Zone ._leave(old);}): try/finally
342 asyncstar_concat_test: Crash # (test()async{Expect.... cannot handle async/sync */async* functions 342 asyncstar_concat_test: Crash # (test()async{Expect.... cannot handle async/sync */async* functions
343 asyncstar_throw_in_catch_test: Crash # (test()async{await r... cannot handle as ync/sync*/async* functions 343 asyncstar_throw_in_catch_test: Crash # (try {return f(arg1,arg2);}finally {Zone. _leave(old);}): try/finally
344 asyncstar_yield_test: Crash # (test()async{Expect.... cannot handle async/sync* /async* functions 344 asyncstar_yield_test: Crash # (test()async{Expect.... cannot handle async/sync* /async* functions
345 asyncstar_yieldstar_test: Crash # (test()async{Expect.... cannot handle async/s ync*/async* functions 345 asyncstar_yieldstar_test: Crash # (test()async{Expect.... cannot handle async/s ync*/async* functions
346 await_backwards_compatibility_test/none: Crash # (test1()async{var x=await 9;Exp ect.equals(9,x);}): cannot handle async/sync*/async* functions 346 await_backwards_compatibility_test/none: Crash # (test1()async{var x=await 9;Exp ect.equals(9,x);}): cannot handle async/sync*/async* functions
347 await_exceptions_test: Crash # (awaitFoo()async{await foo();}): cannot handle as ync/sync*/async* functions 347 await_exceptions_test: Crash # (awaitFoo()async{await foo();}): cannot handle as ync/sync*/async* functions
348 await_for_cancel_test: Crash # (test()async{await test1();await test2();}): cann ot handle async/sync*/async* functions 348 await_for_cancel_test: Crash # (test()async{await test1();await test2();}): cann ot handle async/sync*/async* functions
349 await_for_test: Crash # (consumeSomeOfInfini... cannot handle async/sync*/async * functions 349 await_for_test: Crash # (try {return f(arg1,arg2);}finally {Zone._leave(old);}): try/finally
350 await_for_use_local_test: Crash # (test()async{var cou... cannot handle async/s ync*/async* functions 350 await_for_use_local_test: Crash # (test()async{var cou... cannot handle async/s ync*/async* functions
351 await_future_test: Crash # (test()async{var res... cannot handle async/sync*/as ync* functions 351 await_future_test: Crash # (test()async{var res... cannot handle async/sync*/as ync* functions
352 await_nonfuture_test: Crash # (foo()async{Expect.equals(X,10);return await 5;}): cannot handle async/sync*/async* functions 352 await_nonfuture_test: Crash # (foo()async{Expect.equals(X,10);return await 5;}): cannot handle async/sync*/async* functions
353 await_not_started_immediately_test: Crash # (foo()async{x++ ;await 1;x++ ;}): ca nnot handle async/sync*/async* functions 353 await_not_started_immediately_test: Crash # (foo()async{x++ ;await 1;x++ ;}): ca nnot handle async/sync*/async* functions
354 await_postfix_expr_test: Crash # (test()async{Expect.... cannot handle async/sy nc*/async* functions 354 await_postfix_expr_test: Crash # (test()async{Expect.... cannot handle async/sy nc*/async* functions
355 await_regression_test: Crash # (main()async{testNes... cannot handle async/sync */async* functions 355 await_regression_test: Crash # (main()async{testNes... cannot handle async/sync */async* functions
356 await_test: Crash # (others()async{var a... cannot handle async/sync*/async* fu nctions 356 await_test: Crash # (others()async{var a... cannot handle async/sync*/async* fu nctions
357 cha_deopt1_test: RuntimeError # V.loadLibrary is not a function 357 bind_test: RuntimeError # Cannot read property 'prototype' of undefined
358 cha_deopt2_test: RuntimeError # R.loadLibrary is not a function 358 bound_closure_primitives_test: RuntimeError # Please triage this failure.
359 cha_deopt3_test: RuntimeError # K.loadLibrary is not a function 359 call_with_no_such_method_test: RuntimeError # Please triage this failure.
360 canonical_const3_test: RuntimeError # Cannot read property 'prototype' of undefi ned
361 cascade2_test: RuntimeError # Please triage this failure.
362 cascade_2_test: RuntimeError # Please triage this failure.
363 cascade_test/none: RuntimeError # Cannot read property 'prototype' of undefined
364 cast_test/04: RuntimeError # Please triage this failure.
365 cast_test/05: RuntimeError # Please triage this failure.
366 cast_test/none: RuntimeError # Please triage this failure.
367 cha_deopt1_test: RuntimeError # receiver.get$_collection$_nums is not a function
368 cha_deopt2_test: RuntimeError # receiver.get$_collection$_nums is not a function
369 cha_deopt3_test: RuntimeError # receiver.get$_collection$_nums is not a function
370 char_escape_test: RuntimeError # Please triage this failure.
360 class_override_test/00: Crash # (try {instance.foo();}on NoSuchMethodError catch (error){}finally {}): try/finally 371 class_override_test/00: Crash # (try {instance.foo();}on NoSuchMethodError catch (error){}finally {}): try/finally
361 class_override_test/none: Crash # (try {instance.foo();}finally {}): try/finally 372 class_override_test/none: Crash # (try {instance.foo();}finally {}): try/finally
373 closure7_test: RuntimeError # Cannot read property 'prototype' of undefined
374 closure8_test: RuntimeError # Cannot read property 'prototype' of undefined
375 closure_cycles_test: RuntimeError # receiver.get$_collection$_nums is not a func tion
362 closure_in_constructor_test: Crash # Invalid argument(s) 376 closure_in_constructor_test: Crash # Invalid argument(s)
363 closure_self_reference_test: Crash # (try {return inner(value-1);}finally {count er++ ;}): try/finally 377 closure_self_reference_test: Crash # (try {return inner(value-1);}finally {count er++ ;}): try/finally
378 closure_shared_state_test: RuntimeError # Cannot read property 'prototype' of un defined
364 closure_type_variables_test: Crash # Invalid argument(s) 379 closure_type_variables_test: Crash # Invalid argument(s)
380 closures_initializer2_test: RuntimeError # Cannot read property 'prototype' of u ndefined
381 compile_time_constant_a_test: RuntimeError # Please triage this failure.
382 compile_time_constant_b_test: RuntimeError # Please triage this failure.
383 compound_assignment_operator_test: RuntimeError # Please triage this failure.
384 const_evaluation_test/01: Crash # Internal Error: No default constructor availab le.
385 const_list_test: RuntimeError # Please triage this failure.
386 const_map_test: RuntimeError # Please triage this failure.
365 const_nested_test: Crash # Invalid argument(s) 387 const_nested_test: Crash # Invalid argument(s)
366 const_switch2_test/none: Crash # (switch (a){case 1:print("OK");}): Unhandled no de 388 const_switch2_test/none: Crash # (switch (a){case 1:print("OK");}): Unhandled no de
367 const_switch_test/01: Crash # (switch (c){case con... Unhandled node 389 const_switch_test/01: Crash # (switch (c){case con... Unhandled node
368 const_switch_test/02: Crash # (switch (c){case con... Unhandled node 390 const_switch_test/02: Crash # (switch (c){case con... Unhandled node
369 const_switch_test/03: Crash # (switch (c){case con... Unhandled node 391 const_switch_test/03: Crash # (switch (c){case con... Unhandled node
370 const_switch_test/04: Crash # (switch (c){case con... Unhandled node 392 const_switch_test/04: Crash # (switch (c){case con... Unhandled node
371 constructor11_test: Crash # Invalid argument(s) 393 constructor11_test: Crash # Invalid argument(s)
372 constructor12_test: RuntimeError # Please triage this failure. 394 constructor12_test: RuntimeError # Please triage this failure.
373 constructor5_test: Crash # The null object does not have a getter 'namedArgument s'. 395 constructor5_test: Crash # The null object does not have a getter 'namedArgument s'.
374 constructor_with_mixin_test: Crash # Internal Error: No default constructor avai lable. 396 constructor_with_mixin_test: Crash # Internal Error: No default constructor avai lable.
375 continue_test: Crash # (switch (0){case 0:i=22;continue;default:i=25;break;}): U nhandled node 397 continue_test: Crash # (switch (0){case 0:i=22;continue;default:i=25;break;}): U nhandled node
376 crash_12118_test: Crash # Invalid argument(s) 398 crash_12118_test: Crash # Invalid argument(s)
377 crash_6725_test/01: Crash # The null object does not have a getter '_element'. 399 crash_6725_test/01: Crash # The null object does not have a getter '_element'.
378 custom_await_stack_trace_test: Crash # (main()async{try {va... cannot handle as ync/sync*/async* functions 400 custom_await_stack_trace_test: Crash # (main()async{try {va... cannot handle as ync/sync*/async* functions
379 deferred_closurize_load_library_test: RuntimeError # D.loadLibrary is not a func tion 401 cyclic_type_test/00: RuntimeError # Cannot read property 'prototype' of undefine d
380 deferred_constant_list_test: RuntimeError # K.loadLibrary is not a function 402 cyclic_type_test/01: RuntimeError # Cannot read property 'prototype' of undefine d
381 deferred_constraints_constants_test/none : RuntimeError # TypeError: S.loadLibra ry is not a function 403 cyclic_type_test/02: RuntimeError # Cannot read property 'prototype' of undefine d
382 deferred_constraints_constants_test/reference_after_load : RuntimeError # TypeEr ror: G.loadLibrary is not a function 404 cyclic_type_test/03: RuntimeError # Cannot read property 'prototype' of undefine d
383 deferred_constraints_type_annotation_test/as_operation : RuntimeError # TypeErro r: Z.loadLibrary is not a function 405 cyclic_type_test/04: RuntimeError # Cannot read property 'prototype' of undefine d
384 deferred_constraints_type_annotation_test/catch_check: Crash # Instance of 'Type Operator': type check unimplemented for _Nullary. 406 deferred_closurize_load_library_test: Crash # (try {return f(arg1,arg2);}finally {Zone._leave(old);}): try/finally
385 deferred_constraints_type_annotation_test/is_check : RuntimeError # TypeError: L .loadLibrary is not a function 407 deferred_constant_list_test: Crash # (try {return f(arg1,arg2);}finally {Zone._l eave(old);}): try/finally
386 deferred_constraints_type_annotation_test/new: RuntimeError # R.loadLibrary is n ot a function 408 deferred_constraints_constants_test/none: Crash # Internal Error: No default con structor available.
387 deferred_constraints_type_annotation_test/new_before_load : RuntimeError # TypeE rror: K.loadLibrary is not a function 409 deferred_constraints_constants_test/reference_after_load: Crash # Internal Error : No default constructor available.
388 deferred_constraints_type_annotation_test/new_generic1: RuntimeError # R.loadLib rary is not a function 410 deferred_constraints_type_annotation_test/as_operation: Crash # (try {return f(a rg1,arg2);}finally {Zone._leave(old);}): try/finally
389 deferred_constraints_type_annotation_test/new_generic2: RuntimeError # X.loadLib rary is not a function 411 deferred_constraints_type_annotation_test/catch_check: Crash # The null object d oes not have a getter '_element'.
390 deferred_constraints_type_annotation_test/new_generic3: RuntimeError # K.loadLib rary is not a function 412 deferred_constraints_type_annotation_test/is_check: Crash # (try {return f(arg1, arg2);}finally {Zone._leave(old);}): try/finally
391 deferred_constraints_type_annotation_test/none: RuntimeError # D.loadLibrary is not a function 413 deferred_constraints_type_annotation_test/new: Crash # (try {return f(arg1,arg2) ;}finally {Zone._leave(old);}): try/finally
392 deferred_constraints_type_annotation_test/static_method: RuntimeError # F.loadLi brary is not a function 414 deferred_constraints_type_annotation_test/new_before_load: Crash # (try {return f(arg1,arg2);}finally {Zone._leave(old);}): try/finally
393 deferred_constraints_type_annotation_test/type_annotation1: RuntimeError # K.loa dLibrary is not a function 415 deferred_constraints_type_annotation_test/new_generic1: Crash # (try {return f(a rg1,arg2);}finally {Zone._leave(old);}): try/finally
394 deferred_constraints_type_annotation_test/type_annotation_generic1: RuntimeError # T.loadLibrary is not a function 416 deferred_constraints_type_annotation_test/new_generic2: Crash # (try {return f(a rg1,arg2);}finally {Zone._leave(old);}): try/finally
395 deferred_constraints_type_annotation_test/type_annotation_generic2: RuntimeError # Q.loadLibrary is not a function 417 deferred_constraints_type_annotation_test/new_generic3: Crash # (try {return f(a rg1,arg2);}finally {Zone._leave(old);}): try/finally
396 deferred_constraints_type_annotation_test/type_annotation_generic3: RuntimeError # Z.loadLibrary is not a function 418 deferred_constraints_type_annotation_test/none: Crash # (try {return f(arg1,arg2 );}finally {Zone._leave(old);}): try/finally
397 deferred_constraints_type_annotation_test/type_annotation_generic4: RuntimeError # Q.loadLibrary is not a function 419 deferred_constraints_type_annotation_test/static_method: Crash # (try {return f( arg1,arg2);}finally {Zone._leave(old);}): try/finally
398 deferred_constraints_type_annotation_test/type_annotation_non_deferred: RuntimeE rror # R.loadLibrary is not a function 420 deferred_constraints_type_annotation_test/type_annotation1: Crash # (try {return f(arg1,arg2);}finally {Zone._leave(old);}): try/finally
399 deferred_constraints_type_annotation_test/type_annotation_null: RuntimeError # Z .loadLibrary is not a function 421 deferred_constraints_type_annotation_test/type_annotation_generic1: Crash # (try {return f(arg1,arg2);}finally {Zone._leave(old);}): try/finally
400 deferred_constraints_type_annotation_test/type_annotation_top_level: RuntimeErro r # U.loadLibrary is not a function 422 deferred_constraints_type_annotation_test/type_annotation_generic2: Crash # (try {return f(arg1,arg2);}finally {Zone._leave(old);}): try/finally
401 deferred_function_type_test : RuntimeError # TypeError: N.loadLibrary is not a f unction 423 deferred_constraints_type_annotation_test/type_annotation_generic3: Crash # (try {return f(arg1,arg2);}finally {Zone._leave(old);}): try/finally
402 deferred_global_test: RuntimeError # Y.loadLibrary is not a function 424 deferred_constraints_type_annotation_test/type_annotation_generic4: Crash # (try {return f(arg1,arg2);}finally {Zone._leave(old);}): try/finally
403 deferred_inlined_test: RuntimeError # B.loadLibrary is not a function 425 deferred_constraints_type_annotation_test/type_annotation_non_deferred: Crash # (try {return f(arg1,arg2);}finally {Zone._leave(old);}): try/finally
404 deferred_load_constants_test/none : RuntimeError # Expect.throws fails: Did not throw 426 deferred_constraints_type_annotation_test/type_annotation_null: Crash # (try {re turn f(arg1,arg2);}finally {Zone._leave(old);}): try/finally
405 deferred_load_inval_code_test: RuntimeError # O.loadLibrary is not a function 427 deferred_constraints_type_annotation_test/type_annotation_top_level: Crash # (tr y {return f(arg1,arg2);}finally {Zone._leave(old);}): try/finally
406 deferred_load_library_wrong_args_test/none: RuntimeError # Y.loadLibrary is not a function 428 deferred_function_type_test: RuntimeError # receiver.get$_collection$_nums is no t a function
407 deferred_mixin_test: RuntimeError # X.loadLibrary is not a function 429 deferred_global_test: Crash # (try {return f(arg1,arg2);}finally {Zone._leave(ol d);}): try/finally
408 deferred_no_such_method_test: RuntimeError # D.loadLibrary is not a function 430 deferred_inlined_test: RuntimeError # receiver.get$_collection$_nums is not a fu nction
409 deferred_not_loaded_check_test : RuntimeError # Expect.isTrue(false) fails. 431 deferred_load_constants_test/none: Crash # (try {return f(arg1,arg2);}finally {Z one._leave(old);}): try/finally
410 deferred_only_constant_test: RuntimeError # O.loadLibrary is not a function 432 deferred_load_inval_code_test: RuntimeError # receiver.get$_collection$_nums is not a function
411 deferred_optimized_test: RuntimeError # Q.loadLibrary is not a function 433 deferred_load_library_wrong_args_test/none: RuntimeError # receiver.get$_collect ion$_nums is not a function
434 deferred_mixin_test: Crash # (try {return f(arg1,arg2);}finally {Zone._leave(old );}): try/finally
435 deferred_no_such_method_test: Crash # (try {return f(arg1,arg2);}finally {Zone._ leave(old);}): try/finally
436 deferred_not_loaded_check_test: RuntimeError # Please triage this failure.
437 deferred_only_constant_test: RuntimeError # receiver.get$_collection$_nums is no t a function
438 deferred_optimized_test: RuntimeError # receiver.get$_collection$_nums is not a function
412 deferred_redirecting_factory_test: Crash # (test()async{await t... cannot handl e async/sync*/async* functions 439 deferred_redirecting_factory_test: Crash # (test()async{await t... cannot handl e async/sync*/async* functions
413 deferred_regression_22995_test : RuntimeError # TypeError: U.loadLibrary is not a function 440 deferred_regression_22995_test: RuntimeError # receiver.get$_collection$_nums is not a function
414 deferred_shadow_load_library_test: RuntimeError # Y.loadLibrary is not a functio n 441 deferred_shadow_load_library_test: Crash # (try {return f(arg1,arg2);}finally {Z one._leave(old);}): try/finally
415 deferred_shared_and_unshared_classes_test: RuntimeError # U.loadLibrary is not a function 442 deferred_shared_and_unshared_classes_test: Crash # (try {return f(arg1,arg2);}fi nally {Zone._leave(old);}): try/finally
416 deferred_static_seperate_test: RuntimeError # L.loadLibrary is not a function 443 deferred_static_seperate_test: Crash # (try {return f(arg1,arg2);}finally {Zone. _leave(old);}): try/finally
417 deopt_inlined_function_lazy_test: Crash # (try {return x+12342353257893275483274 832;}finally {}): try/finally 444 deopt_inlined_function_lazy_test: Crash # (try {return x+12342353257893275483274 832;}finally {}): try/finally
445 deopt_no_feedback_test: RuntimeError # Please triage this failure.
418 empty_block_case_test: Crash # (switch (1){case 1:{}case 2:Expect.equals(true,fa lse);}): Unhandled node 446 empty_block_case_test: Crash # (switch (1){case 1:{}case 2:Expect.equals(true,fa lse);}): Unhandled node
447 enum_duplicate_test/01: RuntimeError # Please triage this failure.
448 enum_duplicate_test/02: RuntimeError # Please triage this failure.
449 enum_duplicate_test/none: RuntimeError # Please triage this failure.
450 enum_mirror_test: Crash # (switch (type){case ... Unhandled node
451 enum_private_test/01: RuntimeError # Please triage this failure.
452 enum_private_test/02: RuntimeError # Please triage this failure.
453 enum_private_test/none: RuntimeError # Please triage this failure.
419 enum_test: Crash # (switch (e){case Enu... Unhandled node 454 enum_test: Crash # (switch (e){case Enu... Unhandled node
420 execute_finally10_test: Crash # (try {throw 'foo';}c... try/finally 455 execute_finally10_test: Crash # (try {throw 'foo';}c... try/finally
421 execute_finally11_test: Crash # (try {throw 'foo';}c... try/finally 456 execute_finally11_test: Crash # (try {throw 'foo';}c... try/finally
422 execute_finally12_test: Crash # (try {try {}finally {a=8;break;}}finally {return a==8;}): try/finally 457 execute_finally12_test: Crash # (try {try {}finally {a=8;break;}}finally {return a==8;}): try/finally
423 execute_finally1_test: Crash # (try {int j;j=func();i=1;return i;}finally {i=i+8 00;}): try/finally 458 execute_finally1_test: Crash # (try {int j;j=func();i=1;return i;}finally {i=i+8 00;}): try/finally
424 execute_finally2_test: Crash # (try {int j;j=func()... try/finally 459 execute_finally2_test: Crash # (try {int j;j=func()... try/finally
425 execute_finally3_test: Crash # (try {try {int j;j=f... try/finally 460 execute_finally3_test: Crash # (try {try {int j;j=f... try/finally
426 execute_finally4_test: Crash # (try {int j;j=func();i=1;}finally {i=i+10;}): try /finally 461 execute_finally4_test: Crash # (try {int j;j=func();i=1;}finally {i=i+10;}): try /finally
427 execute_finally5_test: Crash # (try {int j;j=func()... try/finally 462 execute_finally5_test: Crash # (try {int j;j=func()... try/finally
428 execute_finally6_test: Crash # (try {try {int j;j=f... try/finally 463 execute_finally6_test: Crash # (try {try {int j;j=f... try/finally
429 execute_finally7_test: Crash # (try {var a=new List... try/finally 464 execute_finally7_test: Crash # (try {var a=new List... try/finally
430 execute_finally8_test: Crash # (try {sum+= 1;return 'hi';}finally {sum+= 1;throw 'ball';sum+= 1;}): try/finally 465 execute_finally8_test: Crash # (try {sum+= 1;return 'hi';}finally {sum+= 1;throw 'ball';sum+= 1;}): try/finally
431 execute_finally9_test: Crash # (try {sum+= 1;return... try/finally 466 execute_finally9_test: Crash # (try {sum+= 1;return... try/finally
467 f_bounded_equality_test: RuntimeError # Cannot read property 'prototype' of unde fined
468 fannkuch_test: RuntimeError # Please triage this failure.
469 field_increment_bailout_test: RuntimeError # Please triage this failure.
432 final_super_field_set_test/01: RuntimeError # Please triage this failure. 470 final_super_field_set_test/01: RuntimeError # Please triage this failure.
433 finally_test: Crash # (try {i=12;}finally {Expect.equals(12,i);executedFinally=t rue;}): try/finally 471 finally_test: Crash # (try {i=12;}finally {Expect.equals(12,i);executedFinally=t rue;}): try/finally
472 fixed_length_test: RuntimeError # Please triage this failure.
473 fixed_type_variable_test/02: RuntimeError # Cannot read property 'prototype' of undefined
474 fixed_type_variable_test/04: RuntimeError # Cannot read property 'prototype' of undefined
475 fixed_type_variable_test/06: RuntimeError # Cannot read property 'prototype' of undefined
434 flatten_test/01: Crash # (test()async{int x=await new Derived<int>();}): cannot handle async/sync*/async* functions 476 flatten_test/01: Crash # (test()async{int x=await new Derived<int>();}): cannot handle async/sync*/async* functions
435 flatten_test/02: Crash # (test()async{Future<int> f()async=>new Derived<int>();} ): cannot handle async/sync*/async* functions 477 flatten_test/02: Crash # (test()async{Future<int> f()async=>new Derived<int>();} ): cannot handle async/sync*/async* functions
436 flatten_test/03: Crash # (test()async{Future<... cannot handle async/sync*/asyn c* functions 478 flatten_test/03: Crash # (test()async{Future<... cannot handle async/sync*/asyn c* functions
437 flatten_test/04: Crash # (test()async{Future<... cannot handle async/sync*/asyn c* functions 479 flatten_test/04: Crash # (test()async{Future<... cannot handle async/sync*/asyn c* functions
438 flatten_test/05: Crash # (test()async{FixedPo... cannot handle async/sync*/asyn c* functions 480 flatten_test/05: Crash # (test()async{FixedPo... cannot handle async/sync*/asyn c* functions
439 flatten_test/06: Crash # (test()async{Future<... cannot handle async/sync*/asyn c* functions 481 flatten_test/06: Crash # (test()async{Future<... cannot handle async/sync*/asyn c* functions
440 flatten_test/07: Crash # (test()async{Future<... cannot handle async/sync*/asyn c* functions 482 flatten_test/07: Crash # (test()async{Future<... cannot handle async/sync*/asyn c* functions
441 flatten_test/08: Crash # (test()async{Future<... cannot handle async/sync*/asyn c* functions 483 flatten_test/08: Crash # (test()async{Future<... cannot handle async/sync*/asyn c* functions
442 flatten_test/09: Crash # (test()async{Diverge... cannot handle async/sync*/asyn c* functions 484 flatten_test/09: Crash # (test()async{Diverge... cannot handle async/sync*/asyn c* functions
443 flatten_test/10: Crash # (test()async{Future<... cannot handle async/sync*/asyn c* functions 485 flatten_test/10: Crash # (test()async{Future<... cannot handle async/sync*/asyn c* functions
444 flatten_test/11: Crash # (test()async{Future<... cannot handle async/sync*/asyn c* functions 486 flatten_test/11: Crash # (test()async{Future<... cannot handle async/sync*/asyn c* functions
445 flatten_test/12: Crash # (test()async{Future<... cannot handle async/sync*/asyn c* functions 487 flatten_test/12: Crash # (test()async{Future<... cannot handle async/sync*/asyn c* functions
446 flatten_test/none: Crash # (test()async{}): cannot handle async/sync*/async* fun ctions 488 flatten_test/none: Crash # (test()async{}): cannot handle async/sync*/async* fun ctions
447 for2_test: Crash # The null object does not have a getter 'field'. 489 for2_test: Crash # The null object does not have a getter 'field'.
448 for_variable_capture_test: Crash # (i=0): For-loop variable captured in loop hea der 490 for_variable_capture_test: Crash # (i=0): For-loop variable captured in loop hea der
449 generic_closure_test: Crash # Instance of 'TypeOperator': type check unimplement ed for F. 491 function_getter_test: RuntimeError # Cannot read property 'prototype' of undefin ed
492 function_literals_test: RuntimeError # Cannot read property 'prototype' of undef ined
493 function_subtype0_test: RuntimeError # Cannot read property 'prototype' of undef ined
494 function_subtype_bound_closure0_test: RuntimeError # Cannot read property 'proto type' of undefined
495 function_subtype_bound_closure1_test: RuntimeError # Cannot read property 'proto type' of undefined
496 function_subtype_call0_test: RuntimeError # Cannot read property 'prototype' of undefined
497 function_subtype_factory1_test: RuntimeError # Cannot read property 'prototype' of undefined
498 function_subtype_local0_test: RuntimeError # Cannot read property 'prototype' of undefined
499 function_subtype_local1_test: RuntimeError # Cannot read property 'prototype' of undefined
500 function_subtype_named1_test: RuntimeError # Cannot read property 'prototype' of undefined
501 function_subtype_not0_test: RuntimeError # Cannot read property 'prototype' of u ndefined
502 function_subtype_optional1_test: RuntimeError # Cannot read property 'prototype' of undefined
503 function_subtype_simple0_test: RuntimeError # Cannot read property 'prototype' o f undefined
504 function_subtype_simple1_test: RuntimeError # Cannot read property 'prototype' o f undefined
505 function_subtype_simple2_test: RuntimeError # Cannot read property 'prototype' o f undefined
506 function_subtype_top_level0_test: RuntimeError # Cannot read property 'prototype ' of undefined
507 function_syntax_test/none: RuntimeError # Please triage this failure.
508 function_test: RuntimeError # Please triage this failure.
509 function_type_alias6_test/none: RuntimeError # Cannot read property 'prototype' of undefined
510 gc_test: RuntimeError # Please triage this failure.
450 generic_constructor_mixin2_test: Crash # Internal Error: No default constructor available. 511 generic_constructor_mixin2_test: Crash # Internal Error: No default constructor available.
451 generic_constructor_mixin3_test: Crash # Internal Error: No default constructor available. 512 generic_constructor_mixin3_test: Crash # Internal Error: No default constructor available.
452 generic_constructor_mixin_test: Crash # Internal Error: No default constructor a vailable. 513 generic_constructor_mixin_test: Crash # Internal Error: No default constructor a vailable.
514 generic_creation_test: RuntimeError # Cannot read property 'prototype' of undefi ned
453 generic_field_mixin3_test: RuntimeError # Please triage this failure. 515 generic_field_mixin3_test: RuntimeError # Please triage this failure.
516 getter_setter_interceptor_test: RuntimeError # Please triage this failure.
517 getter_setter_order_test: RuntimeError # Please triage this failure.
518 gvn_interceptor_test: RuntimeError # Please triage this failure.
519 identical_closure_test: RuntimeError # Cannot read property 'prototype' of undef ined
520 if_null_assignment_behavior_test/01: RuntimeError # Please triage this failure.
521 if_null_assignment_behavior_test/02: RuntimeError # Please triage this failure.
522 if_null_assignment_behavior_test/04: RuntimeError # Please triage this failure.
523 if_null_assignment_behavior_test/05: RuntimeError # Please triage this failure.
524 if_null_assignment_behavior_test/06: RuntimeError # Please triage this failure.
525 if_null_assignment_behavior_test/07: RuntimeError # Please triage this failure.
526 if_null_assignment_behavior_test/08: RuntimeError # Please triage this failure.
527 if_null_assignment_behavior_test/09: RuntimeError # Please triage this failure.
528 if_null_assignment_behavior_test/10: RuntimeError # Please triage this failure.
529 if_null_assignment_behavior_test/12: RuntimeError # Please triage this failure.
530 if_null_assignment_behavior_test/16: RuntimeError # Please triage this failure.
531 if_null_assignment_behavior_test/17: RuntimeError # Please triage this failure.
532 if_null_assignment_behavior_test/18: RuntimeError # Please triage this failure.
533 if_null_assignment_behavior_test/19: RuntimeError # Please triage this failure.
534 if_null_assignment_behavior_test/20: RuntimeError # Please triage this failure.
535 if_null_assignment_behavior_test/21: RuntimeError # Please triage this failure.
536 if_null_assignment_behavior_test/22: RuntimeError # Please triage this failure.
537 if_null_assignment_behavior_test/23: RuntimeError # Please triage this failure.
538 if_null_assignment_behavior_test/24: RuntimeError # Please triage this failure.
539 if_null_assignment_behavior_test/25: RuntimeError # Please triage this failure.
540 if_null_assignment_behavior_test/26: RuntimeError # Please triage this failure.
541 if_null_assignment_behavior_test/27: RuntimeError # Please triage this failure.
542 if_null_assignment_behavior_test/28: RuntimeError # Please triage this failure.
543 if_null_assignment_static_test/29: RuntimeError # Please triage this failure.
544 if_null_assignment_static_test/30: RuntimeError # Please triage this failure.
545 if_null_assignment_static_test/31: RuntimeError # Please triage this failure.
546 if_null_assignment_static_test/32: RuntimeError # Please triage this failure.
547 if_null_assignment_static_test/33: RuntimeError # Please triage this failure.
548 if_null_assignment_static_test/34: RuntimeError # Please triage this failure.
549 if_null_assignment_static_test/35: RuntimeError # Please triage this failure.
550 illegal_invocation_test/01: MissingCompileTimeError # Please triage this failure .
551 implicit_closure1_test: RuntimeError # Cannot read property 'prototype' of undef ined
552 implicit_closure2_test: RuntimeError # Cannot read property 'prototype' of undef ined
553 implicit_closure_test: RuntimeError # Cannot read property 'prototype' of undefi ned
454 implicit_super_constructor_call_test: Crash # Invalid argument(s) 554 implicit_super_constructor_call_test: Crash # Invalid argument(s)
555 incr_op_test: RuntimeError # Please triage this failure.
556 index_test: RuntimeError # Please triage this failure.
455 inference_mixin_field_test: Crash # Internal Error: No default constructor avail able. 557 inference_mixin_field_test: Crash # Internal Error: No default constructor avail able.
456 inferrer_synthesized_constructor_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 558 inferrer_synthesized_constructor_test: Crash # Invalid argument(s)
457 inferrer_synthesized_super_constructor_test: Crash # Invalid argument(s) 559 inferrer_synthesized_super_constructor_test: Crash # Invalid argument(s)
458 infinite_switch_label_test: Crash # Instance of 'TypeOperator': type check unimp lemented for _Nullary. 560 infinite_switch_label_test: Crash # (switch (target){l0:... Unhandled node
459 inlined_throw_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 561 inlined_conditional_test: RuntimeError # Cannot read property 'prototype' of und efined
562 inlined_throw_test: Crash # (switch (kast("switcheroo")){case 0:boo();}): Unhand led node
563 instance_creation_in_function_annotation_test: Crash # (switch (name){case ... Unhandled node
460 instanceof4_test/01: RuntimeError # Please triage this failure. 564 instanceof4_test/01: RuntimeError # Please triage this failure.
461 integer_division_by_zero_test: Crash # Instance of 'TypeOperator': type check un implemented for _Nullary. 565 interceptor7_test: RuntimeError # Please triage this failure.
566 invocation_mirror_invoke_on2_test: RuntimeError # Please triage this failure.
462 invocation_mirror_invoke_on_test: RuntimeError # Please triage this failure. 567 invocation_mirror_invoke_on_test: RuntimeError # Please triage this failure.
463 invocation_mirror_test: Crash # Instance of 'TypeOperator': type check unimpleme nted for _Nullary. 568 invocation_mirror_test: Crash # (super[37]=42): visitUnresolvedSuperIndexSet
569 is_function_test: RuntimeError # Cannot read property 'prototype' of undefined
464 issue10581_test: Crash # (switch (type){case ... Unhandled node 570 issue10581_test: Crash # (switch (type){case ... Unhandled node
465 issue12023_test: Crash # (switch (action){cas... Unhandled node 571 issue12023_test: Crash # (switch (action){cas... Unhandled node
466 issue13474_test: Crash # Instance of 'TypeOperator': type check unimplemented fo r _Nullary. 572 issue12288_test: RuntimeError # Please triage this failure.
573 issue13179_test: RuntimeError # Cannot read property 'prototype' of undefined
467 issue20476_test: Crash # (try {try {return 1;}catch (e1){}finally {return 3;}}ca tch (e2){}finally {return 5;}): try/finally 574 issue20476_test: Crash # (try {try {return 1;}catch (e1){}finally {return 3;}}ca tch (e2){}finally {return 5;}): try/finally
468 issue_1751477_test: RuntimeError # O.loadLibrary is not a function 575 issue7513_test: RuntimeError # Please triage this failure.
576 issue_1751477_test: RuntimeError # receiver.get$_collection$_nums is not a funct ion
469 label_test: Crash # (switch (i){case 111:while(doAgain()){break L;}default:i-- ; }): Unhandled node 577 label_test: Crash # (switch (i){case 111:while(doAgain()){break L;}default:i-- ; }): Unhandled node
470 large_class_declaration_test: Crash # Stack Overflow 578 large_class_declaration_test: Crash # Stack Overflow
471 malformed_test/none: Crash # Instance of 'TypeOperator': type check unimplemente d for _Nullary. 579 list_literal3_test: RuntimeError # Please triage this failure.
580 list_test: RuntimeError # Please triage this failure.
581 list_tracer_closure_test: RuntimeError # Please triage this failure.
582 list_tracer_in_list_test: RuntimeError # Please triage this failure.
583 list_tracer_in_map_test: RuntimeError # Please triage this failure.
584 list_tracer_return_from_tearoff_closure_test: RuntimeError # Please triage this failure.
585 local_function_test: RuntimeError # Please triage this failure.
586 logical_expression_test: RuntimeError # Please triage this failure.
587 main_test/01: RuntimeError # receiver.get$_collection$_nums is not a function
588 main_test/02: RuntimeError # receiver.get$_collection$_nums is not a function
589 main_test/04: RuntimeError # receiver.get$_collection$_nums is not a function
590 main_test/05: RuntimeError # receiver.get$_collection$_nums is not a function
591 main_test/20: RuntimeError # receiver.get$_collection$_nums is not a function
592 main_test/21: RuntimeError # receiver.get$_collection$_nums is not a function
593 main_test/22: RuntimeError # receiver.get$_collection$_nums is not a function
594 main_test/41: RuntimeError # receiver.get$_collection$_nums is not a function
595 main_test/42: RuntimeError # receiver.get$_collection$_nums is not a function
596 main_test/43: RuntimeError # receiver.get$_collection$_nums is not a function
597 main_test/44: RuntimeError # receiver.get$_collection$_nums is not a function
598 main_test/45: RuntimeError # receiver.get$_collection$_nums is not a function
599 many_calls_test: RuntimeError # Please triage this failure.
600 many_named_arguments_test: RuntimeError # Please triage this failure.
472 many_overridden_no_such_method_test: RuntimeError # Please triage this failure. 601 many_overridden_no_such_method_test: RuntimeError # Please triage this failure.
473 method_override5_test: Crash # Instance of 'TypeOperator': type check unimplemen ted for _Nullary. 602 mega_load_test: RuntimeError # Please triage this failure.
603 method_binding_test: RuntimeError # Cannot read property 'prototype' of undefine d
604 methods_as_constants2_test: RuntimeError # Cannot read property 'prototype' of u ndefined
605 minify_closure_variable_collision_test: RuntimeError # Please triage this failur e.
474 mint_arithmetic_test: Crash # (try {f(a,b){var s=b... try/finally 606 mint_arithmetic_test: Crash # (try {f(a,b){var s=b... try/finally
607 mint_compares_test: RuntimeError # Cannot read property 'prototype' of undefined
475 mixin_bound_test: Crash # Internal Error: No default constructor available. 608 mixin_bound_test: Crash # Internal Error: No default constructor available.
476 mixin_forwarding_constructor1_test: Crash # Internal Error: No default construct or available. 609 mixin_forwarding_constructor1_test: Crash # Internal Error: No default construct or available.
477 mixin_forwarding_constructor3_test: Crash # Internal Error: No default construct or available. 610 mixin_forwarding_constructor3_test: Crash # Internal Error: No default construct or available.
611 mixin_prefix_test: Crash # Internal Error: No default constructor available.
478 mixin_super_constructor2_test: Crash # Internal Error: No default constructor av ailable. 612 mixin_super_constructor2_test: Crash # Internal Error: No default constructor av ailable.
479 mixin_super_constructor_default_test: Crash # Internal Error: No default constru ctor available. 613 mixin_super_constructor_default_test: Crash # Internal Error: No default constru ctor available.
480 mixin_super_constructor_multiple_test: Crash # Internal Error: No default constr uctor available. 614 mixin_super_constructor_multiple_test: Crash # Internal Error: No default constr uctor available.
481 mixin_super_constructor_named_test/01: Crash # Internal Error: No default constr uctor available. 615 mixin_super_constructor_named_test/01: Crash # Internal Error: No default constr uctor available.
482 mixin_super_constructor_named_test/none: Crash # Internal Error: No default cons tructor available. 616 mixin_super_constructor_named_test/none: Crash # Internal Error: No default cons tructor available.
483 mixin_super_constructor_positionals_test/01: Crash # Internal Error: No default constructor available. 617 mixin_super_constructor_positionals_test/01: Crash # Internal Error: No default constructor available.
484 mixin_super_constructor_positionals_test/none: Crash # Internal Error: No defaul t constructor available. 618 mixin_super_constructor_positionals_test/none: Crash # Internal Error: No defaul t constructor available.
485 mixin_super_constructor_test: Crash # Internal Error: No default constructor ava ilable. 619 mixin_super_constructor_test: Crash # Internal Error: No default constructor ava ilable.
486 mixin_type_parameter2_test: Crash # Internal Error: No default constructor avail able. 620 mixin_type_parameter2_test: Crash # Internal Error: No default constructor avail able.
487 mixin_type_parameter3_test: Crash # Internal Error: No default constructor avail able. 621 mixin_type_parameter3_test: Crash # Internal Error: No default constructor avail able.
488 mixin_type_parameters_mixin_extends_test: Crash # The null object does not have a getter '_element'. 622 mixin_type_parameters_mixin_extends_test: Crash # The null object does not have a getter '_element'.
489 mixin_type_parameters_mixin_test: Crash # The null object does not have a getter '_element'. 623 mixin_type_parameters_mixin_test: Crash # The null object does not have a getter '_element'.
490 mixin_type_parameters_super_extends_test: Crash # The null object does not have a getter '_element'. 624 mixin_type_parameters_super_extends_test: Crash # The null object does not have a getter '_element'.
491 mixin_type_parameters_super_test: Crash # The null object does not have a getter '_element'. 625 mixin_type_parameters_super_test: Crash # The null object does not have a getter '_element'.
492 mixin_typedef_constructor_test: Crash # Internal Error: No default constructor a vailable. 626 mixin_typedef_constructor_test: Crash # Internal Error: No default constructor a vailable.
493 modulo_test: Crash # Instance of 'TypeOperator': type check unimplemented for _N ullary. 627 named_parameters_with_conversions_test: RuntimeError # Cannot read property 'pro totype' of undefined
628 named_parameters_with_dollars_test: RuntimeError # Please triage this failure.
629 nested_if_test: RuntimeError # Please triage this failure.
494 nested_switch_label_test: Crash # (switch (target){out... Unhandled node 630 nested_switch_label_test: Crash # (switch (target){out... Unhandled node
631 no_such_method_dispatcher_test: RuntimeError # Please triage this failure.
632 no_such_method_empty_selector_test: RuntimeError # Please triage this failure.
495 no_such_method_test: RuntimeError # Please triage this failure. 633 no_such_method_test: RuntimeError # Please triage this failure.
634 null_test/none: Crash # (switch (type){case ... Unhandled node
635 null_to_string2_test: RuntimeError # Cannot read property 'prototype' of undefin ed
636 null_to_string_test: RuntimeError # Cannot read property 'prototype' of undefine d
637 nullaware_opt_test: RuntimeError # e.set$f is not a function
638 operator_index_evaluation_order_test: RuntimeError # Please triage this failure.
639 optimize_redundant_array_load_test: RuntimeError # Please triage this failure.
640 optimized_lists_test: RuntimeError # Please triage this failure.
641 osr_test: RuntimeError # Please triage this failure.
496 overridden_no_such_method_test: RuntimeError # Please triage this failure. 642 overridden_no_such_method_test: RuntimeError # Please triage this failure.
643 override_method_with_field_test/02: RuntimeError # Cannot read property 'prototy pe' of undefined
644 override_method_with_field_test/none: RuntimeError # Cannot read property 'proto type' of undefined
645 param2_test: RuntimeError # Please triage this failure.
497 phi_merge_test: Crash # (switch (value){case 42:break;case 43:break;}): Unhandle d node 646 phi_merge_test: Crash # (switch (value){case 42:break;case 43:break;}): Unhandle d node
647 prefix14_test: RuntimeError # Cannot read property 'prototype' of undefined
648 prefix15_test: RuntimeError # Cannot read property 'prototype' of undefined
649 prefix21_test: RuntimeError # Cannot read property 'prototype' of undefined
650 prefix_unqualified_invocation_test/01: MissingCompileTimeError # Please triage t his failure.
651 prefix_unqualified_invocation_test/02: MissingCompileTimeError # Please triage t his failure.
652 pure_function2_test: RuntimeError # Please triage this failure.
653 pure_function_test: RuntimeError # Please triage this failure.
654 range_analysis_test: RuntimeError # Cannot read property 'prototype' of undefine d
655 recursive_calls_test: RuntimeError # Cannot read property 'prototype' of undefin ed
498 ref_before_declaration_test/00: Crash # (switch (x){case 0:var x='Does fuzzy log ic tickle?';}): Unhandled node 656 ref_before_declaration_test/00: Crash # (switch (x){case 0:var x='Does fuzzy log ic tickle?';}): Unhandled node
499 ref_before_declaration_test/01: Crash # (switch (x){case 0:var x='Does fuzzy log ic tickle?';}): Unhandled node 657 ref_before_declaration_test/01: Crash # (switch (x){case 0:var x='Does fuzzy log ic tickle?';}): Unhandled node
500 ref_before_declaration_test/02: Crash # (switch (x){case 0:var x='Does fuzzy log ic tickle?';}): Unhandled node 658 ref_before_declaration_test/02: Crash # (switch (x){case 0:var x='Does fuzzy log ic tickle?';}): Unhandled node
501 ref_before_declaration_test/03: Crash # (switch (x){case 0:var x='Does fuzzy log ic tickle?';}): Unhandled node 659 ref_before_declaration_test/03: Crash # (switch (x){case 0:var x='Does fuzzy log ic tickle?';}): Unhandled node
502 ref_before_declaration_test/04: Crash # (switch (x){case 0:var x='Does fuzzy log ic tickle?';}): Unhandled node 660 ref_before_declaration_test/04: Crash # (switch (x){case 0:var x='Does fuzzy log ic tickle?';}): Unhandled node
503 ref_before_declaration_test/05: Crash # (switch (x){case 0:var x='Does fuzzy log ic tickle?';}): Unhandled node 661 ref_before_declaration_test/05: Crash # (switch (x){case 0:var x='Does fuzzy log ic tickle?';}): Unhandled node
504 ref_before_declaration_test/06: Crash # (switch (x){case 0:var x='Does fuzzy log ic tickle?';}): Unhandled node 662 ref_before_declaration_test/06: Crash # (switch (x){case 0:var x='Does fuzzy log ic tickle?';}): Unhandled node
505 ref_before_declaration_test/none: Crash # (switch (x){case 0:var x='Does fuzzy l ogic tickle?';}): Unhandled node 663 ref_before_declaration_test/none: Crash # (switch (x){case 0:var x='Does fuzzy l ogic tickle?';}): Unhandled node
664 reg_ex2_test: RuntimeError # Cannot read property 'prototype' of undefined
665 reg_exp2_test: RuntimeError # Cannot read property 'prototype' of undefined
666 reg_exp_test: RuntimeError # Please triage this failure.
667 regress_11800_test: RuntimeError # Please triage this failure.
506 regress_18435_test: Crash # Invalid argument(s) 668 regress_18435_test: Crash # Invalid argument(s)
507 regress_18535_test: Crash # Internal Error: No default constructor available. 669 regress_18535_test: Crash # Internal Error: No default constructor available.
670 regress_21016_test: RuntimeError # Please triage this failure.
508 regress_21795_test: Crash # (try {foo(t);}finally {if(t==0){try {}catch (err,st) {}}}): try/finally 671 regress_21795_test: Crash # (try {foo(t);}finally {if(t==0){try {}catch (err,st) {}}}): try/finally
509 regress_22438_test: Crash # (main()async{var err... cannot handle async/sync*/a sync* functions 672 regress_22438_test: Crash # (main()async{var err... cannot handle async/sync*/a sync* functions
510 regress_22443_test: RuntimeError # M.loadLibrary is not a function 673 regress_22443_test: RuntimeError # receiver.get$_collection$_nums is not a funct ion
511 regress_22445_test: Crash # (main()async{var err... cannot handle async/sync*/a sync* functions 674 regress_22445_test: Crash # (main()async{var err... cannot handle async/sync*/a sync* functions
512 regress_22579_test: Crash # (main()async{var err... cannot handle async/sync*/a sync* functions 675 regress_22579_test: Crash # (main()async{var err... cannot handle async/sync*/a sync* functions
513 regress_22728_test: Crash # (main()async{bool fa... cannot handle async/sync*/a sync* functions 676 regress_22728_test: Crash # (main()async{bool fa... cannot handle async/sync*/a sync* functions
514 regress_22777_test: Crash # (test()async{try {te... cannot handle async/sync*/a sync* functions 677 regress_22777_test: Crash # (test()async{try {te... cannot handle async/sync*/a sync* functions
515 regress_22822_test: Crash # (try {for(int i=0;i<10;i++ ){return ()=>i+b;}}finall y {b=10;}): try/finally 678 regress_22822_test: Crash # (try {for(int i=0;i<10;i++ ){return ()=>i+b;}}finall y {b=10;}): try/finally
516 regress_22936_test/01: Crash # The null object does not have a getter '_element' . 679 regress_22936_test/01: Crash # The null object does not have a getter '_element' .
517 regress_22936_test/none: Crash # The null object does not have a getter '_elemen t'. 680 regress_22936_test/none: Crash # The null object does not have a getter '_elemen t'.
518 regress_23498_test: Crash # (main()async{var err... cannot handle async/sync*/a sync* functions 681 regress_23498_test: Crash # (main()async{var err... cannot handle async/sync*/a sync* functions
519 regress_23500_test/01: Crash # (main()async{var err... cannot handle async/sync */async* functions 682 regress_23500_test/01: Crash # (main()async{var err... cannot handle async/sync */async* functions
520 regress_23500_test/02: Crash # (main()async{var err... cannot handle async/sync */async* functions 683 regress_23500_test/02: Crash # (main()async{var err... cannot handle async/sync */async* functions
521 regress_23500_test/none: Crash # (main()async{var err... cannot handle async/sy nc*/async* functions 684 regress_23500_test/none: Crash # (main()async{var err... cannot handle async/sy nc*/async* functions
522 regress_23537_test: Crash # (try {var b;try {for... try/finally 685 regress_23537_test: Crash # (try {var b;try {for... try/finally
523 regress_23650_test: Crash # (try {return new C<T>.foo();}finally {}): try/finall y 686 regress_23650_test: Crash # (try {return new C<T>.foo();}finally {}): try/finall y
524 stack_trace_test: Crash # (try {int j;i=func2(... try/finally 687 stack_trace_test: Crash # (try {int j;i=func2(... try/finally
525 statement_test: Crash # (try {throw "foo";}c... try/finally 688 statement_test: Crash # (try {throw "foo";}c... try/finally
689 static_closure_identical_test: RuntimeError # Cannot read property 'prototype' o f undefined
690 static_field_test/none: RuntimeError # Cannot read property 'prototype' of undef ined
691 static_implicit_closure_test: RuntimeError # Cannot read property 'prototype' of undefined
526 static_postfix_operator_test: Crash # (try {if(a++ ==0){inIt=true;}}finally {}): try/finally 692 static_postfix_operator_test: Crash # (try {if(a++ ==0){inIt=true;}}finally {}): try/finally
693 string_interpolation_test/01: RuntimeError # Cannot read property 'prototype' of undefined
694 string_interpolation_test/none: RuntimeError # Cannot read property 'prototype' of undefined
695 string_join_test: RuntimeError # Please triage this failure.
696 string_test: RuntimeError # Please triage this failure.
527 super_all_named_constructor_test: Crash # Invalid argument(s) 697 super_all_named_constructor_test: Crash # Invalid argument(s)
528 super_bound_closure_test/01: RuntimeError # Cannot read property 'call' of undef ined 698 super_bound_closure_test/01: RuntimeError # Cannot read property 'call' of undef ined
529 super_bound_closure_test/none: RuntimeError # Cannot read property 'call' of und efined 699 super_bound_closure_test/none: RuntimeError # Cannot read property 'call' of und efined
530 super_call4_test: RuntimeError # Please triage this failure. 700 super_call4_test: RuntimeError # Please triage this failure.
531 super_getter_setter_test: Crash # Class 'PartialMethodElement' has no instance g etter 'initializer'. 701 super_getter_setter_test: Crash # Class 'PartialMethodElement' has no instance g etter 'initializer'.
532 super_implicit_closure_test: RuntimeError # Cannot read property 'call' of undef ined 702 super_implicit_closure_test: RuntimeError # Cannot read property 'prototype' of undefined
533 super_operator_index2_test: RuntimeError # this.get$map is not a function 703 super_operator_index2_test: RuntimeError # this.get$map is not a function
704 super_operator_index3_test: RuntimeError # Please triage this failure.
705 super_operator_index4_test: RuntimeError # Please triage this failure.
534 super_operator_index5_test: Crash # (super[0]=42): visitUnresolvedSuperIndexSet 706 super_operator_index5_test: Crash # (super[0]=42): visitUnresolvedSuperIndexSet
707 super_operator_index6_test: RuntimeError # Please triage this failure.
535 super_operator_index7_test: Crash # (super[0]=42): visitUnresolvedSuperIndexSet 708 super_operator_index7_test: Crash # (super[0]=42): visitUnresolvedSuperIndexSet
536 super_operator_index8_test: Crash # (super[f()]=g()): visitUnresolvedSuperIndexS et 709 super_operator_index8_test: Crash # (super[f()]=g()): visitUnresolvedSuperIndexS et
537 super_operator_index_test/01: Crash # The null object does not have a getter 'is Parameter'. 710 super_operator_index_test/01: Crash # The null object does not have a getter 'is Parameter'.
538 super_operator_index_test/03: Crash # (super[4]=42): visitUnresolvedSuperIndexSe t 711 super_operator_index_test/03: Crash # (super[4]=42): visitUnresolvedSuperIndexSe t
539 super_operator_index_test/04: Crash # The null object does not have a getter 'is Parameter'. 712 super_operator_index_test/04: Crash # The null object does not have a getter 'is Parameter'.
540 super_operator_index_test/05: Crash # (super[4]=42): visitUnresolvedSuperIndexSe t 713 super_operator_index_test/05: Crash # (super[4]=42): visitUnresolvedSuperIndexSe t
541 super_operator_index_test/06: Crash # The null object does not have a getter 'is Parameter'. 714 super_operator_index_test/06: Crash # The null object does not have a getter 'is Parameter'.
715 super_operator_test: RuntimeError # Please triage this failure.
542 switch6_test: Crash # (switch (a){case 0:{x=0;break;}case 1:x=1;break;}): Unhand led node 716 switch6_test: Crash # (switch (a){case 0:{x=0;break;}case 1:x=1;break;}): Unhand led node
543 switch8_test: Crash # (switch (new List(1)[0]){case const A():throw 'Test failed ';}): Unhandled node 717 switch8_test: Crash # (switch (new List(1)[0]){case const A():throw 'Test failed ';}): Unhandled node
544 switch_bad_case_test/none: Crash # (switch (n){case 1:return "I";case 4:return " IV";}): Unhandled node 718 switch_bad_case_test/none: Crash # (switch (n){case 1:return "I";case 4:return " IV";}): Unhandled node
545 switch_case_static_const_test: Crash # (switch (p){case S:break;case A.S:break;c ase 'abc':break;}): Unhandled node 719 switch_case_static_const_test: Crash # (switch (p){case S:break;case A.S:break;c ase 'abc':break;}): Unhandled node
546 switch_case_test/none: Crash # (switch (new B()){}): Unhandled node 720 switch_case_test/none: Crash # (switch (new B()){}): Unhandled node
547 switch_fallthru_test: Crash # (switch (n){case 0:result="zero";break;case 1:resu lt="one";case 9:result="nine";}): Unhandled node 721 switch_fallthru_test: Crash # (switch (n){case 0:result="zero";break;case 1:resu lt="one";case 9:result="nine";}): Unhandled node
548 switch_label2_test: Crash # (switch (target){cas... Unhandled node 722 switch_label2_test: Crash # (switch (target){cas... Unhandled node
549 switch_label_test: Crash # (switch (animal){cas... Unhandled node 723 switch_label_test: Crash # (switch (animal){cas... Unhandled node
550 switch_scope_test: Crash # (switch (1){case 1:f... Unhandled node 724 switch_scope_test: Crash # (switch (1){case 1:f... Unhandled node
551 switch_test: Crash # (switch (input){case true:result=12;break;case false:result =22;}): Unhandled node 725 switch_test: Crash # (switch (input){case true:result=12;break;case false:result =22;}): Unhandled node
552 switch_try_catch_test: Crash # Instance of 'TypeOperator': type check unimplemen ted for _Nullary. 726 switch_try_catch_test: Crash # (switch (0){_0:case ... Unhandled node
553 sync_generator1_test/01: Crash # Instance of 'TypeOperator': type check unimplem ented for _Nullary. 727 sync_generator1_test/01: Crash # (dreiVier()sync*{yield* 3;}): cannot handle asy nc/sync*/async* functions
554 sync_generator1_test/none: Crash # (einsZwei()sync*{yie... cannot handle async/ sync*/async* functions 728 sync_generator1_test/none: Crash # (einsZwei()sync*{yie... cannot handle async/ sync*/async* functions
555 sync_generator2_test/07: Crash # (sync()sync*{yield sync;}): cannot handle async /sync*/async* functions 729 sync_generator2_test/07: Crash # (sync()sync*{yield sync;}): cannot handle async /sync*/async* functions
556 sync_generator2_test/08: Crash # (sync()sync*{yield sync;}): cannot handle async /sync*/async* functions 730 sync_generator2_test/08: Crash # (sync()sync*{yield sync;}): cannot handle async /sync*/async* functions
557 sync_generator2_test/10: Crash # (sync()sync*{yield sync;}): cannot handle async /sync*/async* functions 731 sync_generator2_test/10: Crash # (sync()sync*{yield sync;}): cannot handle async /sync*/async* functions
558 sync_generator2_test/none: Crash # (sync()sync*{yield sync;}): cannot handle asy nc/sync*/async* functions 732 sync_generator2_test/none: Crash # (sync()sync*{yield sync;}): cannot handle asy nc/sync*/async* functions
559 sync_generator3_test/test1: Crash # (f()sync*{try {yield... cannot handle async /sync*/async* functions 733 sync_generator3_test/test1: Crash # (f()sync*{try {yield... cannot handle async /sync*/async* functions
560 sync_generator3_test/test2: Crash # Instance of 'TypeOperator': type check unimp lemented for _Nullary. 734 sync_generator3_test/test2: Crash # (g()sync*{try {yield... cannot handle async /sync*/async* functions
561 syncstar_yield_test/copyParameters: Crash # (Iterable<int> foo3(... cannot hand le async/sync*/async* functions 735 syncstar_yield_test/copyParameters: Crash # (Iterable<int> foo3(... cannot hand le async/sync*/async* functions
562 syncstar_yield_test/none: Crash # (Iterable<int> foo3(... cannot handle async/s ync*/async* functions 736 syncstar_yield_test/none: Crash # (Iterable<int> foo3(... cannot handle async/s ync*/async* functions
563 syncstar_yieldstar_test: Crash # (main()async{Expect.... cannot handle async/sy nc*/async* functions 737 syncstar_yieldstar_test: Crash # (main()async{Expect.... cannot handle async/sy nc*/async* functions
564 throw1_test: Crash # (try {int j;j=func()... try/finally 738 throw1_test: Crash # (try {int j;j=func()... try/finally
565 throw2_test: Crash # (try {int j;j=func()... try/finally 739 throw2_test: Crash # (try {int j;j=func()... try/finally
566 throw3_test: Crash # (try {int j;i=100;i=... try/finally 740 throw3_test: Crash # (try {int j;i=100;i=... try/finally
567 throw4_test: Crash # (try {j=func();}on M... try/finally 741 throw4_test: Crash # (try {j=func();}on M... try/finally
568 throw5_test: Crash # (try {int j;j=func()... try/finally 742 throw5_test: Crash # (try {int j;j=func()... try/finally
569 throw6_test: Crash # (try {j=func();}catc... try/finally 743 throw6_test: Crash # (try {j=func();}catc... try/finally
570 throw8_test: Crash # (try {try {return 49... try/finally 744 throw8_test: Crash # (try {try {return 49... try/finally
571 throw_test: Crash # (try {int j;j=func()... try/finally 745 throw_test: Crash # (try {int j;j=func()... try/finally
572 truncdiv_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 746 top_level_in_initializer_test: RuntimeError # Cannot read property 'prototype' o f undefined
573 try_catch3_test: Crash # (try {int j;j=f2();j... try/finally 747 try_catch3_test: Crash # (try {int j;j=f2();j... try/finally
574 try_catch4_test: Crash # (try {doThrow();}cat... try/finally 748 try_catch4_test: Crash # (try {doThrow();}cat... try/finally
575 try_catch5_test: Crash # (try {try {a=8;return;}finally {b=8==a;entered=true;con tinue;}}finally {continue;}): try/finally 749 try_catch5_test: Crash # (try {try {a=8;return;}finally {b=8==a;entered=true;con tinue;}}finally {continue;}): try/finally
750 try_catch_optimized1_test: Crash # (switch (codeUnit){c... Unhandled node
576 try_catch_optimized2_test: Crash # (try {bar();}finally {}): try/finally 751 try_catch_optimized2_test: Crash # (try {bar();}finally {}): try/finally
577 try_catch_osr_test: Crash # (try {if(x==null)throw 42;return 99;}finally {}): tr y/finally 752 try_catch_osr_test: Crash # (try {if(x==null)throw 42;return 99;}finally {}): tr y/finally
578 try_catch_test/none: Crash # The null object does not have a getter '_element'. 753 try_catch_test/none: Crash # The null object does not have a getter '_element'.
754 type_check_const_function_typedef2_test/00: RuntimeError # Cannot read property 'prototype' of undefined
755 type_check_const_function_typedef2_test/none: RuntimeError # Cannot read propert y 'prototype' of undefined
756 type_check_const_function_typedef_test: RuntimeError # Cannot read property 'pro totype' of undefined
579 type_parameter_test/01: Crash # Invalid argument(s) 757 type_parameter_test/01: Crash # Invalid argument(s)
580 type_parameter_test/02: Crash # Invalid argument(s) 758 type_parameter_test/02: Crash # Invalid argument(s)
581 type_parameter_test/03: Crash # Invalid argument(s) 759 type_parameter_test/03: Crash # Invalid argument(s)
582 type_parameter_test/04: Crash # Invalid argument(s) 760 type_parameter_test/04: Crash # Invalid argument(s)
583 type_parameter_test/05: Crash # Invalid argument(s) 761 type_parameter_test/05: Crash # Invalid argument(s)
584 type_parameter_test/06: Crash # Invalid argument(s) 762 type_parameter_test/06: Crash # Invalid argument(s)
585 type_parameter_test/none: Crash # Invalid argument(s) 763 type_parameter_test/none: Crash # Invalid argument(s)
764 type_promotion_functions_test/01: RuntimeError # Cannot read property 'prototype ' of undefined
765 type_promotion_functions_test/02: RuntimeError # Cannot read property 'prototype ' of undefined
766 type_promotion_functions_test/03: RuntimeError # Cannot read property 'prototype ' of undefined
767 type_promotion_functions_test/04: RuntimeError # Cannot read property 'prototype ' of undefined
768 type_promotion_functions_test/05: RuntimeError # Cannot read property 'prototype ' of undefined
769 type_promotion_functions_test/06: RuntimeError # Cannot read property 'prototype ' of undefined
770 type_promotion_functions_test/07: RuntimeError # Cannot read property 'prototype ' of undefined
771 type_promotion_functions_test/08: RuntimeError # Cannot read property 'prototype ' of undefined
772 type_promotion_functions_test/09: RuntimeError # Cannot read property 'prototype ' of undefined
773 type_promotion_functions_test/10: RuntimeError # Cannot read property 'prototype ' of undefined
774 type_promotion_functions_test/11: RuntimeError # Cannot read property 'prototype ' of undefined
775 type_promotion_functions_test/12: RuntimeError # Cannot read property 'prototype ' of undefined
776 type_promotion_functions_test/13: RuntimeError # Cannot read property 'prototype ' of undefined
777 type_promotion_functions_test/14: RuntimeError # Cannot read property 'prototype ' of undefined
778 type_promotion_functions_test/none: RuntimeError # Cannot read property 'prototy pe' of undefined
586 type_variable_closure2_test: RuntimeError # Please triage this failure. 779 type_variable_closure2_test: RuntimeError # Please triage this failure.
587 type_variable_closure_test: Crash # Instance of 'TypeOperator': type check unimp lemented for _Nullary. 780 type_variable_closure_test: Crash # Invalid argument(s)
781 type_variable_conflict2_test/07: RuntimeError # Please triage this failure.
782 typedef_is_test: RuntimeError # Cannot read property 'prototype' of undefined
588 typevariable_substitution2_test/01: Crash # Internal Error: No default construct or available. 783 typevariable_substitution2_test/01: Crash # Internal Error: No default construct or available.
589 typevariable_substitution2_test/02: Crash # Internal Error: No default construct or available. 784 typevariable_substitution2_test/02: Crash # Internal Error: No default construct or available.
590 typevariable_substitution2_test/none: Crash # Internal Error: No default constru ctor available. 785 typevariable_substitution2_test/none: Crash # Internal Error: No default constru ctor available.
591 void_type_test: Crash # (switch (n){case 0:x... Unhandled node 786 void_type_test: Crash # (switch (n){case 0:x... Unhandled node
OLDNEW
« no previous file with comments | « tests/isolate/isolate.status ('k') | tests/lib/lib.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698