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

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

Issue 1191193005: Implement simple switch statements as nested if/else. (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Update status files, and merge. 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 227 matching lines...) Expand 10 before | Expand all | Expand 10 after
238 # Marked with Pass,RuntimeError to avoid undetected compile-time failures. 238 # Marked with Pass,RuntimeError to avoid undetected compile-time failures.
239 *deferred*: Pass,RuntimeError # Issue 17458 239 *deferred*: Pass,RuntimeError # Issue 17458
240 cha_deopt*: Pass,RuntimeError # Issue 17458 240 cha_deopt*: Pass,RuntimeError # Issue 17458
241 regress_22443_test: Pass,RuntimeError # Issue 17458 241 regress_22443_test: Pass,RuntimeError # Issue 17458
242 242
243 [ $compiler == dart2js && $cps_ir == false ] 243 [ $compiler == dart2js && $cps_ir == false ]
244 generic_field_mixin4_test: Crash # Issue 18651 244 generic_field_mixin4_test: Crash # Issue 18651
245 generic_field_mixin5_test: Crash # Issue 18651 245 generic_field_mixin5_test: Crash # Issue 18651
246 246
247 [ $compiler == dart2js && $cps_ir ] 247 [ $compiler == dart2js && $cps_ir ]
248 aborting_switch_case_test: Crash # (switch (42){case 42:foo();foo();break;}): Un handled node
249 abstract_object_method_test: RuntimeError # Please triage this failure. 248 abstract_object_method_test: RuntimeError # Please triage this failure.
250 arithmetic_test: Crash # (switch (codeUnit){c... Unhandled node
251 assert_assignable_type_test: RuntimeError # Please triage this failure. 249 assert_assignable_type_test: RuntimeError # Please triage this failure.
252 assign_op_test: RuntimeError # Please triage this failure. 250 assign_op_test: RuntimeError # Please triage this failure.
253 assignable_expression_test/none: RuntimeError # Please triage this failure. 251 assignable_expression_test/none: RuntimeError # Please triage this failure.
254 async_and_or_test: Crash # (test()async{await test1();await test2();}): cannot h andle async/sync*/async* functions 252 async_and_or_test: Crash # (test()async{await test1();await test2();}): cannot h andle async/sync*/async* functions
255 async_await_catch_regression_test: Crash # (test()async{var exc... cannot handl e async/sync*/async* functions 253 async_await_catch_regression_test: Crash # (test()async{var exc... cannot handl e async/sync*/async* functions
256 async_await_syntax_test/a01a: Crash # (a01a()async=>null;): cannot handle async/ sync*/async* functions 254 async_await_syntax_test/a01a: Crash # (a01a()async=>null;): cannot handle async/ sync*/async* functions
257 async_await_syntax_test/a02a: Crash # (a02a()async{}): cannot handle async/sync* /async* functions 255 async_await_syntax_test/a02a: Crash # (a02a()async{}): cannot handle async/sync* /async* functions
258 async_await_syntax_test/a03a: Crash # (a03a()async*{}): cannot handle async/sync */async* functions 256 async_await_syntax_test/a03a: Crash # (a03a()async*{}): cannot handle async/sync */async* functions
259 async_await_syntax_test/a03b: Crash # (a03b()async*{}): cannot handle async/sync */async* functions 257 async_await_syntax_test/a03b: Crash # (a03b()async*{}): cannot handle async/sync */async* functions
260 async_await_syntax_test/a04a: Crash # (a04a()sync*{}): cannot handle async/sync* /async* functions 258 async_await_syntax_test/a04a: Crash # (a04a()sync*{}): cannot handle async/sync* /async* functions
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
383 closure_shared_state_test: RuntimeError # Cannot read property 'prototype' of un defined 381 closure_shared_state_test: RuntimeError # Cannot read property 'prototype' of un defined
384 closure_type_variables_test: Crash # Invalid argument(s) 382 closure_type_variables_test: Crash # Invalid argument(s)
385 closures_initializer2_test: RuntimeError # Cannot read property 'prototype' of u ndefined 383 closures_initializer2_test: RuntimeError # Cannot read property 'prototype' of u ndefined
386 compile_time_constant_a_test: RuntimeError # Please triage this failure. 384 compile_time_constant_a_test: RuntimeError # Please triage this failure.
387 compile_time_constant_b_test: RuntimeError # Please triage this failure. 385 compile_time_constant_b_test: RuntimeError # Please triage this failure.
388 compound_assignment_operator_test: RuntimeError # Please triage this failure. 386 compound_assignment_operator_test: RuntimeError # Please triage this failure.
389 const_evaluation_test/01: Crash # Internal Error: No default constructor availab le. 387 const_evaluation_test/01: Crash # Internal Error: No default constructor availab le.
390 const_list_test: RuntimeError # Please triage this failure. 388 const_list_test: RuntimeError # Please triage this failure.
391 const_map_test: RuntimeError # Please triage this failure. 389 const_map_test: RuntimeError # Please triage this failure.
392 const_nested_test: Crash # Invalid argument(s) 390 const_nested_test: Crash # Invalid argument(s)
393 const_switch2_test/none: Crash # (switch (a){case 1:print("OK");}): Unhandled no de
394 const_switch_test/01: Crash # (switch (c){case con... Unhandled node
395 const_switch_test/02: Crash # (switch (c){case con... Unhandled node
396 const_switch_test/03: Crash # (switch (c){case con... Unhandled node
397 const_switch_test/04: Crash # (switch (c){case con... Unhandled node
398 constructor11_test: Crash # Invalid argument(s) 391 constructor11_test: Crash # Invalid argument(s)
399 constructor12_test: RuntimeError # Please triage this failure. 392 constructor12_test: RuntimeError # Please triage this failure.
400 constructor5_test: Crash # The null object does not have a getter 'namedArgument s'. 393 constructor5_test: Crash # The null object does not have a getter 'namedArgument s'.
401 constructor_with_mixin_test: Crash # Internal Error: No default constructor avai lable. 394 constructor_with_mixin_test: Crash # Internal Error: No default constructor avai lable.
402 continue_test: Crash # (switch (0){case 0:i=22;continue;default:i=25;break;}): U nhandled node
403 crash_12118_test: Crash # Invalid argument(s) 395 crash_12118_test: Crash # Invalid argument(s)
404 crash_6725_test/01: Crash # The null object does not have a getter '_element'. 396 crash_6725_test/01: Crash # The null object does not have a getter '_element'.
405 custom_await_stack_trace_test: Crash # (main()async{try {va... cannot handle as ync/sync*/async* functions 397 custom_await_stack_trace_test: Crash # (main()async{try {va... cannot handle as ync/sync*/async* functions
406 cyclic_type_test/00: RuntimeError # Cannot read property 'prototype' of undefine d 398 cyclic_type_test/00: RuntimeError # Cannot read property 'prototype' of undefine d
407 cyclic_type_test/01: RuntimeError # Cannot read property 'prototype' of undefine d 399 cyclic_type_test/01: RuntimeError # Cannot read property 'prototype' of undefine d
408 cyclic_type_test/02: RuntimeError # Cannot read property 'prototype' of undefine d 400 cyclic_type_test/02: RuntimeError # Cannot read property 'prototype' of undefine d
409 cyclic_type_test/03: RuntimeError # Cannot read property 'prototype' of undefine d 401 cyclic_type_test/03: RuntimeError # Cannot read property 'prototype' of undefine d
410 cyclic_type_test/04: RuntimeError # Cannot read property 'prototype' of undefine d 402 cyclic_type_test/04: RuntimeError # Cannot read property 'prototype' of undefine d
411 deferred_closurize_load_library_test: Crash # (try {return f(arg1,arg2);}finally {Zone._leave(old);}): try/finally 403 deferred_closurize_load_library_test: Crash # (try {return f(arg1,arg2);}finally {Zone._leave(old);}): try/finally
412 deferred_constant_list_test: Crash # (try {return f(arg1,arg2);}finally {Zone._l eave(old);}): try/finally 404 deferred_constant_list_test: Crash # (try {return f(arg1,arg2);}finally {Zone._l eave(old);}): try/finally
(...skipping 28 matching lines...) Expand all
441 deferred_not_loaded_check_test: RuntimeError # Please triage this failure. 433 deferred_not_loaded_check_test: RuntimeError # Please triage this failure.
442 deferred_only_constant_test: RuntimeError # receiver.get$_collection$_nums is no t a function 434 deferred_only_constant_test: RuntimeError # receiver.get$_collection$_nums is no t a function
443 deferred_optimized_test: RuntimeError # receiver.get$_collection$_nums is not a function 435 deferred_optimized_test: RuntimeError # receiver.get$_collection$_nums is not a function
444 deferred_redirecting_factory_test: Crash # (test()async{await t... cannot handl e async/sync*/async* functions 436 deferred_redirecting_factory_test: Crash # (test()async{await t... cannot handl e async/sync*/async* functions
445 deferred_regression_22995_test: RuntimeError # receiver.get$_collection$_nums is not a function 437 deferred_regression_22995_test: RuntimeError # receiver.get$_collection$_nums is not a function
446 deferred_shadow_load_library_test: Crash # (try {return f(arg1,arg2);}finally {Z one._leave(old);}): try/finally 438 deferred_shadow_load_library_test: Crash # (try {return f(arg1,arg2);}finally {Z one._leave(old);}): try/finally
447 deferred_shared_and_unshared_classes_test: Crash # (try {return f(arg1,arg2);}fi nally {Zone._leave(old);}): try/finally 439 deferred_shared_and_unshared_classes_test: Crash # (try {return f(arg1,arg2);}fi nally {Zone._leave(old);}): try/finally
448 deferred_static_seperate_test: Crash # (try {return f(arg1,arg2);}finally {Zone. _leave(old);}): try/finally 440 deferred_static_seperate_test: Crash # (try {return f(arg1,arg2);}finally {Zone. _leave(old);}): try/finally
449 deopt_inlined_function_lazy_test: Crash # (try {return x+12342353257893275483274 832;}finally {}): try/finally 441 deopt_inlined_function_lazy_test: Crash # (try {return x+12342353257893275483274 832;}finally {}): try/finally
450 deopt_no_feedback_test: RuntimeError # Please triage this failure. 442 deopt_no_feedback_test: RuntimeError # Please triage this failure.
451 empty_block_case_test: Crash # (switch (1){case 1:{}case 2:Expect.equals(true,fa lse);}): Unhandled node 443 empty_block_case_test: Crash # The null object does not have a getter 'parent'.
452 enum_duplicate_test/01: RuntimeError # Please triage this failure. 444 enum_duplicate_test/01: RuntimeError # Please triage this failure.
453 enum_duplicate_test/02: RuntimeError # Please triage this failure. 445 enum_duplicate_test/02: RuntimeError # Please triage this failure.
454 enum_duplicate_test/none: RuntimeError # Please triage this failure. 446 enum_duplicate_test/none: RuntimeError # Please triage this failure.
455 enum_mirror_test: Crash # (switch (type){case ... Unhandled node 447 enum_mirror_test: Crash # (try {return f(arg1,arg2);}finally {Zone._leave(old);} ): try/finally
456 enum_private_test/01: RuntimeError # Please triage this failure. 448 enum_private_test/01: RuntimeError # Please triage this failure.
457 enum_private_test/02: RuntimeError # Please triage this failure. 449 enum_private_test/02: RuntimeError # Please triage this failure.
458 enum_private_test/none: RuntimeError # Please triage this failure. 450 enum_private_test/none: RuntimeError # Please triage this failure.
459 enum_test: Crash # (switch (e){case Enu... Unhandled node
460 execute_finally10_test: Crash # (try {throw 'foo';}c... try/finally 451 execute_finally10_test: Crash # (try {throw 'foo';}c... try/finally
461 execute_finally11_test: Crash # (try {throw 'foo';}c... try/finally 452 execute_finally11_test: Crash # (try {throw 'foo';}c... try/finally
462 execute_finally12_test: Crash # (try {try {}finally {a=8;break;}}finally {return a==8;}): try/finally 453 execute_finally12_test: Crash # (try {try {}finally {a=8;break;}}finally {return a==8;}): try/finally
463 execute_finally1_test: Crash # (try {int j;j=func();i=1;return i;}finally {i=i+8 00;}): try/finally 454 execute_finally1_test: Crash # (try {int j;j=func();i=1;return i;}finally {i=i+8 00;}): try/finally
464 execute_finally2_test: Crash # (try {int j;j=func()... try/finally 455 execute_finally2_test: Crash # (try {int j;j=func()... try/finally
465 execute_finally3_test: Crash # (try {try {int j;j=f... try/finally 456 execute_finally3_test: Crash # (try {try {int j;j=f... try/finally
466 execute_finally4_test: Crash # (try {int j;j=func();i=1;}finally {i=i+10;}): try /finally 457 execute_finally4_test: Crash # (try {int j;j=func();i=1;}finally {i=i+10;}): try /finally
467 execute_finally5_test: Crash # (try {int j;j=func()... try/finally 458 execute_finally5_test: Crash # (try {int j;j=func()... try/finally
468 execute_finally6_test: Crash # (try {try {int j;j=f... try/finally 459 execute_finally6_test: Crash # (try {try {int j;j=f... try/finally
469 execute_finally7_test: Crash # (try {var a=new List... try/finally 460 execute_finally7_test: Crash # (try {var a=new List... try/finally
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
545 if_null_assignment_behavior_test/26: RuntimeError # Please triage this failure. 536 if_null_assignment_behavior_test/26: RuntimeError # Please triage this failure.
546 if_null_assignment_behavior_test/27: RuntimeError # Please triage this failure. 537 if_null_assignment_behavior_test/27: RuntimeError # Please triage this failure.
547 if_null_assignment_behavior_test/28: RuntimeError # Please triage this failure. 538 if_null_assignment_behavior_test/28: RuntimeError # Please triage this failure.
548 if_null_assignment_static_test/29: RuntimeError # Please triage this failure. 539 if_null_assignment_static_test/29: RuntimeError # Please triage this failure.
549 if_null_assignment_static_test/30: RuntimeError # Please triage this failure. 540 if_null_assignment_static_test/30: RuntimeError # Please triage this failure.
550 if_null_assignment_static_test/31: RuntimeError # Please triage this failure. 541 if_null_assignment_static_test/31: RuntimeError # Please triage this failure.
551 if_null_assignment_static_test/32: RuntimeError # Please triage this failure. 542 if_null_assignment_static_test/32: RuntimeError # Please triage this failure.
552 if_null_assignment_static_test/33: RuntimeError # Please triage this failure. 543 if_null_assignment_static_test/33: RuntimeError # Please triage this failure.
553 if_null_assignment_static_test/34: RuntimeError # Please triage this failure. 544 if_null_assignment_static_test/34: RuntimeError # Please triage this failure.
554 if_null_assignment_static_test/35: RuntimeError # Please triage this failure. 545 if_null_assignment_static_test/35: RuntimeError # Please triage this failure.
555 illegal_invocation_test/01: MissingCompileTimeError # Please triage this failure .
556 implicit_closure1_test: RuntimeError # Cannot read property 'prototype' of undef ined 546 implicit_closure1_test: RuntimeError # Cannot read property 'prototype' of undef ined
557 implicit_closure2_test: RuntimeError # Cannot read property 'prototype' of undef ined 547 implicit_closure2_test: RuntimeError # Cannot read property 'prototype' of undef ined
558 implicit_closure_test: RuntimeError # Cannot read property 'prototype' of undefi ned 548 implicit_closure_test: RuntimeError # Cannot read property 'prototype' of undefi ned
559 implicit_super_constructor_call_test: Crash # Invalid argument(s) 549 implicit_super_constructor_call_test: Crash # Invalid argument(s)
560 incr_op_test: RuntimeError # Please triage this failure. 550 incr_op_test: RuntimeError # Please triage this failure.
561 index_test: RuntimeError # Please triage this failure. 551 index_test: RuntimeError # Please triage this failure.
562 inference_mixin_field_test: Crash # Internal Error: No default constructor avail able. 552 inference_mixin_field_test: Crash # Internal Error: No default constructor avail able.
563 inferrer_synthesized_constructor_test: Crash # Invalid argument(s) 553 inferrer_synthesized_constructor_test: Crash # Invalid argument(s)
564 inferrer_synthesized_super_constructor_test: Crash # Invalid argument(s) 554 inferrer_synthesized_super_constructor_test: Crash # Invalid argument(s)
565 infinite_switch_label_test: Crash # (switch (target){l0:... Unhandled node 555 infinite_switch_label_test: Crash # (switch (target){l0:... continue to a label ed switch case
566 inlined_conditional_test: RuntimeError # Cannot read property 'prototype' of und efined 556 inlined_conditional_test: RuntimeError # Cannot read property 'prototype' of und efined
567 inlined_throw_test: Crash # (switch (kast("switcheroo")){case 0:boo();}): Unhand led node 557 instance_creation_in_function_annotation_test: Crash # Internal Error: No defaul t constructor available.
568 instance_creation_in_function_annotation_test: Crash # (switch (name){case ... Unhandled node
569 instanceof4_test/01: RuntimeError # Please triage this failure. 558 instanceof4_test/01: RuntimeError # Please triage this failure.
570 interceptor7_test: RuntimeError # Please triage this failure. 559 interceptor7_test: RuntimeError # Please triage this failure.
571 invocation_mirror_invoke_on2_test: RuntimeError # Please triage this failure. 560 invocation_mirror_invoke_on2_test: RuntimeError # Please triage this failure.
572 invocation_mirror_invoke_on_test: RuntimeError # Please triage this failure. 561 invocation_mirror_invoke_on_test: RuntimeError # Please triage this failure.
573 invocation_mirror_test: Crash # (super[37]=42): visitUnresolvedSuperIndexSet 562 invocation_mirror_test: Crash # (super[37]=42): visitUnresolvedSuperIndexSet
574 is_function_test: RuntimeError # Cannot read property 'prototype' of undefined 563 is_function_test: RuntimeError # Cannot read property 'prototype' of undefined
575 issue10581_test: Crash # (switch (type){case ... Unhandled node
576 issue12023_test: Crash # (switch (action){cas... Unhandled node
577 issue12288_test: RuntimeError # Please triage this failure. 564 issue12288_test: RuntimeError # Please triage this failure.
578 issue13179_test: RuntimeError # Cannot read property 'prototype' of undefined 565 issue13179_test: RuntimeError # Cannot read property 'prototype' of undefined
579 issue20476_test: Crash # (try {try {return 1;}catch (e1){}finally {return 3;}}ca tch (e2){}finally {return 5;}): try/finally 566 issue20476_test: Crash # (try {try {return 1;}catch (e1){}finally {return 3;}}ca tch (e2){}finally {return 5;}): try/finally
580 issue7513_test: RuntimeError # Please triage this failure. 567 issue7513_test: RuntimeError # Please triage this failure.
581 issue_1751477_test: RuntimeError # receiver.get$_collection$_nums is not a funct ion 568 issue_1751477_test: RuntimeError # receiver.get$_collection$_nums is not a funct ion
582 label_test: Crash # (switch (i){case 111:while(doAgain()){break L;}default:i-- ; }): Unhandled node 569 label_test: Crash # (try {while(doAgain()){break L;}i-- ;}finally {}): try/final ly
583 large_class_declaration_test: Crash # Stack Overflow 570 large_class_declaration_test: Crash # Stack Overflow
584 list_literal3_test: RuntimeError # Please triage this failure. 571 list_literal3_test: RuntimeError # Please triage this failure.
585 list_test: RuntimeError # Please triage this failure. 572 list_test: RuntimeError # Please triage this failure.
586 list_tracer_closure_test: RuntimeError # Please triage this failure. 573 list_tracer_closure_test: RuntimeError # Please triage this failure.
587 list_tracer_in_list_test: RuntimeError # Please triage this failure. 574 list_tracer_in_list_test: RuntimeError # Please triage this failure.
588 list_tracer_in_map_test: RuntimeError # Please triage this failure. 575 list_tracer_in_map_test: RuntimeError # Please triage this failure.
589 list_tracer_return_from_tearoff_closure_test: RuntimeError # Please triage this failure. 576 list_tracer_return_from_tearoff_closure_test: RuntimeError # Please triage this failure.
590 local_function_test: RuntimeError # Please triage this failure. 577 local_function_test: RuntimeError # Please triage this failure.
591 logical_expression_test: RuntimeError # Please triage this failure. 578 logical_expression_test: RuntimeError # Please triage this failure.
592 main_test/01: RuntimeError # receiver.get$_collection$_nums is not a function 579 main_test/01: RuntimeError # receiver.get$_collection$_nums is not a function
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
625 mixin_type_parameter2_test: Crash # Internal Error: No default constructor avail able. 612 mixin_type_parameter2_test: Crash # Internal Error: No default constructor avail able.
626 mixin_type_parameter3_test: Crash # Internal Error: No default constructor avail able. 613 mixin_type_parameter3_test: Crash # Internal Error: No default constructor avail able.
627 mixin_type_parameters_mixin_extends_test: Crash # The null object does not have a getter '_element'. 614 mixin_type_parameters_mixin_extends_test: Crash # The null object does not have a getter '_element'.
628 mixin_type_parameters_mixin_test: Crash # The null object does not have a getter '_element'. 615 mixin_type_parameters_mixin_test: Crash # The null object does not have a getter '_element'.
629 mixin_type_parameters_super_extends_test: Crash # The null object does not have a getter '_element'. 616 mixin_type_parameters_super_extends_test: Crash # The null object does not have a getter '_element'.
630 mixin_type_parameters_super_test: Crash # The null object does not have a getter '_element'. 617 mixin_type_parameters_super_test: Crash # The null object does not have a getter '_element'.
631 mixin_typedef_constructor_test: Crash # Internal Error: No default constructor a vailable. 618 mixin_typedef_constructor_test: Crash # Internal Error: No default constructor a vailable.
632 named_parameters_with_conversions_test: RuntimeError # Cannot read property 'pro totype' of undefined 619 named_parameters_with_conversions_test: RuntimeError # Cannot read property 'pro totype' of undefined
633 named_parameters_with_dollars_test: RuntimeError # Please triage this failure. 620 named_parameters_with_dollars_test: RuntimeError # Please triage this failure.
634 nested_if_test: RuntimeError # Please triage this failure. 621 nested_if_test: RuntimeError # Please triage this failure.
635 nested_switch_label_test: Crash # (switch (target){out... Unhandled node 622 nested_switch_label_test: Crash # (switch (target){out... continue to a labeled switch case
636 no_such_method_dispatcher_test: RuntimeError # Please triage this failure. 623 no_such_method_dispatcher_test: RuntimeError # Please triage this failure.
637 no_such_method_empty_selector_test: RuntimeError # Please triage this failure. 624 no_such_method_empty_selector_test: RuntimeError # Please triage this failure.
638 no_such_method_test: RuntimeError # Please triage this failure. 625 no_such_method_test: RuntimeError # Please triage this failure.
639 null_test/none: Crash # (switch (type){case ... Unhandled node 626 null_test/none: Crash # Internal Error: No default constructor available.
640 null_to_string2_test: RuntimeError # Cannot read property 'prototype' of undefin ed 627 null_to_string2_test: RuntimeError # Cannot read property 'prototype' of undefin ed
641 null_to_string_test: RuntimeError # Cannot read property 'prototype' of undefine d 628 null_to_string_test: RuntimeError # Cannot read property 'prototype' of undefine d
642 nullaware_opt_test: RuntimeError # e.set$f is not a function
643 operator_index_evaluation_order_test: RuntimeError # Please triage this failure. 629 operator_index_evaluation_order_test: RuntimeError # Please triage this failure.
644 optimize_redundant_array_load_test: RuntimeError # Please triage this failure. 630 optimize_redundant_array_load_test: RuntimeError # Please triage this failure.
645 optimized_lists_test: RuntimeError # Please triage this failure. 631 optimized_lists_test: RuntimeError # Please triage this failure.
646 osr_test: RuntimeError # Please triage this failure. 632 osr_test: RuntimeError # Please triage this failure.
647 overridden_no_such_method_test: RuntimeError # Please triage this failure. 633 overridden_no_such_method_test: RuntimeError # Please triage this failure.
648 override_method_with_field_test/02: RuntimeError # Cannot read property 'prototy pe' of undefined 634 override_method_with_field_test/02: RuntimeError # Cannot read property 'prototy pe' of undefined
649 override_method_with_field_test/none: RuntimeError # Cannot read property 'proto type' of undefined 635 override_method_with_field_test/none: RuntimeError # Cannot read property 'proto type' of undefined
650 param2_test: RuntimeError # Please triage this failure. 636 param2_test: RuntimeError # Please triage this failure.
651 phi_merge_test: Crash # (switch (value){case 42:break;case 43:break;}): Unhandle d node
652 prefix14_test: RuntimeError # Cannot read property 'prototype' of undefined 637 prefix14_test: RuntimeError # Cannot read property 'prototype' of undefined
653 prefix15_test: RuntimeError # Cannot read property 'prototype' of undefined 638 prefix15_test: RuntimeError # Cannot read property 'prototype' of undefined
654 prefix21_test: RuntimeError # Cannot read property 'prototype' of undefined 639 prefix21_test: RuntimeError # Cannot read property 'prototype' of undefined
655 prefix_unqualified_invocation_test/01: MissingCompileTimeError # Please triage t his failure.
656 prefix_unqualified_invocation_test/02: MissingCompileTimeError # Please triage t his failure.
657 pure_function2_test: RuntimeError # Please triage this failure. 640 pure_function2_test: RuntimeError # Please triage this failure.
658 pure_function_test: RuntimeError # Please triage this failure. 641 pure_function_test: RuntimeError # Please triage this failure.
659 range_analysis_test: RuntimeError # Cannot read property 'prototype' of undefine d 642 range_analysis_test: RuntimeError # Cannot read property 'prototype' of undefine d
660 recursive_calls_test: RuntimeError # Cannot read property 'prototype' of undefin ed 643 recursive_calls_test: RuntimeError # Cannot read property 'prototype' of undefin ed
661 ref_before_declaration_test/00: Crash # (switch (x){case 0:var x='Does fuzzy log ic tickle?';}): Unhandled node
662 ref_before_declaration_test/01: Crash # (switch (x){case 0:var x='Does fuzzy log ic tickle?';}): Unhandled node
663 ref_before_declaration_test/02: Crash # (switch (x){case 0:var x='Does fuzzy log ic tickle?';}): Unhandled node
664 ref_before_declaration_test/03: Crash # (switch (x){case 0:var x='Does fuzzy log ic tickle?';}): Unhandled node
665 ref_before_declaration_test/04: Crash # (switch (x){case 0:var x='Does fuzzy log ic tickle?';}): Unhandled node
666 ref_before_declaration_test/05: Crash # (switch (x){case 0:var x='Does fuzzy log ic tickle?';}): Unhandled node
667 ref_before_declaration_test/06: Crash # (switch (x){case 0:var x='Does fuzzy log ic tickle?';}): Unhandled node
668 ref_before_declaration_test/none: Crash # (switch (x){case 0:var x='Does fuzzy l ogic tickle?';}): Unhandled node
669 reg_ex2_test: RuntimeError # Cannot read property 'prototype' of undefined 644 reg_ex2_test: RuntimeError # Cannot read property 'prototype' of undefined
670 reg_exp2_test: RuntimeError # Cannot read property 'prototype' of undefined 645 reg_exp2_test: RuntimeError # Cannot read property 'prototype' of undefined
671 reg_exp_test: RuntimeError # Please triage this failure. 646 reg_exp_test: RuntimeError # Please triage this failure.
672 regress_11800_test: RuntimeError # Please triage this failure. 647 regress_11800_test: RuntimeError # Please triage this failure.
673 regress_18435_test: Crash # Invalid argument(s) 648 regress_18435_test: Crash # Invalid argument(s)
674 regress_18535_test: Crash # Internal Error: No default constructor available. 649 regress_18535_test: Crash # Internal Error: No default constructor available.
675 regress_21016_test: RuntimeError # Please triage this failure. 650 regress_21016_test: RuntimeError # Please triage this failure.
676 regress_21795_test: Crash # (try {foo(t);}finally {if(t==0){try {}catch (err,st) {}}}): try/finally 651 regress_21795_test: Crash # (try {foo(t);}finally {if(t==0){try {}catch (err,st) {}}}): try/finally
677 regress_22438_test: Crash # (main()async{var err... cannot handle async/sync*/a sync* functions 652 regress_22438_test: Crash # (main()async{var err... cannot handle async/sync*/a sync* functions
678 regress_22443_test: RuntimeError # receiver.get$_collection$_nums is not a funct ion 653 regress_22443_test: RuntimeError # receiver.get$_collection$_nums is not a funct ion
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
711 super_operator_index5_test: Crash # (super[0]=42): visitUnresolvedSuperIndexSet 686 super_operator_index5_test: Crash # (super[0]=42): visitUnresolvedSuperIndexSet
712 super_operator_index6_test: RuntimeError # Please triage this failure. 687 super_operator_index6_test: RuntimeError # Please triage this failure.
713 super_operator_index7_test: Crash # (super[0]=42): visitUnresolvedSuperIndexSet 688 super_operator_index7_test: Crash # (super[0]=42): visitUnresolvedSuperIndexSet
714 super_operator_index8_test: Crash # (super[f()]=g()): visitUnresolvedSuperIndexS et 689 super_operator_index8_test: Crash # (super[f()]=g()): visitUnresolvedSuperIndexS et
715 super_operator_index_test/01: Crash # The null object does not have a getter 'is Parameter'. 690 super_operator_index_test/01: Crash # The null object does not have a getter 'is Parameter'.
716 super_operator_index_test/03: Crash # (super[4]=42): visitUnresolvedSuperIndexSe t 691 super_operator_index_test/03: Crash # (super[4]=42): visitUnresolvedSuperIndexSe t
717 super_operator_index_test/04: Crash # The null object does not have a getter 'is Parameter'. 692 super_operator_index_test/04: Crash # The null object does not have a getter 'is Parameter'.
718 super_operator_index_test/05: Crash # (super[4]=42): visitUnresolvedSuperIndexSe t 693 super_operator_index_test/05: Crash # (super[4]=42): visitUnresolvedSuperIndexSe t
719 super_operator_index_test/06: Crash # The null object does not have a getter 'is Parameter'. 694 super_operator_index_test/06: Crash # The null object does not have a getter 'is Parameter'.
720 super_operator_test: RuntimeError # Please triage this failure. 695 super_operator_test: RuntimeError # Please triage this failure.
721 switch6_test: Crash # (switch (a){case 0:{x=0;break;}case 1:x=1;break;}): Unhand led node 696 switch_label2_test: Crash # (switch (target){cas... continue to a labeled switc h case
722 switch8_test: Crash # (switch (new List(1)[0]){case const A():throw 'Test failed ';}): Unhandled node 697 switch_label_test: Crash # (switch (animal){cas... continue to a labeled switch case
723 switch_bad_case_test/none: Crash # (switch (n){case 1:return "I";case 4:return " IV";}): Unhandled node 698 switch_try_catch_test: Crash # (switch (0){_0:case ... continue to a labeled sw itch case
724 switch_case_static_const_test: Crash # (switch (p){case S:break;case A.S:break;c ase 'abc':break;}): Unhandled node
725 switch_case_test/none: Crash # (switch (new B()){}): Unhandled node
726 switch_fallthru_test: Crash # (switch (n){case 0:result="zero";break;case 1:resu lt="one";case 9:result="nine";}): Unhandled node
727 switch_label2_test: Crash # (switch (target){cas... Unhandled node
728 switch_label_test: Crash # (switch (animal){cas... Unhandled node
729 switch_scope_test: Crash # (switch (1){case 1:f... Unhandled node
730 switch_test: Crash # (switch (input){case true:result=12;break;case false:result =22;}): Unhandled node
731 switch_try_catch_test: Crash # (switch (0){_0:case ... Unhandled node
732 sync_generator1_test/01: Crash # (dreiVier()sync*{yield* 3;}): cannot handle asy nc/sync*/async* functions 699 sync_generator1_test/01: Crash # (dreiVier()sync*{yield* 3;}): cannot handle asy nc/sync*/async* functions
733 sync_generator1_test/none: Crash # (einsZwei()sync*{yie... cannot handle async/ sync*/async* functions 700 sync_generator1_test/none: Crash # (einsZwei()sync*{yie... cannot handle async/ sync*/async* functions
734 sync_generator2_test/07: Crash # (sync()sync*{yield sync;}): cannot handle async /sync*/async* functions 701 sync_generator2_test/07: Crash # (sync()sync*{yield sync;}): cannot handle async /sync*/async* functions
735 sync_generator2_test/08: Crash # (sync()sync*{yield sync;}): cannot handle async /sync*/async* functions 702 sync_generator2_test/08: Crash # (sync()sync*{yield sync;}): cannot handle async /sync*/async* functions
736 sync_generator2_test/10: Crash # (sync()sync*{yield sync;}): cannot handle async /sync*/async* functions 703 sync_generator2_test/10: Crash # (sync()sync*{yield sync;}): cannot handle async /sync*/async* functions
737 sync_generator2_test/none: Crash # (sync()sync*{yield sync;}): cannot handle asy nc/sync*/async* functions 704 sync_generator2_test/none: Crash # (sync()sync*{yield sync;}): cannot handle asy nc/sync*/async* functions
738 sync_generator3_test/test1: Crash # (f()sync*{try {yield... cannot handle async /sync*/async* functions 705 sync_generator3_test/test1: Crash # (f()sync*{try {yield... cannot handle async /sync*/async* functions
739 sync_generator3_test/test2: Crash # (g()sync*{try {yield... cannot handle async /sync*/async* functions 706 sync_generator3_test/test2: Crash # (g()sync*{try {yield... cannot handle async /sync*/async* functions
740 syncstar_yield_test/copyParameters: Crash # (Iterable<int> foo3(... cannot hand le async/sync*/async* functions 707 syncstar_yield_test/copyParameters: Crash # (Iterable<int> foo3(... cannot hand le async/sync*/async* functions
741 syncstar_yield_test/none: Crash # (Iterable<int> foo3(... cannot handle async/s ync*/async* functions 708 syncstar_yield_test/none: Crash # (Iterable<int> foo3(... cannot handle async/s ync*/async* functions
742 syncstar_yieldstar_test: Crash # (main()async{Expect.... cannot handle async/sy nc*/async* functions 709 syncstar_yieldstar_test: Crash # (main()async{Expect.... cannot handle async/sy nc*/async* functions
743 throw1_test: Crash # (try {int j;j=func()... try/finally 710 throw1_test: Crash # (try {int j;j=func()... try/finally
744 throw2_test: Crash # (try {int j;j=func()... try/finally 711 throw2_test: Crash # (try {int j;j=func()... try/finally
745 throw3_test: Crash # (try {int j;i=100;i=... try/finally 712 throw3_test: Crash # (try {int j;i=100;i=... try/finally
746 throw4_test: Crash # (try {j=func();}on M... try/finally 713 throw4_test: Crash # (try {j=func();}on M... try/finally
747 throw5_test: Crash # (try {int j;j=func()... try/finally 714 throw5_test: Crash # (try {int j;j=func()... try/finally
748 throw6_test: Crash # (try {j=func();}catc... try/finally 715 throw6_test: Crash # (try {j=func();}catc... try/finally
749 throw8_test: Crash # (try {try {return 49... try/finally 716 throw8_test: Crash # (try {try {return 49... try/finally
750 throw_test: Crash # (try {int j;j=func()... try/finally 717 throw_test: Crash # (try {int j;j=func()... try/finally
751 top_level_in_initializer_test: RuntimeError # Cannot read property 'prototype' o f undefined 718 top_level_in_initializer_test: RuntimeError # Cannot read property 'prototype' o f undefined
752 try_catch3_test: Crash # (try {int j;j=f2();j... try/finally 719 try_catch3_test: Crash # (try {int j;j=f2();j... try/finally
753 try_catch4_test: Crash # (try {doThrow();}cat... try/finally 720 try_catch4_test: Crash # (try {doThrow();}cat... try/finally
754 try_catch5_test: Crash # (try {try {a=8;return;}finally {b=8==a;entered=true;con tinue;}}finally {continue;}): try/finally 721 try_catch5_test: Crash # (try {try {a=8;return;}finally {b=8==a;entered=true;con tinue;}}finally {continue;}): try/finally
755 try_catch_optimized1_test: Crash # (switch (codeUnit){c... Unhandled node
756 try_catch_optimized2_test: Crash # (try {bar();}finally {}): try/finally 722 try_catch_optimized2_test: Crash # (try {bar();}finally {}): try/finally
757 try_catch_osr_test: Crash # (try {if(x==null)throw 42;return 99;}finally {}): tr y/finally 723 try_catch_osr_test: Crash # (try {if(x==null)throw 42;return 99;}finally {}): tr y/finally
758 try_catch_test/none: Crash # The null object does not have a getter '_element'. 724 try_catch_test/none: Crash # The null object does not have a getter '_element'.
759 type_check_const_function_typedef2_test/00: RuntimeError # Cannot read property 'prototype' of undefined 725 type_check_const_function_typedef2_test/00: RuntimeError # Cannot read property 'prototype' of undefined
760 type_check_const_function_typedef2_test/none: RuntimeError # Cannot read propert y 'prototype' of undefined 726 type_check_const_function_typedef2_test/none: RuntimeError # Cannot read propert y 'prototype' of undefined
761 type_check_const_function_typedef_test: RuntimeError # Cannot read property 'pro totype' of undefined 727 type_check_const_function_typedef_test: RuntimeError # Cannot read property 'pro totype' of undefined
762 type_parameter_test/01: Crash # Invalid argument(s) 728 type_parameter_test/01: Crash # Invalid argument(s)
763 type_parameter_test/02: Crash # Invalid argument(s) 729 type_parameter_test/02: Crash # Invalid argument(s)
764 type_parameter_test/03: Crash # Invalid argument(s) 730 type_parameter_test/03: Crash # Invalid argument(s)
765 type_parameter_test/04: Crash # Invalid argument(s) 731 type_parameter_test/04: Crash # Invalid argument(s)
(...skipping 15 matching lines...) Expand all
781 type_promotion_functions_test/13: RuntimeError # Cannot read property 'prototype ' of undefined 747 type_promotion_functions_test/13: RuntimeError # Cannot read property 'prototype ' of undefined
782 type_promotion_functions_test/14: RuntimeError # Cannot read property 'prototype ' of undefined 748 type_promotion_functions_test/14: RuntimeError # Cannot read property 'prototype ' of undefined
783 type_promotion_functions_test/none: RuntimeError # Cannot read property 'prototy pe' of undefined 749 type_promotion_functions_test/none: RuntimeError # Cannot read property 'prototy pe' of undefined
784 type_variable_closure2_test: RuntimeError # Please triage this failure. 750 type_variable_closure2_test: RuntimeError # Please triage this failure.
785 type_variable_closure_test: Crash # Invalid argument(s) 751 type_variable_closure_test: Crash # Invalid argument(s)
786 type_variable_conflict2_test/07: RuntimeError # Please triage this failure. 752 type_variable_conflict2_test/07: RuntimeError # Please triage this failure.
787 typedef_is_test: RuntimeError # Cannot read property 'prototype' of undefined 753 typedef_is_test: RuntimeError # Cannot read property 'prototype' of undefined
788 typevariable_substitution2_test/01: Crash # Internal Error: No default construct or available. 754 typevariable_substitution2_test/01: Crash # Internal Error: No default construct or available.
789 typevariable_substitution2_test/02: Crash # Internal Error: No default construct or available. 755 typevariable_substitution2_test/02: Crash # Internal Error: No default construct or available.
790 typevariable_substitution2_test/none: Crash # Internal Error: No default constru ctor available. 756 typevariable_substitution2_test/none: Crash # Internal Error: No default constru ctor available.
791 void_type_test: Crash # (switch (n){case 0:x... Unhandled node
OLDNEW
« no previous file with comments | « tests/isolate/isolate.status ('k') | tests/lib/lib.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698