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

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: Merge, rebase 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 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 constructor12_test: RuntimeError # Please triage this failure. 389 constructor12_test: RuntimeError # Please triage this failure.
392 constructor_with_mixin_test: Crash # Internal Error: No default constructor avai lable. 390 constructor_with_mixin_test: Crash # Internal Error: No default constructor avai lable.
393 crash_6725_test/01: Crash # The null object does not have a getter '_element'. 391 crash_6725_test/01: Crash # The null object does not have a getter '_element'.
394 custom_await_stack_trace_test: Crash # (main()async{try {va... cannot handle as ync/sync*/async* functions 392 custom_await_stack_trace_test: Crash # (main()async{try {va... cannot handle as ync/sync*/async* functions
395 cyclic_type_test/00: RuntimeError # Cannot read property 'prototype' of undefine d 393 cyclic_type_test/00: RuntimeError # Cannot read property 'prototype' of undefine d
396 cyclic_type_test/01: RuntimeError # Cannot read property 'prototype' of undefine d 394 cyclic_type_test/01: RuntimeError # Cannot read property 'prototype' of undefine d
397 cyclic_type_test/02: RuntimeError # Cannot read property 'prototype' of undefine d 395 cyclic_type_test/02: RuntimeError # Cannot read property 'prototype' of undefine d
398 cyclic_type_test/03: RuntimeError # Cannot read property 'prototype' of undefine d 396 cyclic_type_test/03: RuntimeError # Cannot read property 'prototype' of undefine d
399 cyclic_type_test/04: RuntimeError # Cannot read property 'prototype' of undefine d 397 cyclic_type_test/04: RuntimeError # Cannot read property 'prototype' of undefine d
400 deferred_closurize_load_library_test: Crash # (try {return f(arg1,arg2);}finally {Zone._leave(old);}): try/finally 398 deferred_closurize_load_library_test: RuntimeError # receiver.get$_collection$_n ums is not a function
401 deferred_constant_list_test: Crash # (try {return f(arg1,arg2);}finally {Zone._l eave(old);}): try/finally 399 deferred_constant_list_test: RuntimeError # receiver.get$_collection$_nums is no t a function
402 deferred_constraints_constants_test/none: Crash # Internal Error: No default con structor available. 400 deferred_constraints_constants_test/none: Crash # Internal Error: No default con structor available.
403 deferred_constraints_constants_test/reference_after_load: Crash # Internal Error : No default constructor available. 401 deferred_constraints_constants_test/reference_after_load: Crash # Internal Error : No default constructor available.
404 deferred_constraints_type_annotation_test/as_operation: Crash # (try {return f(a rg1,arg2);}finally {Zone._leave(old);}): try/finally 402 deferred_constraints_type_annotation_test/as_operation: RuntimeError # receiver. get$_collection$_nums is not a function
405 deferred_constraints_type_annotation_test/catch_check: Crash # The null object d oes not have a getter '_element'. 403 deferred_constraints_type_annotation_test/catch_check: Crash # The null object d oes not have a getter '_element'.
406 deferred_constraints_type_annotation_test/is_check: Crash # (try {return f(arg1, arg2);}finally {Zone._leave(old);}): try/finally 404 deferred_constraints_type_annotation_test/is_check: RuntimeError # receiver.get$ _collection$_nums is not a function
407 deferred_constraints_type_annotation_test/new: Crash # (try {return f(arg1,arg2) ;}finally {Zone._leave(old);}): try/finally 405 deferred_constraints_type_annotation_test/new: RuntimeError # receiver.get$_coll ection$_nums is not a function
408 deferred_constraints_type_annotation_test/new_before_load: Crash # (try {return f(arg1,arg2);}finally {Zone._leave(old);}): try/finally 406 deferred_constraints_type_annotation_test/new_before_load: RuntimeError # receiv er.get$_collection$_nums is not a function
409 deferred_constraints_type_annotation_test/new_generic1: Crash # (try {return f(a rg1,arg2);}finally {Zone._leave(old);}): try/finally 407 deferred_constraints_type_annotation_test/new_generic1: RuntimeError # receiver. get$_collection$_nums is not a function
410 deferred_constraints_type_annotation_test/new_generic2: Crash # (try {return f(a rg1,arg2);}finally {Zone._leave(old);}): try/finally 408 deferred_constraints_type_annotation_test/new_generic2: RuntimeError # receiver. get$_collection$_nums is not a function
411 deferred_constraints_type_annotation_test/new_generic3: Crash # (try {return f(a rg1,arg2);}finally {Zone._leave(old);}): try/finally 409 deferred_constraints_type_annotation_test/new_generic3: RuntimeError # receiver. get$_collection$_nums is not a function
412 deferred_constraints_type_annotation_test/none: Crash # (try {return f(arg1,arg2 );}finally {Zone._leave(old);}): try/finally 410 deferred_constraints_type_annotation_test/none: RuntimeError # receiver.get$_col lection$_nums is not a function
413 deferred_constraints_type_annotation_test/static_method: Crash # (try {return f( arg1,arg2);}finally {Zone._leave(old);}): try/finally 411 deferred_constraints_type_annotation_test/static_method: RuntimeError # receiver .get$_collection$_nums is not a function
414 deferred_constraints_type_annotation_test/type_annotation1: Crash # (try {return f(arg1,arg2);}finally {Zone._leave(old);}): try/finally 412 deferred_constraints_type_annotation_test/type_annotation1: RuntimeError # recei ver.get$_collection$_nums is not a function
415 deferred_constraints_type_annotation_test/type_annotation_generic1: Crash # (try {return f(arg1,arg2);}finally {Zone._leave(old);}): try/finally 413 deferred_constraints_type_annotation_test/type_annotation_generic1: RuntimeError # receiver.get$_collection$_nums is not a function
416 deferred_constraints_type_annotation_test/type_annotation_generic2: Crash # (try {return f(arg1,arg2);}finally {Zone._leave(old);}): try/finally 414 deferred_constraints_type_annotation_test/type_annotation_generic2: RuntimeError # receiver.get$_collection$_nums is not a function
417 deferred_constraints_type_annotation_test/type_annotation_generic3: Crash # (try {return f(arg1,arg2);}finally {Zone._leave(old);}): try/finally 415 deferred_constraints_type_annotation_test/type_annotation_generic3: RuntimeError # receiver.get$_collection$_nums is not a function
418 deferred_constraints_type_annotation_test/type_annotation_generic4: Crash # (try {return f(arg1,arg2);}finally {Zone._leave(old);}): try/finally 416 deferred_constraints_type_annotation_test/type_annotation_generic4: RuntimeError # receiver.get$_collection$_nums is not a function
419 deferred_constraints_type_annotation_test/type_annotation_non_deferred: Crash # (try {return f(arg1,arg2);}finally {Zone._leave(old);}): try/finally 417 deferred_constraints_type_annotation_test/type_annotation_non_deferred: RuntimeE rror # receiver.get$_collection$_nums is not a function
420 deferred_constraints_type_annotation_test/type_annotation_null: Crash # (try {re turn f(arg1,arg2);}finally {Zone._leave(old);}): try/finally 418 deferred_constraints_type_annotation_test/type_annotation_null: RuntimeError # r eceiver.get$_collection$_nums is not a function
421 deferred_constraints_type_annotation_test/type_annotation_top_level: Crash # (tr y {return f(arg1,arg2);}finally {Zone._leave(old);}): try/finally 419 deferred_constraints_type_annotation_test/type_annotation_top_level: RuntimeErro r # receiver.get$_collection$_nums is not a function
422 deferred_function_type_test: RuntimeError # receiver.get$_collection$_nums is no t a function 420 deferred_function_type_test: RuntimeError # receiver.get$_collection$_nums is no t a function
423 deferred_global_test: Crash # (try {return f(arg1,arg2);}finally {Zone._leave(ol d);}): try/finally 421 deferred_global_test: RuntimeError # receiver.get$_collection$_nums is not a fun ction
424 deferred_inlined_test: RuntimeError # receiver.get$_collection$_nums is not a fu nction 422 deferred_inlined_test: RuntimeError # receiver.get$_collection$_nums is not a fu nction
425 deferred_load_constants_test/none: Crash # (try {return f(arg1,arg2);}finally {Z one._leave(old);}): try/finally 423 deferred_load_constants_test/none: RuntimeError # receiver.get$_collection$_nums is not a function
426 deferred_load_inval_code_test: RuntimeError # receiver.get$_collection$_nums is not a function 424 deferred_load_inval_code_test: RuntimeError # receiver.get$_collection$_nums is not a function
427 deferred_load_library_wrong_args_test/none: RuntimeError # receiver.get$_collect ion$_nums is not a function 425 deferred_load_library_wrong_args_test/none: RuntimeError # receiver.get$_collect ion$_nums is not a function
428 deferred_mixin_test: Crash # (try {return f(arg1,arg2);}finally {Zone._leave(old );}): try/finally 426 deferred_mixin_test: RuntimeError # receiver.get$_collection$_nums is not a func tion
429 deferred_no_such_method_test: Crash # (try {return f(arg1,arg2);}finally {Zone._ leave(old);}): try/finally 427 deferred_no_such_method_test: RuntimeError # receiver.get$_collection$_nums is n ot a function
430 deferred_not_loaded_check_test: RuntimeError # Please triage this failure. 428 deferred_not_loaded_check_test: RuntimeError # Please triage this failure.
431 deferred_only_constant_test: RuntimeError # receiver.get$_collection$_nums is no t a function 429 deferred_only_constant_test: RuntimeError # receiver.get$_collection$_nums is no t a function
432 deferred_optimized_test: RuntimeError # receiver.get$_collection$_nums is not a function 430 deferred_optimized_test: RuntimeError # receiver.get$_collection$_nums is not a function
433 deferred_redirecting_factory_test: Crash # (test()async{await t... cannot handl e async/sync*/async* functions 431 deferred_redirecting_factory_test: Crash # (test()async{await t... cannot handl e async/sync*/async* functions
434 deferred_regression_22995_test: RuntimeError # receiver.get$_collection$_nums is not a function 432 deferred_regression_22995_test: RuntimeError # receiver.get$_collection$_nums is not a function
435 deferred_shadow_load_library_test: Crash # (try {return f(arg1,arg2);}finally {Z one._leave(old);}): try/finally 433 deferred_shadow_load_library_test: RuntimeError # receiver.get$_collection$_nums is not a function
436 deferred_shared_and_unshared_classes_test: Crash # (try {return f(arg1,arg2);}fi nally {Zone._leave(old);}): try/finally 434 deferred_shared_and_unshared_classes_test: RuntimeError # receiver.get$_collecti on$_nums is not a function
437 deferred_static_seperate_test: Crash # (try {return f(arg1,arg2);}finally {Zone. _leave(old);}): try/finally 435 deferred_static_seperate_test: RuntimeError # receiver.get$_collection$_nums is not a function
438 deopt_inlined_function_lazy_test: Crash # (try {return x+12342353257893275483274 832;}finally {}): try/finally
439 deopt_no_feedback_test: RuntimeError # Please triage this failure. 436 deopt_no_feedback_test: RuntimeError # Please triage this failure.
440 enum_duplicate_test/01: RuntimeError # Please triage this failure. 437 enum_duplicate_test/01: RuntimeError # Please triage this failure.
441 enum_duplicate_test/02: RuntimeError # Please triage this failure. 438 enum_duplicate_test/02: RuntimeError # Please triage this failure.
442 enum_duplicate_test/none: RuntimeError # Please triage this failure. 439 enum_duplicate_test/none: RuntimeError # Please triage this failure.
443 enum_mirror_test: Crash # (try {return f(arg1,arg2);}finally {Zone._leave(old);} ): try/finally 440 enum_mirror_test: Crash # Internal Error: No default constructor available.
444 enum_private_test/01: RuntimeError # Please triage this failure. 441 enum_private_test/01: RuntimeError # Please triage this failure.
445 enum_private_test/02: RuntimeError # Please triage this failure. 442 enum_private_test/02: RuntimeError # Please triage this failure.
446 enum_private_test/none: RuntimeError # Please triage this failure. 443 enum_private_test/none: RuntimeError # Please triage this failure.
447 execute_finally10_test: Crash # (try {throw 'foo';}c... try/finally 444 execute_finally10_test: Crash # (try {throw 'foo';}c... try/catch/finally
448 execute_finally11_test: Crash # (try {throw 'foo';}c... try/finally 445 execute_finally11_test: Crash # (try {throw 'foo';}c... try/catch/finally
449 execute_finally12_test: Crash # (try {try {}finally {a=8;break;}}finally {return a==8;}): try/finally 446 execute_finally7_test: Crash # (try {var a=new List... try/catch/finally
450 execute_finally1_test: Crash # (try {int j;j=func();i=1;return i;}finally {i=i+8 00;}): try/finally 447 execute_finally9_test: Crash # (try {sum+= 1;return... try/catch/finally
451 execute_finally2_test: Crash # (try {int j;j=func()... try/finally
452 execute_finally3_test: Crash # (try {try {int j;j=f... try/finally
453 execute_finally4_test: Crash # (try {int j;j=func();i=1;}finally {i=i+10;}): try /finally
454 execute_finally5_test: Crash # (try {int j;j=func()... try/finally
455 execute_finally6_test: Crash # (try {try {int j;j=f... try/finally
456 execute_finally7_test: Crash # (try {var a=new List... try/finally
457 execute_finally8_test: Crash # (try {sum+= 1;return 'hi';}finally {sum+= 1;throw 'ball';sum+= 1;}): try/finally
458 execute_finally9_test: Crash # (try {sum+= 1;return... try/finally
459 f_bounded_equality_test: RuntimeError # Cannot read property 'prototype' of unde fined 448 f_bounded_equality_test: RuntimeError # Cannot read property 'prototype' of unde fined
460 fannkuch_test: RuntimeError # Please triage this failure. 449 fannkuch_test: RuntimeError # Please triage this failure.
461 field_increment_bailout_test: RuntimeError # Please triage this failure. 450 field_increment_bailout_test: RuntimeError # Please triage this failure.
462 final_super_field_set_test/01: RuntimeError # Please triage this failure. 451 final_super_field_set_test/01: RuntimeError # Please triage this failure.
463 finally_test: Crash # (try {i=12;}finally {Expect.equals(12,i);executedFinally=t rue;}): try/finally
464 fixed_length_test: RuntimeError # Please triage this failure. 452 fixed_length_test: RuntimeError # Please triage this failure.
465 fixed_type_variable_test/02: RuntimeError # Cannot read property 'prototype' of undefined 453 fixed_type_variable_test/02: RuntimeError # Cannot read property 'prototype' of undefined
466 fixed_type_variable_test/04: RuntimeError # Cannot read property 'prototype' of undefined 454 fixed_type_variable_test/04: RuntimeError # Cannot read property 'prototype' of undefined
467 fixed_type_variable_test/06: RuntimeError # Cannot read property 'prototype' of undefined 455 fixed_type_variable_test/06: RuntimeError # Cannot read property 'prototype' of undefined
468 flatten_test/01: Crash # (test()async{int x=await new Derived<int>();}): cannot handle async/sync*/async* functions 456 flatten_test/01: Crash # (test()async{int x=await new Derived<int>();}): cannot handle async/sync*/async* functions
469 flatten_test/02: Crash # (test()async{Future<int> f()async=>new Derived<int>();} ): cannot handle async/sync*/async* functions 457 flatten_test/02: Crash # (test()async{Future<int> f()async=>new Derived<int>();} ): cannot handle async/sync*/async* functions
470 flatten_test/03: Crash # (test()async{Future<... cannot handle async/sync*/asyn c* functions 458 flatten_test/03: Crash # (test()async{Future<... cannot handle async/sync*/asyn c* functions
471 flatten_test/04: Crash # (test()async{Future<... cannot handle async/sync*/asyn c* functions 459 flatten_test/04: Crash # (test()async{Future<... cannot handle async/sync*/asyn c* functions
472 flatten_test/05: Crash # (test()async{FixedPo... cannot handle async/sync*/asyn c* functions 460 flatten_test/05: Crash # (test()async{FixedPo... cannot handle async/sync*/asyn c* functions
473 flatten_test/06: Crash # (test()async{Future<... cannot handle async/sync*/asyn c* functions 461 flatten_test/06: Crash # (test()async{Future<... cannot handle async/sync*/asyn c* functions
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
549 inlined_conditional_test: RuntimeError # Cannot read property 'prototype' of und efined 537 inlined_conditional_test: RuntimeError # Cannot read property 'prototype' of und efined
550 instance_creation_in_function_annotation_test: Crash # Internal Error: No defaul t constructor available. 538 instance_creation_in_function_annotation_test: Crash # Internal Error: No defaul t constructor available.
551 instanceof4_test/01: RuntimeError # Please triage this failure. 539 instanceof4_test/01: RuntimeError # Please triage this failure.
552 interceptor7_test: RuntimeError # Please triage this failure. 540 interceptor7_test: RuntimeError # Please triage this failure.
553 invocation_mirror_invoke_on2_test: RuntimeError # Please triage this failure. 541 invocation_mirror_invoke_on2_test: RuntimeError # Please triage this failure.
554 invocation_mirror_invoke_on_test: RuntimeError # Please triage this failure. 542 invocation_mirror_invoke_on_test: RuntimeError # Please triage this failure.
555 invocation_mirror_test: Crash # (super[37]=42): visitUnresolvedSuperIndexSet 543 invocation_mirror_test: Crash # (super[37]=42): visitUnresolvedSuperIndexSet
556 is_function_test: RuntimeError # Cannot read property 'prototype' of undefined 544 is_function_test: RuntimeError # Cannot read property 'prototype' of undefined
557 issue12288_test: RuntimeError # Please triage this failure. 545 issue12288_test: RuntimeError # Please triage this failure.
558 issue13179_test: RuntimeError # Cannot read property 'prototype' of undefined 546 issue13179_test: RuntimeError # Cannot read property 'prototype' of undefined
559 issue20476_test: Crash # (try {try {return 1;}catch (e1){}finally {return 3;}}ca tch (e2){}finally {return 5;}): try/finally 547 issue20476_test: Crash # (try {try {return 1;... try/catch/finally
560 issue7513_test: RuntimeError # Please triage this failure. 548 issue7513_test: RuntimeError # Please triage this failure.
561 issue_1751477_test: RuntimeError # receiver.get$_collection$_nums is not a funct ion 549 issue_1751477_test: RuntimeError # receiver.get$_collection$_nums is not a funct ion
562 label_test: Crash # (try {while(doAgain()){break L;}i-- ;}finally {}): try/final ly
563 large_class_declaration_test: Crash # Stack Overflow 550 large_class_declaration_test: Crash # Stack Overflow
564 list_literal3_test: RuntimeError # Please triage this failure. 551 list_literal3_test: RuntimeError # Please triage this failure.
565 list_test: RuntimeError # Please triage this failure. 552 list_test: RuntimeError # Please triage this failure.
566 list_tracer_closure_test: RuntimeError # Please triage this failure. 553 list_tracer_closure_test: RuntimeError # Please triage this failure.
567 list_tracer_in_list_test: RuntimeError # Please triage this failure. 554 list_tracer_in_list_test: RuntimeError # Please triage this failure.
568 list_tracer_in_map_test: RuntimeError # Please triage this failure. 555 list_tracer_in_map_test: RuntimeError # Please triage this failure.
569 list_tracer_return_from_tearoff_closure_test: RuntimeError # Please triage this failure. 556 list_tracer_return_from_tearoff_closure_test: RuntimeError # Please triage this failure.
570 local_function_test: RuntimeError # Please triage this failure. 557 local_function_test: RuntimeError # Please triage this failure.
571 logical_expression_test: RuntimeError # Please triage this failure. 558 logical_expression_test: RuntimeError # Please triage this failure.
572 main_test/01: RuntimeError # receiver.get$_collection$_nums is not a function 559 main_test/01: RuntimeError # receiver.get$_collection$_nums is not a function
573 main_test/02: RuntimeError # receiver.get$_collection$_nums is not a function 560 main_test/02: RuntimeError # receiver.get$_collection$_nums is not a function
574 main_test/04: RuntimeError # receiver.get$_collection$_nums is not a function 561 main_test/04: RuntimeError # receiver.get$_collection$_nums is not a function
575 main_test/05: RuntimeError # receiver.get$_collection$_nums is not a function 562 main_test/05: RuntimeError # receiver.get$_collection$_nums is not a function
576 main_test/20: RuntimeError # receiver.get$_collection$_nums is not a function 563 main_test/20: RuntimeError # receiver.get$_collection$_nums is not a function
577 main_test/21: RuntimeError # receiver.get$_collection$_nums is not a function 564 main_test/21: RuntimeError # receiver.get$_collection$_nums is not a function
578 main_test/22: RuntimeError # receiver.get$_collection$_nums is not a function 565 main_test/22: RuntimeError # receiver.get$_collection$_nums is not a function
579 main_test/41: RuntimeError # receiver.get$_collection$_nums is not a function 566 main_test/41: RuntimeError # receiver.get$_collection$_nums is not a function
580 main_test/42: RuntimeError # receiver.get$_collection$_nums is not a function 567 main_test/42: RuntimeError # receiver.get$_collection$_nums is not a function
581 main_test/43: RuntimeError # receiver.get$_collection$_nums is not a function 568 main_test/43: RuntimeError # receiver.get$_collection$_nums is not a function
582 main_test/44: RuntimeError # receiver.get$_collection$_nums is not a function 569 main_test/44: RuntimeError # receiver.get$_collection$_nums is not a function
583 main_test/45: RuntimeError # receiver.get$_collection$_nums is not a function 570 main_test/45: RuntimeError # receiver.get$_collection$_nums is not a function
584 many_calls_test: RuntimeError # Please triage this failure. 571 many_calls_test: RuntimeError # Please triage this failure.
585 many_named_arguments_test: RuntimeError # Please triage this failure. 572 many_named_arguments_test: RuntimeError # Please triage this failure.
586 many_overridden_no_such_method_test: RuntimeError # Please triage this failure. 573 many_overridden_no_such_method_test: RuntimeError # Please triage this failure.
587 mega_load_test: RuntimeError # Please triage this failure. 574 mega_load_test: RuntimeError # Please triage this failure.
588 method_binding_test: RuntimeError # Cannot read property 'prototype' of undefine d 575 method_binding_test: RuntimeError # Cannot read property 'prototype' of undefine d
589 methods_as_constants2_test: RuntimeError # Cannot read property 'prototype' of u ndefined 576 methods_as_constants2_test: RuntimeError # Cannot read property 'prototype' of u ndefined
590 minify_closure_variable_collision_test: RuntimeError # Please triage this failur e. 577 minify_closure_variable_collision_test: RuntimeError # Please triage this failur e.
591 mint_arithmetic_test: Crash # (try {f(a,b){var s=b... try/finally
592 mint_compares_test: RuntimeError # Cannot read property 'prototype' of undefined 578 mint_compares_test: RuntimeError # Cannot read property 'prototype' of undefined
593 mixin_bound_test: Crash # Internal Error: No default constructor available. 579 mixin_bound_test: Crash # Internal Error: No default constructor available.
594 mixin_forwarding_constructor1_test: Crash # Internal Error: No default construct or available. 580 mixin_forwarding_constructor1_test: Crash # Internal Error: No default construct or available.
595 mixin_forwarding_constructor3_test: Crash # Internal Error: No default construct or available. 581 mixin_forwarding_constructor3_test: Crash # Internal Error: No default construct or available.
596 mixin_prefix_test: Crash # Internal Error: No default constructor available. 582 mixin_prefix_test: Crash # Internal Error: No default constructor available.
597 mixin_super_constructor2_test: Crash # Internal Error: No default constructor av ailable. 583 mixin_super_constructor2_test: Crash # Internal Error: No default constructor av ailable.
598 mixin_super_constructor_default_test: Crash # Internal Error: No default constru ctor available. 584 mixin_super_constructor_default_test: Crash # Internal Error: No default constru ctor available.
599 mixin_super_constructor_multiple_test: Crash # Internal Error: No default constr uctor available. 585 mixin_super_constructor_multiple_test: Crash # Internal Error: No default constr uctor available.
600 mixin_super_constructor_named_test/01: Crash # Internal Error: No default constr uctor available. 586 mixin_super_constructor_named_test/01: Crash # Internal Error: No default constr uctor available.
601 mixin_super_constructor_named_test/none: Crash # Internal Error: No default cons tructor available. 587 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
634 pure_function_test: RuntimeError # Please triage this failure. 620 pure_function_test: RuntimeError # Please triage this failure.
635 range_analysis_test: RuntimeError # Cannot read property 'prototype' of undefine d 621 range_analysis_test: RuntimeError # Cannot read property 'prototype' of undefine d
636 recursive_calls_test: RuntimeError # Cannot read property 'prototype' of undefin ed 622 recursive_calls_test: RuntimeError # Cannot read property 'prototype' of undefin ed
637 reg_ex2_test: RuntimeError # Cannot read property 'prototype' of undefined 623 reg_ex2_test: RuntimeError # Cannot read property 'prototype' of undefined
638 reg_exp2_test: RuntimeError # Cannot read property 'prototype' of undefined 624 reg_exp2_test: RuntimeError # Cannot read property 'prototype' of undefined
639 reg_exp_test: RuntimeError # Please triage this failure. 625 reg_exp_test: RuntimeError # Please triage this failure.
640 regress_11800_test: RuntimeError # Please triage this failure. 626 regress_11800_test: RuntimeError # Please triage this failure.
641 regress_18435_test: Crash # Invalid argument(s) 627 regress_18435_test: Crash # Invalid argument(s)
642 regress_18535_test: Crash # Internal Error: No default constructor available. 628 regress_18535_test: Crash # Internal Error: No default constructor available.
643 regress_21016_test: RuntimeError # Please triage this failure. 629 regress_21016_test: RuntimeError # Please triage this failure.
644 regress_21795_test: Crash # (try {foo(t);}finally {if(t==0){try {}catch (err,st) {}}}): try/finally
645 regress_22438_test: Crash # (main()async{var err... cannot handle async/sync*/a sync* functions 630 regress_22438_test: Crash # (main()async{var err... cannot handle async/sync*/a sync* functions
646 regress_22443_test: RuntimeError # receiver.get$_collection$_nums is not a funct ion 631 regress_22443_test: RuntimeError # receiver.get$_collection$_nums is not a funct ion
647 regress_22445_test: Crash # (main()async{var err... cannot handle async/sync*/a sync* functions 632 regress_22445_test: Crash # (main()async{var err... cannot handle async/sync*/a sync* functions
648 regress_22579_test: Crash # (main()async{var err... cannot handle async/sync*/a sync* functions 633 regress_22579_test: Crash # (main()async{var err... cannot handle async/sync*/a sync* functions
649 regress_22728_test: Crash # (main()async{bool fa... cannot handle async/sync*/a sync* functions 634 regress_22728_test: Crash # (main()async{bool fa... cannot handle async/sync*/a sync* functions
650 regress_22777_test: Crash # (test()async{try {te... cannot handle async/sync*/a sync* functions 635 regress_22777_test: Crash # (test()async{try {te... cannot handle async/sync*/a sync* functions
651 regress_22822_test: Crash # (try {for(int i=0;i<10;i++ ){return ()=>i+b;}}finall y {b=10;}): try/finally
652 regress_22936_test/01: Crash # The null object does not have a getter '_element' . 636 regress_22936_test/01: Crash # The null object does not have a getter '_element' .
653 regress_22936_test/none: Crash # The null object does not have a getter '_elemen t'. 637 regress_22936_test/none: Crash # The null object does not have a getter '_elemen t'.
654 regress_23498_test: Crash # (main()async{var err... cannot handle async/sync*/a sync* functions 638 regress_23498_test: Crash # (main()async{var err... cannot handle async/sync*/a sync* functions
655 regress_23500_test/01: Crash # (main()async{var err... cannot handle async/sync */async* functions 639 regress_23500_test/01: Crash # (main()async{var err... cannot handle async/sync */async* functions
656 regress_23500_test/02: Crash # (main()async{var err... cannot handle async/sync */async* functions 640 regress_23500_test/02: Crash # (main()async{var err... cannot handle async/sync */async* functions
657 regress_23500_test/none: Crash # (main()async{var err... cannot handle async/sy nc*/async* functions 641 regress_23500_test/none: Crash # (main()async{var err... cannot handle async/sy nc*/async* functions
658 regress_23537_test: Crash # (try {var b;try {for... try/finally 642 stack_trace_test: Crash # (try {int j;i=func2(... try/catch/finally
659 regress_23650_test: Crash # (try {return new C<T>.foo();}finally {}): try/finall y 643 statement_test: Crash # (try {throw "foo";}c... try/catch/finally
660 stack_trace_test: Crash # (try {int j;i=func2(... try/finally
661 statement_test: Crash # (try {throw "foo";}c... try/finally
662 static_closure_identical_test: RuntimeError # Cannot read property 'prototype' o f undefined 644 static_closure_identical_test: RuntimeError # Cannot read property 'prototype' o f undefined
663 static_field_test/none: RuntimeError # Cannot read property 'prototype' of undef ined 645 static_field_test/none: RuntimeError # Cannot read property 'prototype' of undef ined
664 static_implicit_closure_test: RuntimeError # Cannot read property 'prototype' of undefined 646 static_implicit_closure_test: RuntimeError # Cannot read property 'prototype' of undefined
665 static_postfix_operator_test: Crash # (try {if(a++ ==0){inIt=true;}}finally {}): try/finally
666 string_interpolation_test/01: RuntimeError # Cannot read property 'prototype' of undefined 647 string_interpolation_test/01: RuntimeError # Cannot read property 'prototype' of undefined
667 string_interpolation_test/none: RuntimeError # Cannot read property 'prototype' of undefined 648 string_interpolation_test/none: RuntimeError # Cannot read property 'prototype' of undefined
668 string_join_test: RuntimeError # Please triage this failure. 649 string_join_test: RuntimeError # Please triage this failure.
669 string_test: RuntimeError # Please triage this failure. 650 string_test: RuntimeError # Please triage this failure.
670 super_bound_closure_test/01: RuntimeError # Cannot read property 'call' of undef ined 651 super_bound_closure_test/01: RuntimeError # Cannot read property 'call' of undef ined
671 super_bound_closure_test/none: RuntimeError # Cannot read property 'call' of und efined 652 super_bound_closure_test/none: RuntimeError # Cannot read property 'call' of und efined
672 super_call4_test: RuntimeError # Please triage this failure. 653 super_call4_test: RuntimeError # Please triage this failure.
673 super_getter_setter_test: Crash # Class 'PartialMethodElement' has no instance g etter 'initializer'. 654 super_getter_setter_test: Crash # Class 'PartialMethodElement' has no instance g etter 'initializer'.
674 super_implicit_closure_test: RuntimeError # Cannot read property 'prototype' of undefined 655 super_implicit_closure_test: RuntimeError # Cannot read property 'prototype' of undefined
675 super_operator_index2_test: RuntimeError # this.get$map is not a function 656 super_operator_index2_test: RuntimeError # this.get$map is not a function
(...skipping 16 matching lines...) Expand all
692 sync_generator1_test/none: Crash # (einsZwei()sync*{yie... cannot handle async/ sync*/async* functions 673 sync_generator1_test/none: Crash # (einsZwei()sync*{yie... cannot handle async/ sync*/async* functions
693 sync_generator2_test/07: Crash # (sync()sync*{yield sync;}): cannot handle async /sync*/async* functions 674 sync_generator2_test/07: Crash # (sync()sync*{yield sync;}): cannot handle async /sync*/async* functions
694 sync_generator2_test/08: Crash # (sync()sync*{yield sync;}): cannot handle async /sync*/async* functions 675 sync_generator2_test/08: Crash # (sync()sync*{yield sync;}): cannot handle async /sync*/async* functions
695 sync_generator2_test/10: Crash # (sync()sync*{yield sync;}): cannot handle async /sync*/async* functions 676 sync_generator2_test/10: Crash # (sync()sync*{yield sync;}): cannot handle async /sync*/async* functions
696 sync_generator2_test/none: Crash # (sync()sync*{yield sync;}): cannot handle asy nc/sync*/async* functions 677 sync_generator2_test/none: Crash # (sync()sync*{yield sync;}): cannot handle asy nc/sync*/async* functions
697 sync_generator3_test/test1: Crash # (f()sync*{try {yield... cannot handle async /sync*/async* functions 678 sync_generator3_test/test1: Crash # (f()sync*{try {yield... cannot handle async /sync*/async* functions
698 sync_generator3_test/test2: Crash # (g()sync*{try {yield... cannot handle async /sync*/async* functions 679 sync_generator3_test/test2: Crash # (g()sync*{try {yield... cannot handle async /sync*/async* functions
699 syncstar_yield_test/copyParameters: Crash # (Iterable<int> foo3(... cannot hand le async/sync*/async* functions 680 syncstar_yield_test/copyParameters: Crash # (Iterable<int> foo3(... cannot hand le async/sync*/async* functions
700 syncstar_yield_test/none: Crash # (Iterable<int> foo3(... cannot handle async/s ync*/async* functions 681 syncstar_yield_test/none: Crash # (Iterable<int> foo3(... cannot handle async/s ync*/async* functions
701 syncstar_yieldstar_test: Crash # (main()async{Expect.... cannot handle async/sy nc*/async* functions 682 syncstar_yieldstar_test: Crash # (main()async{Expect.... cannot handle async/sy nc*/async* functions
702 throw1_test: Crash # (try {int j;j=func()... try/finally 683 throw1_test: Crash # (try {int j;j=func()... try/catch/finally
703 throw2_test: Crash # (try {int j;j=func()... try/finally 684 throw2_test: Crash # (try {int j;j=func()... try/catch/finally
704 throw3_test: Crash # (try {int j;i=100;i=... try/finally 685 throw3_test: Crash # (try {int j;i=100;i=... try/catch/finally
705 throw4_test: Crash # (try {j=func();}on M... try/finally 686 throw4_test: Crash # (try {j=func();}on M... try/catch/finally
706 throw5_test: Crash # (try {int j;j=func()... try/finally 687 throw5_test: Crash # (try {int j;j=func()... try/catch/finally
707 throw6_test: Crash # (try {j=func();}catc... try/finally 688 throw6_test: Crash # (try {j=func();}catc... try/catch/finally
708 throw8_test: Crash # (try {try {return 49... try/finally 689 throw_test: Crash # (try {int j;j=func()... try/catch/finally
709 throw_test: Crash # (try {int j;j=func()... try/finally
710 top_level_in_initializer_test: RuntimeError # Cannot read property 'prototype' o f undefined 690 top_level_in_initializer_test: RuntimeError # Cannot read property 'prototype' o f undefined
711 try_catch3_test: Crash # (try {int j;j=f2();j... try/finally 691 try_catch3_test: Crash # (try {int j;j=f2();j... try/catch/finally
712 try_catch4_test: Crash # (try {doThrow();}cat... try/finally 692 try_catch4_test: Crash # (try {doThrow();}cat... try/catch/finally
713 try_catch5_test: Crash # (try {try {a=8;return;}finally {b=8==a;entered=true;con tinue;}}finally {continue;}): try/finally
714 try_catch_optimized2_test: Crash # (try {bar();}finally {}): try/finally
715 try_catch_osr_test: Crash # (try {if(x==null)throw 42;return 99;}finally {}): tr y/finally
716 try_catch_test/none: Crash # The null object does not have a getter '_element'. 693 try_catch_test/none: Crash # The null object does not have a getter '_element'.
717 type_check_const_function_typedef2_test/00: RuntimeError # Cannot read property 'prototype' of undefined 694 type_check_const_function_typedef2_test/00: RuntimeError # Cannot read property 'prototype' of undefined
718 type_check_const_function_typedef2_test/none: RuntimeError # Cannot read propert y 'prototype' of undefined 695 type_check_const_function_typedef2_test/none: RuntimeError # Cannot read propert y 'prototype' of undefined
719 type_check_const_function_typedef_test: RuntimeError # Cannot read property 'pro totype' of undefined 696 type_check_const_function_typedef_test: RuntimeError # Cannot read property 'pro totype' of undefined
720 type_parameter_test/01: Crash # Invalid argument(s) 697 type_parameter_test/01: Crash # Invalid argument(s)
721 type_parameter_test/02: Crash # Invalid argument(s) 698 type_parameter_test/02: Crash # Invalid argument(s)
722 type_parameter_test/03: Crash # Invalid argument(s) 699 type_parameter_test/03: Crash # Invalid argument(s)
723 type_parameter_test/04: Crash # Invalid argument(s) 700 type_parameter_test/04: Crash # Invalid argument(s)
724 type_parameter_test/05: Crash # Invalid argument(s) 701 type_parameter_test/05: Crash # Invalid argument(s)
725 type_parameter_test/06: Crash # Invalid argument(s) 702 type_parameter_test/06: Crash # Invalid argument(s)
(...skipping 13 matching lines...) Expand all
739 type_promotion_functions_test/13: RuntimeError # Cannot read property 'prototype ' of undefined 716 type_promotion_functions_test/13: RuntimeError # Cannot read property 'prototype ' of undefined
740 type_promotion_functions_test/14: RuntimeError # Cannot read property 'prototype ' of undefined 717 type_promotion_functions_test/14: RuntimeError # Cannot read property 'prototype ' of undefined
741 type_promotion_functions_test/none: RuntimeError # Cannot read property 'prototy pe' of undefined 718 type_promotion_functions_test/none: RuntimeError # Cannot read property 'prototy pe' of undefined
742 type_variable_closure2_test: RuntimeError # Please triage this failure. 719 type_variable_closure2_test: RuntimeError # Please triage this failure.
743 type_variable_closure_test: Crash # Invalid argument(s) 720 type_variable_closure_test: Crash # Invalid argument(s)
744 type_variable_conflict2_test/07: RuntimeError # Please triage this failure. 721 type_variable_conflict2_test/07: RuntimeError # Please triage this failure.
745 typedef_is_test: RuntimeError # Cannot read property 'prototype' of undefined 722 typedef_is_test: RuntimeError # Cannot read property 'prototype' of undefined
746 typevariable_substitution2_test/01: Crash # Internal Error: No default construct or available. 723 typevariable_substitution2_test/01: Crash # Internal Error: No default construct or available.
747 typevariable_substitution2_test/02: Crash # Internal Error: No default construct or available. 724 typevariable_substitution2_test/02: Crash # Internal Error: No default construct or available.
748 typevariable_substitution2_test/none: Crash # Internal Error: No default constru ctor available. 725 typevariable_substitution2_test/none: Crash # Internal Error: No default constru ctor available.
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