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

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

Issue 1179503002: dart2js cps: Handle type variables in factory constructors. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Type argument 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/compiler/dart2js_extra/dart2js_extra.status ('k') | no next file » | 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 495 matching lines...) Expand 10 before | Expand all | Expand 10 after
506 execute_finally1_test: Crash # (try {int j;j=func();i=1;return i;}finally {i=i+8 00;}): try/finally 506 execute_finally1_test: Crash # (try {int j;j=func();i=1;return i;}finally {i=i+8 00;}): try/finally
507 execute_finally2_test: Crash # try/finally 507 execute_finally2_test: Crash # try/finally
508 execute_finally3_test: Crash # try/finally 508 execute_finally3_test: Crash # try/finally
509 execute_finally4_test: Crash # (try {int j;j=func();i=1;}finally {i=i+10;}): try /finally 509 execute_finally4_test: Crash # (try {int j;j=func();i=1;}finally {i=i+10;}): try /finally
510 execute_finally5_test: Crash # try/finally 510 execute_finally5_test: Crash # try/finally
511 execute_finally6_test: Crash # try/finally 511 execute_finally6_test: Crash # try/finally
512 execute_finally7_test: Crash # try/finally 512 execute_finally7_test: Crash # try/finally
513 execute_finally8_test: Crash # (try {sum+= 1;return 'hi';}finally {sum+= 1;throw 'ball';sum+= 1;}): try/finally 513 execute_finally8_test: Crash # (try {sum+= 1;return 'hi';}finally {sum+= 1;throw 'ball';sum+= 1;}): try/finally
514 execute_finally9_test: Crash # try/finally 514 execute_finally9_test: Crash # try/finally
515 factory_return_type_checked_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 515 factory_return_type_checked_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
516 factory_type_parameter2_test: Crash # Please triage this failure.
517 factory_type_parameter_test: Crash # Please triage this failure.
518 final_super_field_set_test/01: RuntimeError # Please triage this failure. 516 final_super_field_set_test/01: RuntimeError # Please triage this failure.
519 finally_test: Crash # (try {i=12;}finally {Expect.equals(12,i);executedFinally=t rue;}): try/finally 517 finally_test: Crash # (try {i=12;}finally {Expect.equals(12,i);executedFinally=t rue;}): try/finally
520 first_class_types_literals_test/03: Crash # Instance of 'TypeOperator': type che ck unimplemented for _Nullary. 518 first_class_types_literals_test/03: Crash # Instance of 'TypeOperator': type che ck unimplemented for _Nullary.
521 first_class_types_literals_test/04: Crash # Instance of 'TypeOperator': type che ck unimplemented for _Nullary. 519 first_class_types_literals_test/04: Crash # Instance of 'TypeOperator': type che ck unimplemented for _Nullary.
522 first_class_types_literals_test/05: Crash # Instance of 'TypeOperator': type che ck unimplemented for _Nullary. 520 first_class_types_literals_test/05: Crash # Instance of 'TypeOperator': type che ck unimplemented for _Nullary.
523 first_class_types_literals_test/06: Crash # Instance of 'TypeOperator': type che ck unimplemented for _Nullary. 521 first_class_types_literals_test/06: Crash # Instance of 'TypeOperator': type che ck unimplemented for _Nullary.
524 first_class_types_literals_test/07: Crash # Instance of 'TypeOperator': type che ck unimplemented for _Nullary. 522 first_class_types_literals_test/07: Crash # Instance of 'TypeOperator': type che ck unimplemented for _Nullary.
525 first_class_types_literals_test/08: Crash # Instance of 'TypeOperator': type che ck unimplemented for _Nullary. 523 first_class_types_literals_test/08: Crash # Instance of 'TypeOperator': type che ck unimplemented for _Nullary.
526 first_class_types_literals_test/09: Crash # Instance of 'TypeOperator': type che ck unimplemented for _Nullary. 524 first_class_types_literals_test/09: Crash # Instance of 'TypeOperator': type che ck unimplemented for _Nullary.
527 first_class_types_literals_test/10: Crash # Instance of 'TypeOperator': type che ck unimplemented for _Nullary. 525 first_class_types_literals_test/10: Crash # Instance of 'TypeOperator': type che ck unimplemented for _Nullary.
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
597 function_type_alias3_test: Crash # Instance of 'TypeOperator': type check unimpl emented for F. 595 function_type_alias3_test: Crash # Instance of 'TypeOperator': type check unimpl emented for F.
598 function_type_alias4_test: Crash # Instance of 'TypeOperator': type check unimpl emented for F. 596 function_type_alias4_test: Crash # Instance of 'TypeOperator': type check unimpl emented for F.
599 function_type_alias6_test/none: Crash # Instance of 'TypeOperator': type check u nimplemented for F. 597 function_type_alias6_test/none: Crash # Instance of 'TypeOperator': type check u nimplemented for F.
600 function_type_alias_test: Crash # Instance of 'TypeOperator': type check unimple mented for Fun. 598 function_type_alias_test: Crash # Instance of 'TypeOperator': type check unimple mented for Fun.
601 function_type_call_getter_test: Crash # Instance of 'TypeOperator': type check u nimplemented for F. 599 function_type_call_getter_test: Crash # Instance of 'TypeOperator': type check u nimplemented for F.
602 generic_closure_test: Crash # Instance of 'TypeOperator': type check unimplement ed for F. 600 generic_closure_test: Crash # Instance of 'TypeOperator': type check unimplement ed for F.
603 generic_constructor_mixin2_test: Crash # Please triage this failure. 601 generic_constructor_mixin2_test: Crash # Please triage this failure.
604 generic_constructor_mixin3_test: Crash # Please triage this failure. 602 generic_constructor_mixin3_test: Crash # Please triage this failure.
605 generic_constructor_mixin_test: Crash # Please triage this failure. 603 generic_constructor_mixin_test: Crash # Please triage this failure.
606 generic_field_mixin3_test: RuntimeError # Please triage this failure. 604 generic_field_mixin3_test: RuntimeError # Please triage this failure.
607 generic_instanceof2_test: Crash # Please triage this failure.
608 generic_list_checked_test: Crash # Instance of 'TypeOperator': type check unimpl emented for _Nullary. 605 generic_list_checked_test: Crash # Instance of 'TypeOperator': type check unimpl emented for _Nullary.
609 if_null_assignment_behavior_test/04: Crash # Instance of 'TypeOperator': type ch eck unimplemented for _Nullary. 606 if_null_assignment_behavior_test/04: Crash # Instance of 'TypeOperator': type ch eck unimplemented for _Nullary.
610 if_null_assignment_static_test/01: RuntimeError # Please triage this failure. 607 if_null_assignment_static_test/01: RuntimeError # Please triage this failure.
611 if_null_assignment_static_test/02: Crash # Instance of 'TypeOperator': type chec k unimplemented for _Nullary. 608 if_null_assignment_static_test/02: Crash # Instance of 'TypeOperator': type chec k unimplemented for _Nullary.
612 if_null_assignment_static_test/03: RuntimeError # Please triage this failure. 609 if_null_assignment_static_test/03: RuntimeError # Please triage this failure.
613 if_null_assignment_static_test/04: RuntimeError # Please triage this failure. 610 if_null_assignment_static_test/04: RuntimeError # Please triage this failure.
614 if_null_assignment_static_test/05: RuntimeError # Please triage this failure. 611 if_null_assignment_static_test/05: RuntimeError # Please triage this failure.
615 if_null_assignment_static_test/06: Crash # Instance of 'TypeOperator': type chec k unimplemented for _Nullary. 612 if_null_assignment_static_test/06: Crash # Instance of 'TypeOperator': type chec k unimplemented for _Nullary.
616 if_null_assignment_static_test/08: RuntimeError # Please triage this failure. 613 if_null_assignment_static_test/08: RuntimeError # Please triage this failure.
617 if_null_assignment_static_test/09: Crash # Instance of 'TypeOperator': type chec k unimplemented for _Nullary. 614 if_null_assignment_static_test/09: Crash # Instance of 'TypeOperator': type chec k unimplemented for _Nullary.
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
753 number_identifier_test/08: Crash # Instance of 'TypeOperator': type check unimpl emented for _Nullary. 750 number_identifier_test/08: Crash # Instance of 'TypeOperator': type check unimpl emented for _Nullary.
754 number_identifier_test/09: Crash # Instance of 'TypeOperator': type check unimpl emented for _Nullary. 751 number_identifier_test/09: Crash # Instance of 'TypeOperator': type check unimpl emented for _Nullary.
755 on_catch_malformed_type_test: Crash # Instance of 'TypeOperator': type check uni mplemented for _Nullary. 752 on_catch_malformed_type_test: Crash # Instance of 'TypeOperator': type check uni mplemented for _Nullary.
756 operator_equals_test: Crash # Instance of 'TypeOperator': type check unimplement ed for _Nullary. 753 operator_equals_test: Crash # Instance of 'TypeOperator': type check unimplement ed for _Nullary.
757 optimized_constant_array_string_access_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 754 optimized_constant_array_string_access_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
758 optimized_string_charat_test: Crash # Instance of 'TypeOperator': type check uni mplemented for _Nullary. 755 optimized_string_charat_test: Crash # Instance of 'TypeOperator': type check uni mplemented for _Nullary.
759 optimized_string_charcodeat_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 756 optimized_string_charcodeat_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
760 overridden_no_such_method_test: RuntimeError # Please triage this failure. 757 overridden_no_such_method_test: RuntimeError # Please triage this failure.
761 phi_merge_test: Crash # (switch (value){case 42:break;case 43:break;}): Unhandle d node 758 phi_merge_test: Crash # (switch (value){case 42:break;case 43:break;}): Unhandle d node
762 prefix16_test: Crash # Instance of 'TypeOperator': type check unimplemented for myFunc. 759 prefix16_test: Crash # Instance of 'TypeOperator': type check unimplemented for myFunc.
763 prefix_unqualified_invocation_test_02: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 760 prefix_unqualified_invocation_test/02: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
764 private4_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 761 private4_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
765 private_access_test/01: Crash # Instance of 'TypeOperator': type check unimpleme nted for _Nullary. 762 private_access_test/01: Crash # Instance of 'TypeOperator': type check unimpleme nted for _Nullary.
766 private_access_test/02: Crash # Instance of 'TypeOperator': type check unimpleme nted for _Nullary. 763 private_access_test/02: Crash # Instance of 'TypeOperator': type check unimpleme nted for _Nullary.
767 private_access_test/03: Crash # Instance of 'TypeOperator': type check unimpleme nted for _Nullary. 764 private_access_test/03: Crash # Instance of 'TypeOperator': type check unimpleme nted for _Nullary.
768 private_access_test/04: Crash # Instance of 'TypeOperator': type check unimpleme nted for _Nullary. 765 private_access_test/04: Crash # Instance of 'TypeOperator': type check unimpleme nted for _Nullary.
769 private_access_test/05: Crash # Instance of 'TypeOperator': type check unimpleme nted for _Nullary. 766 private_access_test/05: Crash # Instance of 'TypeOperator': type check unimpleme nted for _Nullary.
770 private_access_test/06: Crash # Instance of 'TypeOperator': type check unimpleme nted for _Nullary. 767 private_access_test/06: Crash # Instance of 'TypeOperator': type check unimpleme nted for _Nullary.
771 private_mixin2_test: Crash # Instance of 'TypeOperator': type check unimplemente d for _Nullary. 768 private_mixin2_test: Crash # Instance of 'TypeOperator': type check unimplemente d for _Nullary.
772 range_analysis2_test: Crash # Instance of 'TypeOperator': type check unimplement ed for _Nullary. 769 range_analysis2_test: Crash # Instance of 'TypeOperator': type check unimplement ed for _Nullary.
773 redirecting_factory_incompatible_signature_test: Crash # Instance of 'TypeOperat or': type check unimplemented for _Nullary. 770 redirecting_factory_incompatible_signature_test: Crash # Instance of 'TypeOperat or': type check unimplemented for _Nullary.
774 ref_before_declaration_test/00: Crash # (switch (x){case 0:var x='Does fuzzy log ic tickle?';}): Unhandled node 771 ref_before_declaration_test/00: Crash # (switch (x){case 0:var x='Does fuzzy log ic tickle?';}): Unhandled node
775 ref_before_declaration_test/01: Crash # (switch (x){case 0:var x='Does fuzzy log ic tickle?';}): Unhandled node 772 ref_before_declaration_test/01: Crash # (switch (x){case 0:var x='Does fuzzy log ic tickle?';}): Unhandled node
776 ref_before_declaration_test/02: Crash # (switch (x){case 0:var x='Does fuzzy log ic tickle?';}): Unhandled node 773 ref_before_declaration_test/02: Crash # (switch (x){case 0:var x='Does fuzzy log ic tickle?';}): Unhandled node
777 ref_before_declaration_test/03: Crash # (switch (x){case 0:var x='Does fuzzy log ic tickle?';}): Unhandled node 774 ref_before_declaration_test/03: Crash # (switch (x){case 0:var x='Does fuzzy log ic tickle?';}): Unhandled node
778 ref_before_declaration_test/04: Crash # (switch (x){case 0:var x='Does fuzzy log ic tickle?';}): Unhandled node 775 ref_before_declaration_test/04: Crash # (switch (x){case 0:var x='Does fuzzy log ic tickle?';}): Unhandled node
779 ref_before_declaration_test/05: Crash # (switch (x){case 0:var x='Does fuzzy log ic tickle?';}): Unhandled node 776 ref_before_declaration_test/05: Crash # (switch (x){case 0:var x='Does fuzzy log ic tickle?';}): Unhandled node
780 ref_before_declaration_test/06: Crash # (switch (x){case 0:var x='Does fuzzy log ic tickle?';}): Unhandled node 777 ref_before_declaration_test/06: Crash # (switch (x){case 0:var x='Does fuzzy log ic tickle?';}): Unhandled node
781 ref_before_declaration_test/none: Crash # (switch (x){case 0:var x='Does fuzzy l ogic tickle?';}): Unhandled node 778 ref_before_declaration_test/none: Crash # (switch (x){case 0:var x='Does fuzzy l ogic tickle?';}): Unhandled node
782 refine_receiver_null_test: Crash # Instance of 'TypeOperator': type check unimpl emented for _Nullary. 779 refine_receiver_null_test: Crash # Instance of 'TypeOperator': type check unimpl emented for _Nullary.
783 reg_exp_test: Crash # Instance of 'TypeOperator': type check unimplemented for _ Nullary. 780 reg_exp_test: Crash # Instance of 'TypeOperator': type check unimplemented for _ Nullary.
784 regress_12561_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 781 regress_12561_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
785 regress_18435_test: Crash # Please triage this failure. 782 regress_18435_test: Crash # Please triage this failure.
786 regress_18535_test: Crash # Please triage this failure. 783 regress_18535_test: Crash # Please triage this failure.
787 regress_21795_test: Crash # (try {foo(t);}finally {if(t==0){try {}catch (err,st) {}}}): try/finally 784 regress_21795_test: Crash # (try {foo(t);}finally {if(t==0){try {}catch (err,st) {}}}): try/finally
788 regress_22438_test: Crash # cannot handle async/sync*/async* functions 785 regress_22438_test: Crash # cannot handle async/sync*/async* functions
789 regress_22443_test: RuntimeError # Please triage this failure. 786 regress_22443_test: RuntimeError # Please triage this failure.
790 regress_22445_test: Crash # cannot handle async/sync*/async* functions 787 regress_22445_test: Crash # cannot handle async/sync*/async* functions
791 regress_22579_test: Crash # cannot handle async/sync*/async* functions 788 regress_22579_test: Crash # cannot handle async/sync*/async* functions
792 regress_22700_test: Crash # Please triage this failure.
793 regress_22728_test: Crash # cannot handle async/sync*/async* functions 789 regress_22728_test: Crash # cannot handle async/sync*/async* functions
794 regress_22777_test: Crash # cannot handle async/sync*/async* functions 790 regress_22777_test: Crash # cannot handle async/sync*/async* functions
795 regress_22822_test: Crash # (try {for(int i=0;i<10;i++ ){return ()=>i+b;}}finall y {b=10;}): try/finally 791 regress_22822_test: Crash # (try {for(int i=0;i<10;i++ ){return ()=>i+b;}}finall y {b=10;}): try/finally
796 regress_22936_test/01: Crash # Please triage this failure. 792 regress_22936_test/01: Crash # Please triage this failure.
797 regress_22936_test/none: Crash # Please triage this failure. 793 regress_22936_test/none: Crash # Please triage this failure.
798 regress_23498_test: Crash # cannot handle async/sync*/async* functions 794 regress_23498_test: Crash # cannot handle async/sync*/async* functions
799 regress_23500_test/01: Crash # cannot handle async/sync*/async* functions 795 regress_23500_test/01: Crash # cannot handle async/sync*/async* functions
800 regress_23500_test/02: Crash # cannot handle async/sync*/async* functions 796 regress_23500_test/02: Crash # cannot handle async/sync*/async* functions
801 regress_23500_test/none: Crash # cannot handle async/sync*/async* functions 797 regress_23500_test/none: Crash # cannot handle async/sync*/async* functions
802 regress_23537_test: Crash # try/finally 798 regress_23537_test: Crash # try/finally
803 reify_typevar_static_test/01: Crash # Please triage this failure.
804 return_type_test: Crash # Instance of 'TypeOperator': type check unimplemented f or _Nullary. 799 return_type_test: Crash # Instance of 'TypeOperator': type check unimplemented f or _Nullary.
805 side_effect_throw_test: Crash # Instance of 'TypeOperator': type check unimpleme nted for _Nullary. 800 side_effect_throw_test: Crash # Instance of 'TypeOperator': type check unimpleme nted for _Nullary.
806 stack_trace_test: Crash # try/finally 801 stack_trace_test: Crash # try/finally
807 statement_test: Crash # try/finally 802 statement_test: Crash # try/finally
808 static_postfix_operator_test: Crash # (try {if(a++ ==0){inIt=true;}}finally {}): try/finally 803 static_postfix_operator_test: Crash # (try {if(a++ ==0){inIt=true;}}finally {}): try/finally
809 static_setter_get_test/01: Crash # Instance of 'TypeOperator': type check unimpl emented for _Nullary. 804 static_setter_get_test/01: Crash # Instance of 'TypeOperator': type check unimpl emented for _Nullary.
810 string_charcode_test: Crash # Instance of 'TypeOperator': type check unimplement ed for _Nullary. 805 string_charcode_test: Crash # Instance of 'TypeOperator': type check unimplement ed for _Nullary.
811 string_optimizations_test: Crash # Instance of 'TypeOperator': type check unimpl emented for _Nullary. 806 string_optimizations_test: Crash # Instance of 'TypeOperator': type check unimpl emented for _Nullary.
812 super_all_named_constructor_test: Crash # Please triage this failure. 807 super_all_named_constructor_test: Crash # Please triage this failure.
813 super_bound_closure_test/01: RuntimeError # Please triage this failure. 808 super_bound_closure_test/01: RuntimeError # Please triage this failure.
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
901 type_variable_typedef_test: Crash # Please triage this failure. 896 type_variable_typedef_test: Crash # Please triage this failure.
902 typedef_is_test: Crash # Instance of 'TypeOperator': type check unimplemented fo r Func1. 897 typedef_is_test: Crash # Instance of 'TypeOperator': type check unimplemented fo r Func1.
903 typevariable_substitution2_test/01: Crash # Please triage this failure. 898 typevariable_substitution2_test/01: Crash # Please triage this failure.
904 typevariable_substitution2_test/02: Crash # Please triage this failure. 899 typevariable_substitution2_test/02: Crash # Please triage this failure.
905 typevariable_substitution2_test/none: Crash # Please triage this failure. 900 typevariable_substitution2_test/none: Crash # Please triage this failure.
906 unresolved_default_constructor_test/01: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 901 unresolved_default_constructor_test/01: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
907 value_range2_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 902 value_range2_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
908 value_range3_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 903 value_range3_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
909 value_range_test: Crash # Instance of 'TypeOperator': type check unimplemented f or _Nullary. 904 value_range_test: Crash # Instance of 'TypeOperator': type check unimplemented f or _Nullary.
910 void_type_test: Crash # Unhandled node 905 void_type_test: Crash # Unhandled node
OLDNEW
« no previous file with comments | « tests/compiler/dart2js_extra/dart2js_extra.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698