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

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

Issue 1160833003: Add support for null-aware operators to the CPS-IR. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
2 # for details. All rights reserved. Use of this source code is governed by a 2 # for details. All rights reserved. Use of this source code is governed by a
3 # BSD-style license that can be found in the LICENSE file. 3 # BSD-style license that can be found in the LICENSE file.
4 4
5 [ $compiler == dart2js ] 5 [ $compiler == dart2js ]
6 sync_generator2_test/07: MissingCompileTimeError # Issue 22324 6 sync_generator2_test/07: MissingCompileTimeError # Issue 22324
7 sync_generator2_test/08: MissingCompileTimeError # Issue 22324 7 sync_generator2_test/08: MissingCompileTimeError # Issue 22324
8 sync_generator2_test/10: MissingCompileTimeError # Issue 22324 8 sync_generator2_test/10: MissingCompileTimeError # Issue 22324
9 getter_setter_in_lib_test: Fail # Issue 23288 9 getter_setter_in_lib_test: Fail # Issue 23288
10 10
(...skipping 405 matching lines...) Expand 10 before | Expand all | Expand 10 after
416 class_override_test/none: Crash # (try {instance.foo();}finally {}): try/finally 416 class_override_test/none: Crash # (try {instance.foo();}finally {}): try/finally
417 closure3_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 417 closure3_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
418 closure_in_constructor_test: Crash # Instance of 'TypeOperator': type check unim plemented for List<int>. 418 closure_in_constructor_test: Crash # Instance of 'TypeOperator': type check unim plemented for List<int>.
419 closure_internals_test: Crash # Instance of 'TypeOperator': type check unimpleme nted for _Nullary. 419 closure_internals_test: Crash # Instance of 'TypeOperator': type check unimpleme nted for _Nullary.
420 closure_self_reference_test: Crash # (try {return inner(value-1);}finally {count er++ ;}): try/finally 420 closure_self_reference_test: Crash # (try {return inner(value-1);}finally {count er++ ;}): try/finally
421 closure_type_variables_test: Crash # Instance of 'TypeOperator': type check unim plemented for A<int>. 421 closure_type_variables_test: Crash # Instance of 'TypeOperator': type check unim plemented for A<int>.
422 closures_initializer2_test: Crash # Please triage this failure. 422 closures_initializer2_test: Crash # Please triage this failure.
423 closures_initializer_test: Crash # Instance of 'TypeOperator': type check unimpl emented for List<int>. 423 closures_initializer_test: Crash # Instance of 'TypeOperator': type check unimpl emented for List<int>.
424 compile_time_constant_a_test: Crash # Instance of 'TypeOperator': type check uni mplemented for _Nullary. 424 compile_time_constant_a_test: Crash # Instance of 'TypeOperator': type check uni mplemented for _Nullary.
425 compile_time_constant_b_test: Crash # Instance of 'TypeOperator': type check uni mplemented for _Nullary. 425 compile_time_constant_b_test: Crash # Instance of 'TypeOperator': type check uni mplemented for _Nullary.
426 conditional_method_invocation_test/01: RuntimeError # Please triage this failure .
427 conditional_method_invocation_test/02: RuntimeError # Please triage this failure .
428 conditional_method_invocation_test/03: RuntimeError # Please triage this failure .
429 conditional_method_invocation_test/04: RuntimeError # Please triage this failure .
430 conditional_method_invocation_test/05: RuntimeError # Please triage this failure .
431 conditional_method_invocation_test/06: RuntimeError # Please triage this failure .
432 conditional_method_invocation_test/07: RuntimeError # Please triage this failure .
433 conditional_method_invocation_test/08: RuntimeError # Please triage this failure .
434 conditional_method_invocation_test/09: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 426 conditional_method_invocation_test/09: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
435 conditional_method_invocation_test/10: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 427 conditional_method_invocation_test/10: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
436 conditional_method_invocation_test/11: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 428 conditional_method_invocation_test/11: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
437 conditional_method_invocation_test/12: RuntimeError # Please triage this failure .
438 conditional_method_invocation_test/13: RuntimeError # Please triage this failure .
439 conditional_method_invocation_test/none: RuntimeError # Please triage this failu re.
440 conditional_property_access_test/01: RuntimeError # Please triage this failure.
441 conditional_property_access_test/02: RuntimeError # Please triage this failure.
442 conditional_property_access_test/03: RuntimeError # Please triage this failure.
443 conditional_property_access_test/04: RuntimeError # Please triage this failure.
444 conditional_property_access_test/05: RuntimeError # Please triage this failure.
445 conditional_property_access_test/06: RuntimeError # Please triage this failure.
446 conditional_property_access_test/07: Crash # Instance of 'TypeOperator': type ch eck unimplemented for _Nullary. 429 conditional_property_access_test/07: Crash # Instance of 'TypeOperator': type ch eck unimplemented for _Nullary.
447 conditional_property_access_test/08: Crash # Instance of 'TypeOperator': type ch eck unimplemented for _Nullary. 430 conditional_property_access_test/08: Crash # Instance of 'TypeOperator': type ch eck unimplemented for _Nullary.
448 conditional_property_access_test/09: Crash # Instance of 'TypeOperator': type ch eck unimplemented for _Nullary. 431 conditional_property_access_test/09: Crash # Instance of 'TypeOperator': type ch eck unimplemented for _Nullary.
449 conditional_property_access_test/10: RuntimeError # Please triage this failure.
450 conditional_property_access_test/11: RuntimeError # Please triage this failure.
451 conditional_property_access_test/none: RuntimeError # Please triage this failure .
452 conditional_property_assignment_test/01: RuntimeError # Please triage this failu re.
453 conditional_property_assignment_test/02: RuntimeError # Please triage this failu re.
454 conditional_property_assignment_test/03: RuntimeError # Please triage this failu re.
455 conditional_property_assignment_test/04: RuntimeError # Please triage this failu re.
456 conditional_property_assignment_test/05: RuntimeError # Please triage this failu re.
457 conditional_property_assignment_test/06: Crash # Instance of 'TypeOperator': typ e casts not implemented. 432 conditional_property_assignment_test/06: Crash # Instance of 'TypeOperator': typ e casts not implemented.
458 conditional_property_assignment_test/07: RuntimeError # Please triage this failu re.
459 conditional_property_assignment_test/08: RuntimeError # Please triage this failu re.
460 conditional_property_assignment_test/09: RuntimeError # Please triage this failu re.
461 conditional_property_assignment_test/10: RuntimeError # Please triage this failu re.
462 conditional_property_assignment_test/11: Crash # Instance of 'TypeOperator': typ e casts not implemented. 433 conditional_property_assignment_test/11: Crash # Instance of 'TypeOperator': typ e casts not implemented.
463 conditional_property_assignment_test/12: RuntimeError # Please triage this failu re.
464 conditional_property_assignment_test/13: RuntimeError # Please triage this failu re.
465 conditional_property_assignment_test/14: Crash # Instance of 'TypeOperator': typ e check unimplemented for _Nullary. 434 conditional_property_assignment_test/14: Crash # Instance of 'TypeOperator': typ e check unimplemented for _Nullary.
466 conditional_property_assignment_test/15: Crash # Instance of 'TypeOperator': typ e check unimplemented for _Nullary. 435 conditional_property_assignment_test/15: Crash # Instance of 'TypeOperator': typ e check unimplemented for _Nullary.
467 conditional_property_assignment_test/16: Crash # Instance of 'TypeOperator': typ e check unimplemented for _Nullary. 436 conditional_property_assignment_test/16: Crash # Instance of 'TypeOperator': typ e check unimplemented for _Nullary.
468 conditional_property_assignment_test/17: Crash # Instance of 'TypeOperator': typ e check unimplemented for _Nullary. 437 conditional_property_assignment_test/17: Crash # Instance of 'TypeOperator': typ e check unimplemented for _Nullary.
469 conditional_property_assignment_test/18: Crash # Instance of 'TypeOperator': typ e check unimplemented for _Nullary. 438 conditional_property_assignment_test/18: Crash # Instance of 'TypeOperator': typ e check unimplemented for _Nullary.
470 conditional_property_assignment_test/19: Crash # Instance of 'TypeOperator': typ e check unimplemented for _Nullary. 439 conditional_property_assignment_test/19: Crash # Instance of 'TypeOperator': typ e check unimplemented for _Nullary.
471 conditional_property_assignment_test/20: Crash # Instance of 'TypeOperator': typ e check unimplemented for _Nullary. 440 conditional_property_assignment_test/20: Crash # Instance of 'TypeOperator': typ e check unimplemented for _Nullary.
472 conditional_property_assignment_test/21: Crash # Instance of 'TypeOperator': typ e check unimplemented for _Nullary. 441 conditional_property_assignment_test/21: Crash # Instance of 'TypeOperator': typ e check unimplemented for _Nullary.
473 conditional_property_assignment_test/22: Crash # Instance of 'TypeOperator': typ e check unimplemented for _Nullary. 442 conditional_property_assignment_test/22: Crash # Instance of 'TypeOperator': typ e check unimplemented for _Nullary.
474 conditional_property_assignment_test/none: RuntimeError # Please triage this fai lure.
475 const_evaluation_test/01: Crash # Instance of 'TypeOperator': type check unimple mented for _Nullary. 443 const_evaluation_test/01: Crash # Instance of 'TypeOperator': type check unimple mented for _Nullary.
476 const_nested_test: Crash # Please triage this failure. 444 const_nested_test: Crash # Please triage this failure.
477 const_objects_are_immutable_test/01: Crash # Instance of 'TypeOperator': type ch eck unimplemented for _Nullary. 445 const_objects_are_immutable_test/01: Crash # Instance of 'TypeOperator': type ch eck unimplemented for _Nullary.
478 const_objects_are_immutable_test/none: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 446 const_objects_are_immutable_test/none: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
479 const_switch2_test/none: Crash # (switch (a){case 1:print("OK");}): Unhandled no de 447 const_switch2_test/none: Crash # (switch (a){case 1:print("OK");}): Unhandled no de
480 const_switch_test/01: Crash # Unhandled node 448 const_switch_test/01: Crash # Unhandled node
481 const_switch_test/02: Crash # Unhandled node 449 const_switch_test/02: Crash # Unhandled node
482 const_switch_test/03: Crash # Unhandled node 450 const_switch_test/03: Crash # Unhandled node
483 const_switch_test/04: Crash # Unhandled node 451 const_switch_test/04: Crash # Unhandled node
484 constructor10_test/01: Crash # Please triage this failure. 452 constructor10_test/01: Crash # Please triage this failure.
(...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after
699 generic_instanceof3_test: Crash # Instance of 'TypeOperator': type check unimple mented for I<String>. 667 generic_instanceof3_test: Crash # Instance of 'TypeOperator': type check unimple mented for I<String>.
700 generic_instanceof4_test: Crash # Instance of 'TypeOperator': type check unimple mented for T. 668 generic_instanceof4_test: Crash # Instance of 'TypeOperator': type check unimple mented for T.
701 generic_instanceof5_test: Crash # Instance of 'TypeOperator': type check unimple mented for T. 669 generic_instanceof5_test: Crash # Instance of 'TypeOperator': type check unimple mented for T.
702 generic_instanceof_test: Crash # Instance of 'TypeOperator': type check unimplem ented for List<T>. 670 generic_instanceof_test: Crash # Instance of 'TypeOperator': type check unimplem ented for List<T>.
703 generic_is_check_test: Crash # Instance of 'TypeOperator': type check unimplemen ted for A<int>. 671 generic_is_check_test: Crash # Instance of 'TypeOperator': type check unimplemen ted for A<int>.
704 generic_list_checked_test: Crash # Instance of 'TypeOperator': type check unimpl emented for _Nullary. 672 generic_list_checked_test: Crash # Instance of 'TypeOperator': type check unimpl emented for _Nullary.
705 generic_native_test: Crash # Instance of 'TypeOperator': type check unimplemente d for T. 673 generic_native_test: Crash # Instance of 'TypeOperator': type check unimplemente d for T.
706 generic_object_type_test: Crash # Instance of 'TypeOperator': type check unimple mented for T. 674 generic_object_type_test: Crash # Instance of 'TypeOperator': type check unimple mented for T.
707 generic_parameterized_extends_test: Crash # Instance of 'TypeOperator': type che ck unimplemented for A<Object>. 675 generic_parameterized_extends_test: Crash # Instance of 'TypeOperator': type che ck unimplemented for A<Object>.
708 generic_test: Crash # Instance of 'TypeOperator': type check unimplemented for B <AA>. 676 generic_test: Crash # Instance of 'TypeOperator': type check unimplemented for B <AA>.
709 if_null_assignment_behavior_test/01: Crash # Please triage this failure. 677 if_null_assignment_behavior_test/04: Crash # Instance of 'TypeOperator': type ch eck unimplemented for _Nullary.
Siggi Cherem (dart-lang) 2015/05/28 02:15:34 There are still some tests failures, which boil do
710 if_null_assignment_behavior_test/02: Crash # Please triage this failure. 678 if_null_assignment_static_test/01: RuntimeError # A.a incorrectly tree-shaken
711 if_null_assignment_behavior_test/03: Crash # Please triage this failure. 679 if_null_assignment_static_test/02: Crash # Instance of 'TypeOperator': type chec k unimplemented for _Nullary.
712 if_null_assignment_behavior_test/04: Crash # Please triage this failure. 680 if_null_assignment_static_test/03: RuntimeError # A.a incorrectly tree-shaken
713 if_null_assignment_behavior_test/05: Crash # Please triage this failure. 681 if_null_assignment_static_test/04: RuntimeError # B.b incorrectly tree-shaken
714 if_null_assignment_behavior_test/06: Crash # Please triage this failure. 682 if_null_assignment_static_test/05: RuntimeError # A.a incorrectly tree-shaken
715 if_null_assignment_behavior_test/07: Crash # Please triage this failure. 683 if_null_assignment_static_test/06: Crash # Instance of 'TypeOperator': type chec k unimplemented for _Nullary.
716 if_null_assignment_behavior_test/08: Crash # Please triage this failure. 684 if_null_assignment_static_test/08: RuntimeError # A.a incorrectly tree-shaken
717 if_null_assignment_behavior_test/09: Crash # Please triage this failure. 685 if_null_assignment_static_test/09: Crash # Instance of 'TypeOperator': type chec k unimplemented for _Nullary.
718 if_null_assignment_behavior_test/10: Crash # Please triage this failure. 686 if_null_assignment_static_test/10: RuntimeError # A.a incorrectly tree-shaken
719 if_null_assignment_behavior_test/11: Crash # Please triage this failure. 687 if_null_assignment_static_test/11: RuntimeError # B.b incorrectly tree-shaken
720 if_null_assignment_behavior_test/12: Crash # Please triage this failure. 688 if_null_assignment_static_test/12: RuntimeError # A.a incorrectly tree-shaken
721 if_null_assignment_behavior_test/15: Crash # Please triage this failure. 689 if_null_assignment_static_test/13: Crash # Instance of 'TypeOperator': type chec k unimplemented for _Nullary.
722 if_null_assignment_behavior_test/16: Crash # Please triage this failure. 690 if_null_assignment_static_test/15: RuntimeError # A.a incorrectly tree-shaken
723 if_null_assignment_behavior_test/17: Crash # Please triage this failure. 691 if_null_assignment_static_test/16: Crash # Instance of 'TypeOperator': type chec k unimplemented for _Nullary.
724 if_null_assignment_behavior_test/18: Crash # Please triage this failure. 692 if_null_assignment_static_test/17: RuntimeError # A.a incorrectly tree-shaken
725 if_null_assignment_behavior_test/19: Crash # Please triage this failure. 693 if_null_assignment_static_test/18: RuntimeError # B.b incorrectly tree-shaken
726 if_null_assignment_behavior_test/20: Crash # Please triage this failure. 694 if_null_assignment_static_test/19: RuntimeError # A.a incorrectly tree-shaken
727 if_null_assignment_behavior_test/21: Crash # Please triage this failure. 695 if_null_assignment_static_test/20: Crash # Instance of 'TypeOperator': type chec k unimplemented for _Nullary.
728 if_null_assignment_behavior_test/22: Crash # Please triage this failure. 696 if_null_assignment_static_test/22: RuntimeError # A.a incorrectly tree-shaken
729 if_null_assignment_behavior_test/23: Crash # Please triage this failure. 697 if_null_assignment_static_test/23: Crash # Instance of 'TypeOperator': type chec k unimplemented for _Nullary.
730 if_null_assignment_behavior_test/24: Crash # Please triage this failure. 698 if_null_assignment_static_test/24: RuntimeError # A.a incorrectly tree-shaken
731 if_null_assignment_behavior_test/25: Crash # Please triage this failure. 699 if_null_assignment_static_test/25: RuntimeError # B.b incorrectly tree-shaken
732 if_null_assignment_behavior_test/26: Crash # Please triage this failure. 700 if_null_assignment_static_test/26: RuntimeError # A.a incorrectly tree-shaken
733 if_null_assignment_behavior_test/27: Crash # Please triage this failure. 701 if_null_assignment_static_test/27: Crash # Instance of 'TypeOperator': type chec k unimplemented for _Nullary.
734 if_null_assignment_behavior_test/28: Crash # Please triage this failure. 702 if_null_assignment_static_test/29: RuntimeError # A.a incorrectly tree-shaken
735 if_null_assignment_behavior_test/none: Crash # Please triage this failure. 703 if_null_assignment_static_test/30: Crash # Instance of 'TypeOperator': type chec k unimplemented for _Nullary.
736 if_null_assignment_static_test/01: Crash # Please triage this failure. 704 if_null_assignment_static_test/31: RuntimeError # A.a incorrectly tree-shaken
737 if_null_assignment_static_test/02: Crash # Please triage this failure. 705 if_null_assignment_static_test/32: RuntimeError # B.b incorrectly tree-shaken
738 if_null_assignment_static_test/03: Crash # Please triage this failure. 706 if_null_assignment_static_test/33: RuntimeError # A.a incorrectly tree-shaken
739 if_null_assignment_static_test/04: Crash # Please triage this failure. 707 if_null_assignment_static_test/34: Crash # Instance of 'TypeOperator': type chec k unimplemented for _Nullary.
740 if_null_assignment_static_test/05: Crash # Please triage this failure. 708 if_null_assignment_static_test/36: RuntimeError # A.a incorrectly tree-shaken
741 if_null_assignment_static_test/06: Crash # Please triage this failure. 709 if_null_assignment_static_test/37: Crash # Instance of 'TypeOperator': type chec k unimplemented for _Nullary.
742 if_null_assignment_static_test/07: Crash # Please triage this failure. 710 if_null_assignment_static_test/38: RuntimeError # A.a incorrectly tree-shaken
743 if_null_assignment_static_test/08: Crash # Please triage this failure. 711 if_null_assignment_static_test/39: RuntimeError # B.b incorrectly tree-shaken
744 if_null_assignment_static_test/09: Crash # Please triage this failure. 712 if_null_assignment_static_test/40: RuntimeError # A.a incorrectly tree-shaken
745 if_null_assignment_static_test/10: Crash # Please triage this failure. 713 if_null_assignment_static_test/41: Crash # Instance of 'TypeOperator': type chec k unimplemented for _Nullary.
746 if_null_assignment_static_test/11: Crash # Please triage this failure. 714 if_null_behavior_test/07: Crash # Instance of 'TypeOperator': type check unimple mented for _Nullary.
747 if_null_assignment_static_test/12: Crash # Please triage this failure. 715 if_null_behavior_test/10: Crash # Instance of 'TypeOperator': type check unimple mented for _Nullary.
748 if_null_assignment_static_test/13: Crash # Please triage this failure. 716 if_null_behavior_test/12: Crash # Instance of 'TypeOperator': type check unimple mented for _Nullary.
749 if_null_assignment_static_test/14: Crash # Please triage this failure. 717 if_null_behavior_test/14: Crash # Instance of 'TypeOperator': type check unimple mented for _Nullary.
750 if_null_assignment_static_test/15: Crash # Please triage this failure. 718 if_null_behavior_test/15: Crash # Instance of 'TypeOperator': type check unimple mented for _Nullary.
751 if_null_assignment_static_test/16: Crash # Please triage this failure. 719 if_null_behavior_test/16: Crash # Instance of 'TypeOperator': type check unimple mented for _Nullary.
752 if_null_assignment_static_test/17: Crash # Please triage this failure. 720 if_null_precedence_test/07: Crash # Instance of 'TypeOperator': type check unimp lemented for _Nullary.
753 if_null_assignment_static_test/18: Crash # Please triage this failure. 721 if_null_precedence_test/08: Crash # Instance of 'TypeOperator': type check unimp lemented for _Nullary.
754 if_null_assignment_static_test/19: Crash # Please triage this failure.
755 if_null_assignment_static_test/20: Crash # Please triage this failure.
756 if_null_assignment_static_test/21: Crash # Please triage this failure.
757 if_null_assignment_static_test/22: Crash # Please triage this failure.
758 if_null_assignment_static_test/23: Crash # Please triage this failure.
759 if_null_assignment_static_test/24: Crash # Please triage this failure.
760 if_null_assignment_static_test/25: Crash # Please triage this failure.
761 if_null_assignment_static_test/26: Crash # Please triage this failure.
762 if_null_assignment_static_test/27: Crash # Please triage this failure.
763 if_null_assignment_static_test/28: Crash # Please triage this failure.
764 if_null_assignment_static_test/29: Crash # Please triage this failure.
765 if_null_assignment_static_test/30: Crash # Please triage this failure.
766 if_null_assignment_static_test/31: Crash # Please triage this failure.
767 if_null_assignment_static_test/32: Crash # Please triage this failure.
768 if_null_assignment_static_test/33: Crash # Please triage this failure.
769 if_null_assignment_static_test/34: Crash # Please triage this failure.
770 if_null_assignment_static_test/35: Crash # Please triage this failure.
771 if_null_assignment_static_test/36: Crash # Please triage this failure.
772 if_null_assignment_static_test/37: Crash # Please triage this failure.
773 if_null_assignment_static_test/38: Crash # Please triage this failure.
774 if_null_assignment_static_test/39: Crash # Please triage this failure.
775 if_null_assignment_static_test/40: Crash # Please triage this failure.
776 if_null_assignment_static_test/41: Crash # Please triage this failure.
777 if_null_assignment_static_test/42: Crash # Please triage this failure.
778 if_null_assignment_static_test/none: Crash # Please triage this failure.
779 if_null_behavior_test/01: Crash # (null??null): If-null not yet implemented in c ps_ir
780 if_null_behavior_test/02: Crash # (null??null): If-null not yet implemented in c ps_ir
781 if_null_behavior_test/03: Crash # (null??null): If-null not yet implemented in c ps_ir
782 if_null_behavior_test/04: Crash # (null??null): If-null not yet implemented in c ps_ir
783 if_null_behavior_test/05: Crash # (null??null): If-null not yet implemented in c ps_ir
784 if_null_behavior_test/06: Crash # (null??null): If-null not yet implemented in c ps_ir
785 if_null_behavior_test/07: Crash # (null??null): If-null not yet implemented in c ps_ir
786 if_null_behavior_test/08: Crash # (null??null): If-null not yet implemented in c ps_ir
787 if_null_behavior_test/09: Crash # (null??null): If-null not yet implemented in c ps_ir
788 if_null_behavior_test/10: Crash # (null??null): If-null not yet implemented in c ps_ir
789 if_null_behavior_test/11: Crash # (null??null): If-null not yet implemented in c ps_ir
790 if_null_behavior_test/12: Crash # (null??null): If-null not yet implemented in c ps_ir
791 if_null_behavior_test/13: Crash # (null??null): If-null not yet implemented in c ps_ir
792 if_null_behavior_test/14: Crash # (null??null): If-null not yet implemented in c ps_ir
793 if_null_behavior_test/15: Crash # (null??null): If-null not yet implemented in c ps_ir
794 if_null_behavior_test/16: Crash # (null??null): If-null not yet implemented in c ps_ir
795 if_null_behavior_test/none: Crash # (null??null): If-null not yet implemented in cps_ir
796 if_null_evaluation_order_test/01: Crash # (null??null): If-null not yet implemen ted in cps_ir
797 if_null_evaluation_order_test/02: Crash # (null??null): If-null not yet implemen ted in cps_ir
798 if_null_evaluation_order_test/none: Crash # (null??null): If-null not yet implem ented in cps_ir
799 if_null_precedence_test/01: Crash # (null??null): If-null not yet implemented in cps_ir
800 if_null_precedence_test/02: Crash # (null??null): If-null not yet implemented in cps_ir
801 if_null_precedence_test/03: Crash # (null??null): If-null not yet implemented in cps_ir
802 if_null_precedence_test/04: Crash # (null??null): If-null not yet implemented in cps_ir
803 if_null_precedence_test/05: Crash # (null??null): If-null not yet implemented in cps_ir
804 if_null_precedence_test/06: Crash # (null??null): If-null not yet implemented in cps_ir
805 if_null_precedence_test/07: Crash # (null??null): If-null not yet implemented in cps_ir
806 if_null_precedence_test/08: Crash # (null??null): If-null not yet implemented in cps_ir
807 if_null_precedence_test/none: Crash # (null??null): If-null not yet implemented in cps_ir
808 implicit_super_constructor_call_test: Crash # Please triage this failure. 722 implicit_super_constructor_call_test: Crash # Please triage this failure.
809 import_self_test/01: Crash # Instance of 'TypeOperator': type check unimplemente d for _Nullary. 723 import_self_test/01: Crash # Instance of 'TypeOperator': type check unimplemente d for _Nullary.
810 inference_captured_variable2_test: Crash # Instance of 'TypeOperator': type chec k unimplemented for _Nullary. 724 inference_captured_variable2_test: Crash # Instance of 'TypeOperator': type chec k unimplemented for _Nullary.
811 inference_captured_variable_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 725 inference_captured_variable_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
812 inference_list_or_null_test: Crash # Instance of 'TypeOperator': type check unim plemented for _Nullary. 726 inference_list_or_null_test: Crash # Instance of 'TypeOperator': type check unim plemented for _Nullary.
813 inference_mixin_field_test: Crash # Please triage this failure. 727 inference_mixin_field_test: Crash # Please triage this failure.
814 inference_super_constructor_call_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 728 inference_super_constructor_call_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
815 inferrer_constructor2_test: Crash # Instance of 'TypeOperator': type check unimp lemented for _Nullary. 729 inferrer_constructor2_test: Crash # Instance of 'TypeOperator': type check unimp lemented for _Nullary.
816 inferrer_constructor3_test: Crash # Instance of 'TypeOperator': type check unimp lemented for _Nullary. 730 inferrer_constructor3_test: Crash # Instance of 'TypeOperator': type check unimp lemented for _Nullary.
817 inferrer_constructor4_test: Crash # Instance of 'TypeOperator': type check unimp lemented for _Nullary. 731 inferrer_constructor4_test: Crash # Instance of 'TypeOperator': type check unimp lemented for _Nullary.
(...skipping 355 matching lines...) Expand 10 before | Expand all | Expand 10 after
1173 typevariable_substitution2_test/01: Crash # Please triage this failure. 1087 typevariable_substitution2_test/01: Crash # Please triage this failure.
1174 typevariable_substitution2_test/02: Crash # Please triage this failure. 1088 typevariable_substitution2_test/02: Crash # Please triage this failure.
1175 typevariable_substitution2_test/none: Crash # Please triage this failure. 1089 typevariable_substitution2_test/none: Crash # Please triage this failure.
1176 unresolved_default_constructor_test/01: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 1090 unresolved_default_constructor_test/01: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
1177 value_range2_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 1091 value_range2_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
1178 value_range3_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 1092 value_range3_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
1179 value_range_test: Crash # Instance of 'TypeOperator': type check unimplemented f or _Nullary. 1093 value_range_test: Crash # Instance of 'TypeOperator': type check unimplemented f or _Nullary.
1180 void_type_test: Crash # Unhandled node 1094 void_type_test: Crash # Unhandled node
1181 map_literal8_test : Crash # Instance of 'TypeOperator': type check unimplemented for Map<A, int>. 1095 map_literal8_test : Crash # Instance of 'TypeOperator': type check unimplemented for Map<A, int>.
1182 map_literal7_test : Crash # Instance of 'TypeOperator': type check unimplemented for Map<String, int>. 1096 map_literal7_test : Crash # Instance of 'TypeOperator': type check unimplemented for Map<String, int>.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698