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

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

Issue 1201983002: Implement try/finally by inlining the finally code. (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Do not translate any more finally blocks after one exits. 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
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 301 matching lines...) Expand 10 before | Expand all | Expand 10 after
312 async_continue_label_test/await_in_init: Crash # (test()async{await t... cannot handle async/sync*/async* functions 312 async_continue_label_test/await_in_init: Crash # (test()async{await t... cannot handle async/sync*/async* functions
313 async_continue_label_test/await_in_update: Crash # (test()async{await t... cann ot handle async/sync*/async* functions 313 async_continue_label_test/await_in_update: Crash # (test()async{await t... cann ot handle async/sync*/async* functions
314 async_continue_label_test/none: Crash # (test()async{await t... cannot handle a sync/sync*/async* functions 314 async_continue_label_test/none: Crash # (test()async{await t... cannot handle a sync/sync*/async* functions
315 async_control_structures_test: Crash # (asyncImplicitReturn... cannot handle as ync/sync*/async* functions 315 async_control_structures_test: Crash # (asyncImplicitReturn... cannot handle as ync/sync*/async* functions
316 async_finally_rethrow_test: Crash # (main()async{var err... cannot handle async /sync*/async* functions 316 async_finally_rethrow_test: Crash # (main()async{var err... cannot handle async /sync*/async* functions
317 async_or_generator_return_type_stacktrace_test/01: Crash # (void badReturnTypeAs ync()async{}): cannot handle async/sync*/async* functions 317 async_or_generator_return_type_stacktrace_test/01: Crash # (void badReturnTypeAs ync()async{}): cannot handle async/sync*/async* functions
318 async_or_generator_return_type_stacktrace_test/02: Crash # (void badReturnTypeAs yncStar()async*{}): cannot handle async/sync*/async* functions 318 async_or_generator_return_type_stacktrace_test/02: Crash # (void badReturnTypeAs yncStar()async*{}): cannot handle async/sync*/async* functions
319 async_or_generator_return_type_stacktrace_test/03: Crash # (void badReturnTypeSy ncStar()sync*{}): cannot handle async/sync*/async* functions 319 async_or_generator_return_type_stacktrace_test/03: Crash # (void badReturnTypeSy ncStar()sync*{}): cannot handle async/sync*/async* functions
320 async_regression_23058_test: Crash # (foo()async{return x.foo==2?42:x.foo;}): ca nnot handle async/sync*/async* functions 320 async_regression_23058_test: Crash # (foo()async{return x.foo==2?42:x.foo;}): ca nnot handle async/sync*/async* functions
321 async_rethrow_test: Crash # (rethrowString()asyn... cannot handle async/sync*/a sync* functions 321 async_rethrow_test: Crash # (rethrowString()asyn... cannot handle async/sync*/a sync* functions
322 async_return_types_test/nestedFuture: Crash # (try {return f(arg1,arg2);}finally {Zone._leave(old);}): try/finally 322 async_return_types_test/nestedFuture: Crash # (test()async{Expect.... cannot ha ndle async/sync*/async* functions
323 async_return_types_test/none: Crash # (try {return f(arg1,arg2);}finally {Zone._ leave(old);}): try/finally 323 async_return_types_test/none: Crash # (test()async{Expect.... cannot handle asy nc/sync*/async* functions
324 async_return_types_test/tooManyTypeParameters: Crash # (try {return f(arg1,arg2) ;}finally {Zone._leave(old);}): try/finally 324 async_return_types_test/tooManyTypeParameters: Crash # (test()async{Expect.... cannot handle async/sync*/async* functions
325 async_return_types_test/wrongReturnType: Crash # (try {return f(arg1,arg2);}fina lly {Zone._leave(old);}): try/finally 325 async_return_types_test/wrongReturnType: Crash # (test()async{Expect.... cannot handle async/sync*/async* functions
326 async_return_types_test/wrongTypeParameter: Crash # (try {return f(arg1,arg2);}f inally {Zone._leave(old);}): try/finally 326 async_return_types_test/wrongTypeParameter: Crash # (test()async{Expect.... can not handle async/sync*/async* functions
327 async_star_cancel_and_throw_in_finally_test: Crash # (test()async{var com... ca nnot handle async/sync*/async* functions 327 async_star_cancel_and_throw_in_finally_test: Crash # (test()async{var com... ca nnot handle async/sync*/async* functions
328 async_star_regression_23116_test: Crash # (test()async{Complet... cannot handle async/sync*/async* functions 328 async_star_regression_23116_test: Crash # (test()async{Complet... cannot handle async/sync*/async* functions
329 async_star_test/01: Crash # (f()async*{}): cannot handle async/sync*/async* func tions 329 async_star_test/01: Crash # (f()async*{}): cannot handle async/sync*/async* func tions
330 async_star_test/02: Crash # (f()async*{}): cannot handle async/sync*/async* func tions 330 async_star_test/02: Crash # (f()async*{}): cannot handle async/sync*/async* func tions
331 async_star_test/03: Crash # (f()async*{}): cannot handle async/sync*/async* func tions 331 async_star_test/03: Crash # (f()async*{}): cannot handle async/sync*/async* func tions
332 async_star_test/04: Crash # (f()async*{}): cannot handle async/sync*/async* func tions 332 async_star_test/04: Crash # (f()async*{}): cannot handle async/sync*/async* func tions
333 async_star_test/05: Crash # (f()async*{}): cannot handle async/sync*/async* func tions 333 async_star_test/05: Crash # (f()async*{}): cannot handle async/sync*/async* func tions
334 async_star_test/none: Crash # (f()async*{}): cannot handle async/sync*/async* fu nctions 334 async_star_test/none: Crash # (f()async*{}): cannot handle async/sync*/async* fu nctions
335 async_switch_test/none: Crash # (test()async{Expect.... cannot handle async/syn c*/async* functions 335 async_switch_test/none: Crash # (test()async{Expect.... cannot handle async/syn c*/async* functions
336 async_switch_test/withDefault: Crash # (test()async{Expect.... cannot handle as ync/sync*/async* functions 336 async_switch_test/withDefault: Crash # (test()async{Expect.... cannot handle as ync/sync*/async* functions
337 async_test/none: Crash # (bar(int p1,p2)async{var z=8;return p2+z+foo;}): cannot handle async/sync*/async* functions 337 async_test/none: Crash # (bar(int p1,p2)async{var z=8;return p2+z+foo;}): cannot handle async/sync*/async* functions
338 async_test/type-mismatch1: Crash # (bar(int p1,p2)async{var z=8;return p2+z+foo; }): cannot handle async/sync*/async* functions 338 async_test/type-mismatch1: Crash # (bar(int p1,p2)async{var z=8;return p2+z+foo; }): cannot handle async/sync*/async* functions
339 async_test/type-mismatch2: Crash # (bar(int p1,p2)async{var z=8;return p2+z+foo; }): cannot handle async/sync*/async* functions 339 async_test/type-mismatch2: Crash # (bar(int p1,p2)async{var z=8;return p2+z+foo; }): cannot handle async/sync*/async* functions
340 async_test/type-mismatch3: Crash # (bar(int p1,p2)async{var z=8;return p2+z+foo; }): cannot handle async/sync*/async* functions 340 async_test/type-mismatch3: Crash # (bar(int p1,p2)async{var z=8;return p2+z+foo; }): cannot handle async/sync*/async* functions
341 async_test/type-mismatch4: Crash # (bar(int p1,p2)async{var z=8;return p2+z+foo; }): cannot handle async/sync*/async* functions 341 async_test/type-mismatch4: Crash # (bar(int p1,p2)async{var z=8;return p2+z+foo; }): cannot handle async/sync*/async* functions
342 async_this_bound_test: Crash # (test()async{await testA();await testB();}): cann ot handle async/sync*/async* functions 342 async_this_bound_test: Crash # (test()async{await testA();await testB();}): cann ot handle async/sync*/async* functions
343 async_throw_in_catch_test/forceAwait: Crash # (try {return f(arg1,arg2);}finally {Zone._leave(old);}): try/finally 343 async_throw_in_catch_test/forceAwait: Crash # (test()async{await r... cannot ha ndle async/sync*/async* functions
344 async_throw_in_catch_test/none: Crash # (try {return f(arg1,arg2);}finally {Zone ._leave(old);}): try/finally 344 async_throw_in_catch_test/none: Crash # (test()async{await r... cannot handle a sync/sync*/async* functions
345 asyncstar_concat_test: Crash # (test()async{Expect.... cannot handle async/sync */async* functions 345 asyncstar_concat_test: Crash # (test()async{Expect.... cannot handle async/sync */async* functions
346 asyncstar_throw_in_catch_test: Crash # (try {return f(arg1,arg2);}finally {Zone. _leave(old);}): try/finally 346 asyncstar_throw_in_catch_test: Crash # (test()async{await r... cannot handle as ync/sync*/async* functions
347 asyncstar_yield_test: Crash # (test()async{Expect.... cannot handle async/sync* /async* functions 347 asyncstar_yield_test: Crash # (test()async{Expect.... cannot handle async/sync* /async* functions
348 asyncstar_yieldstar_test: Crash # (test()async{Expect.... cannot handle async/s ync*/async* functions 348 asyncstar_yieldstar_test: Crash # (test()async{Expect.... cannot handle async/s ync*/async* functions
349 await_backwards_compatibility_test/none: Crash # (test1()async{var x=await 9;Exp ect.equals(9,x);}): cannot handle async/sync*/async* functions 349 await_backwards_compatibility_test/none: Crash # (test1()async{var x=await 9;Exp ect.equals(9,x);}): cannot handle async/sync*/async* functions
350 await_exceptions_test: Crash # (awaitFoo()async{await foo();}): cannot handle as ync/sync*/async* functions 350 await_exceptions_test: Crash # (awaitFoo()async{await foo();}): cannot handle as ync/sync*/async* functions
351 await_for_cancel_test: Crash # (test()async{await test1();await test2();}): cann ot handle async/sync*/async* functions 351 await_for_cancel_test: Crash # (test()async{await test1();await test2();}): cann ot handle async/sync*/async* functions
352 await_for_test: Crash # (try {return f(arg1,arg2);}finally {Zone._leave(old);}): try/finally 352 await_for_test: Crash # (consumeSomeOfInfini... cannot handle async/sync*/async * functions
353 await_for_use_local_test: Crash # (test()async{var cou... cannot handle async/s ync*/async* functions 353 await_for_use_local_test: Crash # (test()async{var cou... cannot handle async/s ync*/async* functions
354 await_future_test: Crash # (test()async{var res... cannot handle async/sync*/as ync* functions 354 await_future_test: Crash # (test()async{var res... cannot handle async/sync*/as ync* functions
355 await_nonfuture_test: Crash # (foo()async{Expect.equals(X,10);return await 5;}): cannot handle async/sync*/async* functions 355 await_nonfuture_test: Crash # (foo()async{Expect.equals(X,10);return await 5;}): cannot handle async/sync*/async* functions
356 await_not_started_immediately_test: Crash # (foo()async{x++ ;await 1;x++ ;}): ca nnot handle async/sync*/async* functions 356 await_not_started_immediately_test: Crash # (foo()async{x++ ;await 1;x++ ;}): ca nnot handle async/sync*/async* functions
357 await_postfix_expr_test: Crash # (test()async{Expect.... cannot handle async/sy nc*/async* functions 357 await_postfix_expr_test: Crash # (test()async{Expect.... cannot handle async/sy nc*/async* functions
358 await_regression_test: Crash # (main()async{testNes... cannot handle async/sync */async* functions 358 await_regression_test: Crash # (main()async{testNes... cannot handle async/sync */async* functions
359 await_test: Crash # (others()async{var a... cannot handle async/sync*/async* fu nctions 359 await_test: Crash # (others()async{var a... cannot handle async/sync*/async* fu nctions
360 bind_test: RuntimeError # Cannot read property 'prototype' of undefined 360 bind_test: RuntimeError # Cannot read property 'prototype' of undefined
361 bound_closure_primitives_test: RuntimeError # Please triage this failure. 361 bound_closure_primitives_test: RuntimeError # Please triage this failure.
362 call_with_no_such_method_test: RuntimeError # Please triage this failure. 362 call_with_no_such_method_test: RuntimeError # Please triage this failure.
363 canonical_const3_test: RuntimeError # Cannot read property 'prototype' of undefi ned 363 canonical_const3_test: RuntimeError # Cannot read property 'prototype' of undefi ned
364 cascade2_test: RuntimeError # Please triage this failure. 364 cascade2_test: RuntimeError # Please triage this failure.
365 cascade_2_test: RuntimeError # Please triage this failure. 365 cascade_2_test: RuntimeError # Please triage this failure.
366 cascade_test/none: RuntimeError # Cannot read property 'prototype' of undefined 366 cascade_test/none: RuntimeError # Cannot read property 'prototype' of undefined
367 cast_test/04: RuntimeError # Please triage this failure. 367 cast_test/04: RuntimeError # Please triage this failure.
368 cast_test/05: RuntimeError # Please triage this failure. 368 cast_test/05: RuntimeError # Please triage this failure.
369 cast_test/none: RuntimeError # Please triage this failure. 369 cast_test/none: RuntimeError # Please triage this failure.
370 cha_deopt1_test: RuntimeError # receiver.get$_collection$_nums is not a function 370 cha_deopt1_test: RuntimeError # receiver.get$_collection$_nums is not a function
371 cha_deopt2_test: RuntimeError # receiver.get$_collection$_nums is not a function 371 cha_deopt2_test: RuntimeError # receiver.get$_collection$_nums is not a function
372 cha_deopt3_test: RuntimeError # receiver.get$_collection$_nums is not a function 372 cha_deopt3_test: RuntimeError # receiver.get$_collection$_nums is not a function
373 char_escape_test: RuntimeError # Please triage this failure. 373 char_escape_test: RuntimeError # Please triage this failure.
374 class_override_test/00: Crash # (try {instance.foo();}on NoSuchMethodError catch (error){}finally {}): try/finally 374 class_override_test/00: Crash # (try {instance.foo();}on NoSuchMethodError catch (error){}finally {}): try/catch/finally
375 class_override_test/none: Crash # (try {instance.foo();}finally {}): try/finally
376 closure7_test: RuntimeError # Cannot read property 'prototype' of undefined 375 closure7_test: RuntimeError # Cannot read property 'prototype' of undefined
377 closure8_test: RuntimeError # Cannot read property 'prototype' of undefined 376 closure8_test: RuntimeError # Cannot read property 'prototype' of undefined
378 closure_cycles_test: RuntimeError # receiver.get$_collection$_nums is not a func tion 377 closure_cycles_test: RuntimeError # receiver.get$_collection$_nums is not a func tion
379 closure_in_constructor_test: Crash # Invalid argument(s) 378 closure_in_constructor_test: Crash # Invalid argument(s)
380 closure_self_reference_test: Crash # (try {return inner(value-1);}finally {count er++ ;}): try/finally
381 closure_shared_state_test: RuntimeError # Cannot read property 'prototype' of un defined 379 closure_shared_state_test: RuntimeError # Cannot read property 'prototype' of un defined
382 closure_type_variables_test: Crash # Invalid argument(s) 380 closure_type_variables_test: Crash # Invalid argument(s)
383 closures_initializer2_test: RuntimeError # Cannot read property 'prototype' of u ndefined 381 closures_initializer2_test: RuntimeError # Cannot read property 'prototype' of u ndefined
384 compile_time_constant_a_test: RuntimeError # Please triage this failure. 382 compile_time_constant_a_test: RuntimeError # Please triage this failure.
385 compile_time_constant_b_test: RuntimeError # Please triage this failure. 383 compile_time_constant_b_test: RuntimeError # Please triage this failure.
386 compound_assignment_operator_test: RuntimeError # Please triage this failure. 384 compound_assignment_operator_test: RuntimeError # Please triage this failure.
387 const_evaluation_test/01: Crash # Internal Error: No default constructor availab le. 385 const_evaluation_test/01: Crash # Internal Error: No default constructor availab le.
388 const_list_test: RuntimeError # Please triage this failure. 386 const_list_test: RuntimeError # Please triage this failure.
389 const_map_test: RuntimeError # Please triage this failure. 387 const_map_test: RuntimeError # Please triage this failure.
390 const_nested_test: Crash # Invalid argument(s) 388 const_nested_test: Crash # Invalid argument(s)
391 constructor11_test: Crash # Invalid argument(s) 389 constructor11_test: Crash # Invalid argument(s)
392 constructor12_test: RuntimeError # Please triage this failure. 390 constructor12_test: RuntimeError # Please triage this failure.
393 constructor5_test: Crash # The null object does not have a getter 'namedArgument s'. 391 constructor5_test: Crash # The null object does not have a getter 'namedArgument s'.
394 constructor_with_mixin_test: Crash # Internal Error: No default constructor avai lable. 392 constructor_with_mixin_test: Crash # Internal Error: No default constructor avai lable.
395 crash_12118_test: Crash # Invalid argument(s) 393 crash_12118_test: Crash # Invalid argument(s)
396 crash_6725_test/01: Crash # The null object does not have a getter '_element'. 394 crash_6725_test/01: Crash # The null object does not have a getter '_element'.
397 custom_await_stack_trace_test: Crash # (main()async{try {va... cannot handle as ync/sync*/async* functions 395 custom_await_stack_trace_test: Crash # (main()async{try {va... cannot handle as ync/sync*/async* functions
398 cyclic_type_test/00: RuntimeError # Cannot read property 'prototype' of undefine d 396 cyclic_type_test/00: RuntimeError # Cannot read property 'prototype' of undefine d
399 cyclic_type_test/01: RuntimeError # Cannot read property 'prototype' of undefine d 397 cyclic_type_test/01: RuntimeError # Cannot read property 'prototype' of undefine d
400 cyclic_type_test/02: RuntimeError # Cannot read property 'prototype' of undefine d 398 cyclic_type_test/02: RuntimeError # Cannot read property 'prototype' of undefine d
401 cyclic_type_test/03: RuntimeError # Cannot read property 'prototype' of undefine d 399 cyclic_type_test/03: RuntimeError # Cannot read property 'prototype' of undefine d
402 cyclic_type_test/04: RuntimeError # Cannot read property 'prototype' of undefine d 400 cyclic_type_test/04: RuntimeError # Cannot read property 'prototype' of undefine d
403 deferred_closurize_load_library_test: Crash # (try {return f(arg1,arg2);}finally {Zone._leave(old);}): try/finally 401 deferred_closurize_load_library_test: RuntimeError # receiver.get$_collection$_n ums is not a function
404 deferred_constant_list_test: Crash # (try {return f(arg1,arg2);}finally {Zone._l eave(old);}): try/finally 402 deferred_constant_list_test: RuntimeError # receiver.get$_collection$_nums is no t a function
405 deferred_constraints_constants_test/none: Crash # Internal Error: No default con structor available. 403 deferred_constraints_constants_test/none: Crash # Internal Error: No default con structor available.
406 deferred_constraints_constants_test/reference_after_load: Crash # Internal Error : No default constructor available. 404 deferred_constraints_constants_test/reference_after_load: Crash # Internal Error : No default constructor available.
407 deferred_constraints_type_annotation_test/as_operation: Crash # (try {return f(a rg1,arg2);}finally {Zone._leave(old);}): try/finally 405 deferred_constraints_type_annotation_test/as_operation: RuntimeError # receiver. get$_collection$_nums is not a function
408 deferred_constraints_type_annotation_test/catch_check: Crash # The null object d oes not have a getter '_element'. 406 deferred_constraints_type_annotation_test/catch_check: Crash # The null object d oes not have a getter '_element'.
409 deferred_constraints_type_annotation_test/is_check: Crash # (try {return f(arg1, arg2);}finally {Zone._leave(old);}): try/finally 407 deferred_constraints_type_annotation_test/is_check: RuntimeError # receiver.get$ _collection$_nums is not a function
410 deferred_constraints_type_annotation_test/new: Crash # (try {return f(arg1,arg2) ;}finally {Zone._leave(old);}): try/finally 408 deferred_constraints_type_annotation_test/new: RuntimeError # receiver.get$_coll ection$_nums is not a function
411 deferred_constraints_type_annotation_test/new_before_load: Crash # (try {return f(arg1,arg2);}finally {Zone._leave(old);}): try/finally 409 deferred_constraints_type_annotation_test/new_before_load: RuntimeError # receiv er.get$_collection$_nums is not a function
412 deferred_constraints_type_annotation_test/new_generic1: Crash # (try {return f(a rg1,arg2);}finally {Zone._leave(old);}): try/finally 410 deferred_constraints_type_annotation_test/new_generic1: RuntimeError # receiver. get$_collection$_nums is not a function
413 deferred_constraints_type_annotation_test/new_generic2: Crash # (try {return f(a rg1,arg2);}finally {Zone._leave(old);}): try/finally 411 deferred_constraints_type_annotation_test/new_generic2: RuntimeError # receiver. get$_collection$_nums is not a function
414 deferred_constraints_type_annotation_test/new_generic3: Crash # (try {return f(a rg1,arg2);}finally {Zone._leave(old);}): try/finally 412 deferred_constraints_type_annotation_test/new_generic3: RuntimeError # receiver. get$_collection$_nums is not a function
415 deferred_constraints_type_annotation_test/none: Crash # (try {return f(arg1,arg2 );}finally {Zone._leave(old);}): try/finally 413 deferred_constraints_type_annotation_test/none: RuntimeError # receiver.get$_col lection$_nums is not a function
416 deferred_constraints_type_annotation_test/static_method: Crash # (try {return f( arg1,arg2);}finally {Zone._leave(old);}): try/finally 414 deferred_constraints_type_annotation_test/static_method: RuntimeError # receiver .get$_collection$_nums is not a function
417 deferred_constraints_type_annotation_test/type_annotation1: Crash # (try {return f(arg1,arg2);}finally {Zone._leave(old);}): try/finally 415 deferred_constraints_type_annotation_test/type_annotation1: RuntimeError # recei ver.get$_collection$_nums is not a function
418 deferred_constraints_type_annotation_test/type_annotation_generic1: Crash # (try {return f(arg1,arg2);}finally {Zone._leave(old);}): try/finally 416 deferred_constraints_type_annotation_test/type_annotation_generic1: RuntimeError # receiver.get$_collection$_nums is not a function
419 deferred_constraints_type_annotation_test/type_annotation_generic2: Crash # (try {return f(arg1,arg2);}finally {Zone._leave(old);}): try/finally 417 deferred_constraints_type_annotation_test/type_annotation_generic2: RuntimeError # receiver.get$_collection$_nums is not a function
420 deferred_constraints_type_annotation_test/type_annotation_generic3: Crash # (try {return f(arg1,arg2);}finally {Zone._leave(old);}): try/finally 418 deferred_constraints_type_annotation_test/type_annotation_generic3: RuntimeError # receiver.get$_collection$_nums is not a function
421 deferred_constraints_type_annotation_test/type_annotation_generic4: Crash # (try {return f(arg1,arg2);}finally {Zone._leave(old);}): try/finally 419 deferred_constraints_type_annotation_test/type_annotation_generic4: RuntimeError # receiver.get$_collection$_nums is not a function
422 deferred_constraints_type_annotation_test/type_annotation_non_deferred: Crash # (try {return f(arg1,arg2);}finally {Zone._leave(old);}): try/finally 420 deferred_constraints_type_annotation_test/type_annotation_non_deferred: RuntimeE rror # receiver.get$_collection$_nums is not a function
423 deferred_constraints_type_annotation_test/type_annotation_null: Crash # (try {re turn f(arg1,arg2);}finally {Zone._leave(old);}): try/finally 421 deferred_constraints_type_annotation_test/type_annotation_null: RuntimeError # r eceiver.get$_collection$_nums is not a function
424 deferred_constraints_type_annotation_test/type_annotation_top_level: Crash # (tr y {return f(arg1,arg2);}finally {Zone._leave(old);}): try/finally 422 deferred_constraints_type_annotation_test/type_annotation_top_level: RuntimeErro r # receiver.get$_collection$_nums is not a function
425 deferred_function_type_test: RuntimeError # receiver.get$_collection$_nums is no t a function 423 deferred_function_type_test: RuntimeError # receiver.get$_collection$_nums is no t a function
426 deferred_global_test: Crash # (try {return f(arg1,arg2);}finally {Zone._leave(ol d);}): try/finally 424 deferred_global_test: RuntimeError # receiver.get$_collection$_nums is not a fun ction
427 deferred_inlined_test: RuntimeError # receiver.get$_collection$_nums is not a fu nction 425 deferred_inlined_test: RuntimeError # receiver.get$_collection$_nums is not a fu nction
428 deferred_load_constants_test/none: Crash # (try {return f(arg1,arg2);}finally {Z one._leave(old);}): try/finally 426 deferred_load_constants_test/none: RuntimeError # receiver.get$_collection$_nums is not a function
429 deferred_load_inval_code_test: RuntimeError # receiver.get$_collection$_nums is not a function 427 deferred_load_inval_code_test: RuntimeError # receiver.get$_collection$_nums is not a function
430 deferred_load_library_wrong_args_test/none: RuntimeError # receiver.get$_collect ion$_nums is not a function 428 deferred_load_library_wrong_args_test/none: RuntimeError # receiver.get$_collect ion$_nums is not a function
431 deferred_mixin_test: Crash # (try {return f(arg1,arg2);}finally {Zone._leave(old );}): try/finally 429 deferred_mixin_test: RuntimeError # receiver.get$_collection$_nums is not a func tion
432 deferred_no_such_method_test: Crash # (try {return f(arg1,arg2);}finally {Zone._ leave(old);}): try/finally 430 deferred_no_such_method_test: RuntimeError # receiver.get$_collection$_nums is n ot a function
433 deferred_not_loaded_check_test: RuntimeError # Please triage this failure. 431 deferred_not_loaded_check_test: RuntimeError # Please triage this failure.
434 deferred_only_constant_test: RuntimeError # receiver.get$_collection$_nums is no t a function 432 deferred_only_constant_test: RuntimeError # receiver.get$_collection$_nums is no t a function
435 deferred_optimized_test: RuntimeError # receiver.get$_collection$_nums is not a function 433 deferred_optimized_test: RuntimeError # receiver.get$_collection$_nums is not a function
436 deferred_redirecting_factory_test: Crash # (test()async{await t... cannot handl e async/sync*/async* functions 434 deferred_redirecting_factory_test: Crash # (test()async{await t... cannot handl e async/sync*/async* functions
437 deferred_regression_22995_test: RuntimeError # receiver.get$_collection$_nums is not a function 435 deferred_regression_22995_test: RuntimeError # receiver.get$_collection$_nums is not a function
438 deferred_shadow_load_library_test: Crash # (try {return f(arg1,arg2);}finally {Z one._leave(old);}): try/finally 436 deferred_shadow_load_library_test: RuntimeError # receiver.get$_collection$_nums is not a function
439 deferred_shared_and_unshared_classes_test: Crash # (try {return f(arg1,arg2);}fi nally {Zone._leave(old);}): try/finally 437 deferred_shared_and_unshared_classes_test: RuntimeError # receiver.get$_collecti on$_nums is not a function
440 deferred_static_seperate_test: Crash # (try {return f(arg1,arg2);}finally {Zone. _leave(old);}): try/finally 438 deferred_static_seperate_test: RuntimeError # receiver.get$_collection$_nums is not a function
441 deopt_inlined_function_lazy_test: Crash # (try {return x+12342353257893275483274 832;}finally {}): try/finally
442 deopt_no_feedback_test: RuntimeError # Please triage this failure. 439 deopt_no_feedback_test: RuntimeError # Please triage this failure.
443 enum_duplicate_test/01: RuntimeError # Please triage this failure. 440 enum_duplicate_test/01: RuntimeError # Please triage this failure.
444 enum_duplicate_test/02: RuntimeError # Please triage this failure. 441 enum_duplicate_test/02: RuntimeError # Please triage this failure.
445 enum_duplicate_test/none: RuntimeError # Please triage this failure. 442 enum_duplicate_test/none: RuntimeError # Please triage this failure.
446 enum_mirror_test: Crash # (try {return f(arg1,arg2);}finally {Zone._leave(old);} ): try/finally 443 enum_mirror_test: Crash # Internal Error: No default constructor available.
447 enum_private_test/01: RuntimeError # Please triage this failure. 444 enum_private_test/01: RuntimeError # Please triage this failure.
448 enum_private_test/02: RuntimeError # Please triage this failure. 445 enum_private_test/02: RuntimeError # Please triage this failure.
449 enum_private_test/none: RuntimeError # Please triage this failure. 446 enum_private_test/none: RuntimeError # Please triage this failure.
450 execute_finally10_test: Crash # (try {throw 'foo';}c... try/finally 447 execute_finally10_test: Crash # (try {throw 'foo';}c... try/catch/finally
451 execute_finally11_test: Crash # (try {throw 'foo';}c... try/finally 448 execute_finally11_test: Crash # (try {throw 'foo';}c... try/catch/finally
452 execute_finally12_test: Crash # (try {try {}finally {a=8;break;}}finally {return a==8;}): try/finally 449 execute_finally12_test: Crash # Stack Overflow
453 execute_finally1_test: Crash # (try {int j;j=func();i=1;return i;}finally {i=i+8 00;}): try/finally 450 execute_finally7_test: Crash # (try {var a=new List... try/catch/finally
454 execute_finally2_test: Crash # (try {int j;j=func()... try/finally 451 execute_finally8_test: Crash # Stack Overflow
455 execute_finally3_test: Crash # (try {try {int j;j=f... try/finally 452 execute_finally9_test: Crash # (try {sum+= 1;return... try/catch/finally
456 execute_finally4_test: Crash # (try {int j;j=func();i=1;}finally {i=i+10;}): try /finally
457 execute_finally5_test: Crash # (try {int j;j=func()... try/finally
458 execute_finally6_test: Crash # (try {try {int j;j=f... try/finally
459 execute_finally7_test: Crash # (try {var a=new List... try/finally
460 execute_finally8_test: Crash # (try {sum+= 1;return 'hi';}finally {sum+= 1;throw 'ball';sum+= 1;}): try/finally
461 execute_finally9_test: Crash # (try {sum+= 1;return... try/finally
462 f_bounded_equality_test: RuntimeError # Cannot read property 'prototype' of unde fined 453 f_bounded_equality_test: RuntimeError # Cannot read property 'prototype' of unde fined
463 fannkuch_test: RuntimeError # Please triage this failure. 454 fannkuch_test: RuntimeError # Please triage this failure.
464 field_increment_bailout_test: RuntimeError # Please triage this failure. 455 field_increment_bailout_test: RuntimeError # Please triage this failure.
465 final_super_field_set_test/01: RuntimeError # Please triage this failure. 456 final_super_field_set_test/01: RuntimeError # Please triage this failure.
466 finally_test: Crash # (try {i=12;}finally {Expect.equals(12,i);executedFinally=t rue;}): try/finally
467 fixed_length_test: RuntimeError # Please triage this failure. 457 fixed_length_test: RuntimeError # Please triage this failure.
468 fixed_type_variable_test/02: RuntimeError # Cannot read property 'prototype' of undefined 458 fixed_type_variable_test/02: RuntimeError # Cannot read property 'prototype' of undefined
469 fixed_type_variable_test/04: RuntimeError # Cannot read property 'prototype' of undefined 459 fixed_type_variable_test/04: RuntimeError # Cannot read property 'prototype' of undefined
470 fixed_type_variable_test/06: RuntimeError # Cannot read property 'prototype' of undefined 460 fixed_type_variable_test/06: RuntimeError # Cannot read property 'prototype' of undefined
471 flatten_test/01: Crash # (test()async{int x=await new Derived<int>();}): cannot handle async/sync*/async* functions 461 flatten_test/01: Crash # (test()async{int x=await new Derived<int>();}): cannot handle async/sync*/async* functions
472 flatten_test/02: Crash # (test()async{Future<int> f()async=>new Derived<int>();} ): cannot handle async/sync*/async* functions 462 flatten_test/02: Crash # (test()async{Future<int> f()async=>new Derived<int>();} ): cannot handle async/sync*/async* functions
473 flatten_test/03: Crash # (test()async{Future<... cannot handle async/sync*/asyn c* functions 463 flatten_test/03: Crash # (test()async{Future<... cannot handle async/sync*/asyn c* functions
474 flatten_test/04: Crash # (test()async{Future<... cannot handle async/sync*/asyn c* functions 464 flatten_test/04: Crash # (test()async{Future<... cannot handle async/sync*/asyn c* functions
475 flatten_test/05: Crash # (test()async{FixedPo... cannot handle async/sync*/asyn c* functions 465 flatten_test/05: Crash # (test()async{FixedPo... cannot handle async/sync*/asyn c* functions
476 flatten_test/06: Crash # (test()async{Future<... cannot handle async/sync*/asyn c* functions 466 flatten_test/06: Crash # (test()async{Future<... cannot handle async/sync*/asyn c* functions
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
555 inlined_conditional_test: RuntimeError # Cannot read property 'prototype' of und efined 545 inlined_conditional_test: RuntimeError # Cannot read property 'prototype' of und efined
556 instance_creation_in_function_annotation_test: Crash # Internal Error: No defaul t constructor available. 546 instance_creation_in_function_annotation_test: Crash # Internal Error: No defaul t constructor available.
557 instanceof4_test/01: RuntimeError # Please triage this failure. 547 instanceof4_test/01: RuntimeError # Please triage this failure.
558 interceptor7_test: RuntimeError # Please triage this failure. 548 interceptor7_test: RuntimeError # Please triage this failure.
559 invocation_mirror_invoke_on2_test: RuntimeError # Please triage this failure. 549 invocation_mirror_invoke_on2_test: RuntimeError # Please triage this failure.
560 invocation_mirror_invoke_on_test: RuntimeError # Please triage this failure. 550 invocation_mirror_invoke_on_test: RuntimeError # Please triage this failure.
561 invocation_mirror_test: Crash # (super[37]=42): visitUnresolvedSuperIndexSet 551 invocation_mirror_test: Crash # (super[37]=42): visitUnresolvedSuperIndexSet
562 is_function_test: RuntimeError # Cannot read property 'prototype' of undefined 552 is_function_test: RuntimeError # Cannot read property 'prototype' of undefined
563 issue12288_test: RuntimeError # Please triage this failure. 553 issue12288_test: RuntimeError # Please triage this failure.
564 issue13179_test: RuntimeError # Cannot read property 'prototype' of undefined 554 issue13179_test: RuntimeError # Cannot read property 'prototype' of undefined
565 issue20476_test: Crash # (try {try {return 1;}catch (e1){}finally {return 3;}}ca tch (e2){}finally {return 5;}): try/finally 555 issue20476_test: Crash # (try {try {return 1;... try/catch/finally
566 issue7513_test: RuntimeError # Please triage this failure. 556 issue7513_test: RuntimeError # Please triage this failure.
567 issue_1751477_test: RuntimeError # receiver.get$_collection$_nums is not a funct ion 557 issue_1751477_test: RuntimeError # receiver.get$_collection$_nums is not a funct ion
568 label_test: Crash # (try {while(doAgain()){break L;}i-- ;}finally {}): try/final ly
569 large_class_declaration_test: Crash # Stack Overflow 558 large_class_declaration_test: Crash # Stack Overflow
570 list_literal3_test: RuntimeError # Please triage this failure. 559 list_literal3_test: RuntimeError # Please triage this failure.
571 list_test: RuntimeError # Please triage this failure. 560 list_test: RuntimeError # Please triage this failure.
572 list_tracer_closure_test: RuntimeError # Please triage this failure. 561 list_tracer_closure_test: RuntimeError # Please triage this failure.
573 list_tracer_in_list_test: RuntimeError # Please triage this failure. 562 list_tracer_in_list_test: RuntimeError # Please triage this failure.
574 list_tracer_in_map_test: RuntimeError # Please triage this failure. 563 list_tracer_in_map_test: RuntimeError # Please triage this failure.
575 list_tracer_return_from_tearoff_closure_test: RuntimeError # Please triage this failure. 564 list_tracer_return_from_tearoff_closure_test: RuntimeError # Please triage this failure.
576 local_function_test: RuntimeError # Please triage this failure. 565 local_function_test: RuntimeError # Please triage this failure.
577 logical_expression_test: RuntimeError # Please triage this failure. 566 logical_expression_test: RuntimeError # Please triage this failure.
578 main_test/01: RuntimeError # receiver.get$_collection$_nums is not a function 567 main_test/01: RuntimeError # receiver.get$_collection$_nums is not a function
579 main_test/02: RuntimeError # receiver.get$_collection$_nums is not a function 568 main_test/02: RuntimeError # receiver.get$_collection$_nums is not a function
580 main_test/04: RuntimeError # receiver.get$_collection$_nums is not a function 569 main_test/04: RuntimeError # receiver.get$_collection$_nums is not a function
581 main_test/05: RuntimeError # receiver.get$_collection$_nums is not a function 570 main_test/05: RuntimeError # receiver.get$_collection$_nums is not a function
582 main_test/20: RuntimeError # receiver.get$_collection$_nums is not a function 571 main_test/20: RuntimeError # receiver.get$_collection$_nums is not a function
583 main_test/21: RuntimeError # receiver.get$_collection$_nums is not a function 572 main_test/21: RuntimeError # receiver.get$_collection$_nums is not a function
584 main_test/22: RuntimeError # receiver.get$_collection$_nums is not a function 573 main_test/22: RuntimeError # receiver.get$_collection$_nums is not a function
585 main_test/41: RuntimeError # receiver.get$_collection$_nums is not a function 574 main_test/41: RuntimeError # receiver.get$_collection$_nums is not a function
586 main_test/42: RuntimeError # receiver.get$_collection$_nums is not a function 575 main_test/42: RuntimeError # receiver.get$_collection$_nums is not a function
587 main_test/43: RuntimeError # receiver.get$_collection$_nums is not a function 576 main_test/43: RuntimeError # receiver.get$_collection$_nums is not a function
588 main_test/44: RuntimeError # receiver.get$_collection$_nums is not a function 577 main_test/44: RuntimeError # receiver.get$_collection$_nums is not a function
589 main_test/45: RuntimeError # receiver.get$_collection$_nums is not a function 578 main_test/45: RuntimeError # receiver.get$_collection$_nums is not a function
590 many_calls_test: RuntimeError # Please triage this failure. 579 many_calls_test: RuntimeError # Please triage this failure.
591 many_named_arguments_test: RuntimeError # Please triage this failure. 580 many_named_arguments_test: RuntimeError # Please triage this failure.
592 many_overridden_no_such_method_test: RuntimeError # Please triage this failure. 581 many_overridden_no_such_method_test: RuntimeError # Please triage this failure.
593 mega_load_test: RuntimeError # Please triage this failure. 582 mega_load_test: RuntimeError # Please triage this failure.
594 method_binding_test: RuntimeError # Cannot read property 'prototype' of undefine d 583 method_binding_test: RuntimeError # Cannot read property 'prototype' of undefine d
595 methods_as_constants2_test: RuntimeError # Cannot read property 'prototype' of u ndefined 584 methods_as_constants2_test: RuntimeError # Cannot read property 'prototype' of u ndefined
596 minify_closure_variable_collision_test: RuntimeError # Please triage this failur e. 585 minify_closure_variable_collision_test: RuntimeError # Please triage this failur e.
597 mint_arithmetic_test: Crash # (try {f(a,b){var s=b... try/finally
598 mint_compares_test: RuntimeError # Cannot read property 'prototype' of undefined 586 mint_compares_test: RuntimeError # Cannot read property 'prototype' of undefined
599 mixin_bound_test: Crash # Internal Error: No default constructor available. 587 mixin_bound_test: Crash # Internal Error: No default constructor available.
600 mixin_forwarding_constructor1_test: Crash # Internal Error: No default construct or available. 588 mixin_forwarding_constructor1_test: Crash # Internal Error: No default construct or available.
601 mixin_forwarding_constructor3_test: Crash # Internal Error: No default construct or available. 589 mixin_forwarding_constructor3_test: Crash # Internal Error: No default construct or available.
602 mixin_prefix_test: Crash # Internal Error: No default constructor available. 590 mixin_prefix_test: Crash # Internal Error: No default constructor available.
603 mixin_super_constructor2_test: Crash # Internal Error: No default constructor av ailable. 591 mixin_super_constructor2_test: Crash # Internal Error: No default constructor av ailable.
604 mixin_super_constructor_default_test: Crash # Internal Error: No default constru ctor available. 592 mixin_super_constructor_default_test: Crash # Internal Error: No default constru ctor available.
605 mixin_super_constructor_multiple_test: Crash # Internal Error: No default constr uctor available. 593 mixin_super_constructor_multiple_test: Crash # Internal Error: No default constr uctor available.
606 mixin_super_constructor_named_test/01: Crash # Internal Error: No default constr uctor available. 594 mixin_super_constructor_named_test/01: Crash # Internal Error: No default constr uctor available.
607 mixin_super_constructor_named_test/none: Crash # Internal Error: No default cons tructor available. 595 mixin_super_constructor_named_test/none: Crash # Internal Error: No default cons tructor available.
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
640 pure_function_test: RuntimeError # Please triage this failure. 628 pure_function_test: RuntimeError # Please triage this failure.
641 range_analysis_test: RuntimeError # Cannot read property 'prototype' of undefine d 629 range_analysis_test: RuntimeError # Cannot read property 'prototype' of undefine d
642 recursive_calls_test: RuntimeError # Cannot read property 'prototype' of undefin ed 630 recursive_calls_test: RuntimeError # Cannot read property 'prototype' of undefin ed
643 reg_ex2_test: RuntimeError # Cannot read property 'prototype' of undefined 631 reg_ex2_test: RuntimeError # Cannot read property 'prototype' of undefined
644 reg_exp2_test: RuntimeError # Cannot read property 'prototype' of undefined 632 reg_exp2_test: RuntimeError # Cannot read property 'prototype' of undefined
645 reg_exp_test: RuntimeError # Please triage this failure. 633 reg_exp_test: RuntimeError # Please triage this failure.
646 regress_11800_test: RuntimeError # Please triage this failure. 634 regress_11800_test: RuntimeError # Please triage this failure.
647 regress_18435_test: Crash # Invalid argument(s) 635 regress_18435_test: Crash # Invalid argument(s)
648 regress_18535_test: Crash # Internal Error: No default constructor available. 636 regress_18535_test: Crash # Internal Error: No default constructor available.
649 regress_21016_test: RuntimeError # Please triage this failure. 637 regress_21016_test: RuntimeError # Please triage this failure.
650 regress_21795_test: Crash # (try {foo(t);}finally {if(t==0){try {}catch (err,st) {}}}): try/finally
651 regress_22438_test: Crash # (main()async{var err... cannot handle async/sync*/a sync* functions 638 regress_22438_test: Crash # (main()async{var err... cannot handle async/sync*/a sync* functions
652 regress_22443_test: RuntimeError # receiver.get$_collection$_nums is not a funct ion 639 regress_22443_test: RuntimeError # receiver.get$_collection$_nums is not a funct ion
653 regress_22445_test: Crash # (main()async{var err... cannot handle async/sync*/a sync* functions 640 regress_22445_test: Crash # (main()async{var err... cannot handle async/sync*/a sync* functions
654 regress_22579_test: Crash # (main()async{var err... cannot handle async/sync*/a sync* functions 641 regress_22579_test: Crash # (main()async{var err... cannot handle async/sync*/a sync* functions
655 regress_22728_test: Crash # (main()async{bool fa... cannot handle async/sync*/a sync* functions 642 regress_22728_test: Crash # (main()async{bool fa... cannot handle async/sync*/a sync* functions
656 regress_22777_test: Crash # (test()async{try {te... cannot handle async/sync*/a sync* functions 643 regress_22777_test: Crash # (test()async{try {te... cannot handle async/sync*/a sync* functions
657 regress_22822_test: Crash # (try {for(int i=0;i<10;i++ ){return ()=>i+b;}}finall y {b=10;}): try/finally
658 regress_22936_test/01: Crash # The null object does not have a getter '_element' . 644 regress_22936_test/01: Crash # The null object does not have a getter '_element' .
659 regress_22936_test/none: Crash # The null object does not have a getter '_elemen t'. 645 regress_22936_test/none: Crash # The null object does not have a getter '_elemen t'.
660 regress_23498_test: Crash # (main()async{var err... cannot handle async/sync*/a sync* functions 646 regress_23498_test: Crash # (main()async{var err... cannot handle async/sync*/a sync* functions
661 regress_23500_test/01: Crash # (main()async{var err... cannot handle async/sync */async* functions 647 regress_23500_test/01: Crash # (main()async{var err... cannot handle async/sync */async* functions
662 regress_23500_test/02: Crash # (main()async{var err... cannot handle async/sync */async* functions 648 regress_23500_test/02: Crash # (main()async{var err... cannot handle async/sync */async* functions
663 regress_23500_test/none: Crash # (main()async{var err... cannot handle async/sy nc*/async* functions 649 regress_23500_test/none: Crash # (main()async{var err... cannot handle async/sy nc*/async* functions
664 regress_23537_test: Crash # (try {var b;try {for... try/finally 650 stack_trace_test: Crash # (try {int j;i=func2(... try/catch/finally
665 regress_23650_test: Crash # (try {return new C<T>.foo();}finally {}): try/finall y 651 statement_test: Crash # (try {throw "foo";}c... try/catch/finally
666 stack_trace_test: Crash # (try {int j;i=func2(... try/finally
667 statement_test: Crash # (try {throw "foo";}c... try/finally
668 static_closure_identical_test: RuntimeError # Cannot read property 'prototype' o f undefined 652 static_closure_identical_test: RuntimeError # Cannot read property 'prototype' o f undefined
669 static_field_test/none: RuntimeError # Cannot read property 'prototype' of undef ined 653 static_field_test/none: RuntimeError # Cannot read property 'prototype' of undef ined
670 static_implicit_closure_test: RuntimeError # Cannot read property 'prototype' of undefined 654 static_implicit_closure_test: RuntimeError # Cannot read property 'prototype' of undefined
671 static_postfix_operator_test: Crash # (try {if(a++ ==0){inIt=true;}}finally {}): try/finally
672 string_interpolation_test/01: RuntimeError # Cannot read property 'prototype' of undefined 655 string_interpolation_test/01: RuntimeError # Cannot read property 'prototype' of undefined
673 string_interpolation_test/none: RuntimeError # Cannot read property 'prototype' of undefined 656 string_interpolation_test/none: RuntimeError # Cannot read property 'prototype' of undefined
674 string_join_test: RuntimeError # Please triage this failure. 657 string_join_test: RuntimeError # Please triage this failure.
675 string_test: RuntimeError # Please triage this failure. 658 string_test: RuntimeError # Please triage this failure.
676 super_all_named_constructor_test: Crash # Invalid argument(s) 659 super_all_named_constructor_test: Crash # Invalid argument(s)
677 super_bound_closure_test/01: RuntimeError # Cannot read property 'call' of undef ined 660 super_bound_closure_test/01: RuntimeError # Cannot read property 'call' of undef ined
678 super_bound_closure_test/none: RuntimeError # Cannot read property 'call' of und efined 661 super_bound_closure_test/none: RuntimeError # Cannot read property 'call' of und efined
679 super_call4_test: RuntimeError # Please triage this failure. 662 super_call4_test: RuntimeError # Please triage this failure.
680 super_getter_setter_test: Crash # Class 'PartialMethodElement' has no instance g etter 'initializer'. 663 super_getter_setter_test: Crash # Class 'PartialMethodElement' has no instance g etter 'initializer'.
681 super_implicit_closure_test: RuntimeError # Cannot read property 'prototype' of undefined 664 super_implicit_closure_test: RuntimeError # Cannot read property 'prototype' of undefined
(...skipping 17 matching lines...) Expand all
699 sync_generator1_test/none: Crash # (einsZwei()sync*{yie... cannot handle async/ sync*/async* functions 682 sync_generator1_test/none: Crash # (einsZwei()sync*{yie... cannot handle async/ sync*/async* functions
700 sync_generator2_test/07: Crash # (sync()sync*{yield sync;}): cannot handle async /sync*/async* functions 683 sync_generator2_test/07: Crash # (sync()sync*{yield sync;}): cannot handle async /sync*/async* functions
701 sync_generator2_test/08: Crash # (sync()sync*{yield sync;}): cannot handle async /sync*/async* functions 684 sync_generator2_test/08: Crash # (sync()sync*{yield sync;}): cannot handle async /sync*/async* functions
702 sync_generator2_test/10: Crash # (sync()sync*{yield sync;}): cannot handle async /sync*/async* functions 685 sync_generator2_test/10: Crash # (sync()sync*{yield sync;}): cannot handle async /sync*/async* functions
703 sync_generator2_test/none: Crash # (sync()sync*{yield sync;}): cannot handle asy nc/sync*/async* functions 686 sync_generator2_test/none: Crash # (sync()sync*{yield sync;}): cannot handle asy nc/sync*/async* functions
704 sync_generator3_test/test1: Crash # (f()sync*{try {yield... cannot handle async /sync*/async* functions 687 sync_generator3_test/test1: Crash # (f()sync*{try {yield... cannot handle async /sync*/async* functions
705 sync_generator3_test/test2: Crash # (g()sync*{try {yield... cannot handle async /sync*/async* functions 688 sync_generator3_test/test2: Crash # (g()sync*{try {yield... cannot handle async /sync*/async* functions
706 syncstar_yield_test/copyParameters: Crash # (Iterable<int> foo3(... cannot hand le async/sync*/async* functions 689 syncstar_yield_test/copyParameters: Crash # (Iterable<int> foo3(... cannot hand le async/sync*/async* functions
707 syncstar_yield_test/none: Crash # (Iterable<int> foo3(... cannot handle async/s ync*/async* functions 690 syncstar_yield_test/none: Crash # (Iterable<int> foo3(... cannot handle async/s ync*/async* functions
708 syncstar_yieldstar_test: Crash # (main()async{Expect.... cannot handle async/sy nc*/async* functions 691 syncstar_yieldstar_test: Crash # (main()async{Expect.... cannot handle async/sy nc*/async* functions
709 throw1_test: Crash # (try {int j;j=func()... try/finally 692 throw1_test: Crash # (try {int j;j=func()... try/catch/finally
710 throw2_test: Crash # (try {int j;j=func()... try/finally 693 throw2_test: Crash # (try {int j;j=func()... try/catch/finally
711 throw3_test: Crash # (try {int j;i=100;i=... try/finally 694 throw3_test: Crash # (try {int j;i=100;i=... try/catch/finally
712 throw4_test: Crash # (try {j=func();}on M... try/finally 695 throw4_test: Crash # (try {j=func();}on M... try/catch/finally
713 throw5_test: Crash # (try {int j;j=func()... try/finally 696 throw5_test: Crash # (try {int j;j=func()... try/catch/finally
714 throw6_test: Crash # (try {j=func();}catc... try/finally 697 throw6_test: Crash # (try {j=func();}catc... try/catch/finally
715 throw8_test: Crash # (try {try {return 49... try/finally 698 throw8_test: RuntimeError # Please triage this failure.
716 throw_test: Crash # (try {int j;j=func()... try/finally 699 throw_test: Crash # (try {int j;j=func()... try/catch/finally
717 top_level_in_initializer_test: RuntimeError # Cannot read property 'prototype' o f undefined 700 top_level_in_initializer_test: RuntimeError # Cannot read property 'prototype' o f undefined
718 try_catch3_test: Crash # (try {int j;j=f2();j... try/finally 701 try_catch3_test: Crash # (try {int j;j=f2();j... try/catch/finally
719 try_catch4_test: Crash # (try {doThrow();}cat... try/finally 702 try_catch4_test: Crash # (try {doThrow();}cat... try/catch/finally
720 try_catch5_test: Crash # (try {try {a=8;return;}finally {b=8==a;entered=true;con tinue;}}finally {continue;}): try/finally 703 try_catch5_test: Crash # Stack Overflow
721 try_catch_optimized2_test: Crash # (try {bar();}finally {}): try/finally
722 try_catch_osr_test: Crash # (try {if(x==null)throw 42;return 99;}finally {}): tr y/finally
723 try_catch_test/none: Crash # The null object does not have a getter '_element'. 704 try_catch_test/none: Crash # The null object does not have a getter '_element'.
724 type_check_const_function_typedef2_test/00: RuntimeError # Cannot read property 'prototype' of undefined 705 type_check_const_function_typedef2_test/00: RuntimeError # Cannot read property 'prototype' of undefined
725 type_check_const_function_typedef2_test/none: RuntimeError # Cannot read propert y 'prototype' of undefined 706 type_check_const_function_typedef2_test/none: RuntimeError # Cannot read propert y 'prototype' of undefined
726 type_check_const_function_typedef_test: RuntimeError # Cannot read property 'pro totype' of undefined 707 type_check_const_function_typedef_test: RuntimeError # Cannot read property 'pro totype' of undefined
727 type_parameter_test/01: Crash # Invalid argument(s) 708 type_parameter_test/01: Crash # Invalid argument(s)
728 type_parameter_test/02: Crash # Invalid argument(s) 709 type_parameter_test/02: Crash # Invalid argument(s)
729 type_parameter_test/03: Crash # Invalid argument(s) 710 type_parameter_test/03: Crash # Invalid argument(s)
730 type_parameter_test/04: Crash # Invalid argument(s) 711 type_parameter_test/04: Crash # Invalid argument(s)
731 type_parameter_test/05: Crash # Invalid argument(s) 712 type_parameter_test/05: Crash # Invalid argument(s)
732 type_parameter_test/06: Crash # Invalid argument(s) 713 type_parameter_test/06: Crash # Invalid argument(s)
(...skipping 13 matching lines...) Expand all
746 type_promotion_functions_test/13: RuntimeError # Cannot read property 'prototype ' of undefined 727 type_promotion_functions_test/13: RuntimeError # Cannot read property 'prototype ' of undefined
747 type_promotion_functions_test/14: RuntimeError # Cannot read property 'prototype ' of undefined 728 type_promotion_functions_test/14: RuntimeError # Cannot read property 'prototype ' of undefined
748 type_promotion_functions_test/none: RuntimeError # Cannot read property 'prototy pe' of undefined 729 type_promotion_functions_test/none: RuntimeError # Cannot read property 'prototy pe' of undefined
749 type_variable_closure2_test: RuntimeError # Please triage this failure. 730 type_variable_closure2_test: RuntimeError # Please triage this failure.
750 type_variable_closure_test: Crash # Invalid argument(s) 731 type_variable_closure_test: Crash # Invalid argument(s)
751 type_variable_conflict2_test/07: RuntimeError # Please triage this failure. 732 type_variable_conflict2_test/07: RuntimeError # Please triage this failure.
752 typedef_is_test: RuntimeError # Cannot read property 'prototype' of undefined 733 typedef_is_test: RuntimeError # Cannot read property 'prototype' of undefined
753 typevariable_substitution2_test/01: Crash # Internal Error: No default construct or available. 734 typevariable_substitution2_test/01: Crash # Internal Error: No default construct or available.
754 typevariable_substitution2_test/02: Crash # Internal Error: No default construct or available. 735 typevariable_substitution2_test/02: Crash # Internal Error: No default construct or available.
755 typevariable_substitution2_test/none: Crash # Internal Error: No default constru ctor available. 736 typevariable_substitution2_test/none: Crash # Internal Error: No default constru ctor available.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698