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

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

Issue 1138033003: Adjust test expectations for dart2js_cps-ir. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
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 | Annotate | Revision Log
« no previous file with comments | « tests/corelib/corelib.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 682 matching lines...) Expand 10 before | Expand all | Expand 10 after
693 function_type_alias_test: Crash # Instance of 'TypeOperator': type check unimple mented for Fun. 693 function_type_alias_test: Crash # Instance of 'TypeOperator': type check unimple mented for Fun.
694 function_type_call_getter_test: Crash # Instance of 'TypeOperator': type check u nimplemented for F. 694 function_type_call_getter_test: Crash # Instance of 'TypeOperator': type check u nimplemented for F.
695 generic2_test: Crash # Instance of 'TypeOperator': type check unimplemented for T. 695 generic2_test: Crash # Instance of 'TypeOperator': type check unimplemented for T.
696 generic_closure_test: Crash # Instance of 'TypeOperator': type check unimplement ed for F. 696 generic_closure_test: Crash # Instance of 'TypeOperator': type check unimplement ed for F.
697 generic_constructor_mixin2_test: Crash # Please triage this failure. 697 generic_constructor_mixin2_test: Crash # Please triage this failure.
698 generic_constructor_mixin3_test: Crash # Please triage this failure. 698 generic_constructor_mixin3_test: Crash # Please triage this failure.
699 generic_constructor_mixin_test: Crash # Please triage this failure. 699 generic_constructor_mixin_test: Crash # Please triage this failure.
700 generic_creation_test: RuntimeError # Please triage this failure. 700 generic_creation_test: RuntimeError # Please triage this failure.
701 generic_deep_test: Crash # Instance of 'TypeOperator': type check unimplemented for S<Z>. 701 generic_deep_test: Crash # Instance of 'TypeOperator': type check unimplemented for S<Z>.
702 generic_field_mixin2_test: Crash # Please triage this failure. 702 generic_field_mixin2_test: Crash # Please triage this failure.
703 generic_field_mixin3_test: Crash # Instance of 'TypeOperator': type check unimpl emented for A<T>.
703 generic_field_mixin_test: Crash # Instance of 'TypeOperator': type check unimple mented for A<int>. 704 generic_field_mixin_test: Crash # Instance of 'TypeOperator': type check unimple mented for A<int>.
704 generic_inheritance_test: Crash # Instance of 'TypeOperator': type check unimple mented for A<Object>. 705 generic_inheritance_test: Crash # Instance of 'TypeOperator': type check unimple mented for A<Object>.
705 generic_instanceof2_test: Crash # Instance of 'TypeOperator': type check unimple mented for Foo<int, num>. 706 generic_instanceof2_test: Crash # Instance of 'TypeOperator': type check unimple mented for Foo<int, num>.
706 generic_instanceof3_test: Crash # Instance of 'TypeOperator': type check unimple mented for I<String>. 707 generic_instanceof3_test: Crash # Instance of 'TypeOperator': type check unimple mented for I<String>.
707 generic_instanceof4_test: Crash # Instance of 'TypeOperator': type check unimple mented for T. 708 generic_instanceof4_test: Crash # Instance of 'TypeOperator': type check unimple mented for T.
708 generic_instanceof5_test: Crash # Instance of 'TypeOperator': type check unimple mented for T. 709 generic_instanceof5_test: Crash # Instance of 'TypeOperator': type check unimple mented for T.
709 generic_instanceof_test: Crash # Instance of 'TypeOperator': type check unimplem ented for List<T>. 710 generic_instanceof_test: Crash # Instance of 'TypeOperator': type check unimplem ented for List<T>.
710 generic_is_check_test: Crash # Instance of 'TypeOperator': type check unimplemen ted for A<int>. 711 generic_is_check_test: Crash # Instance of 'TypeOperator': type check unimplemen ted for A<int>.
711 generic_list_checked_test: Crash # Instance of 'TypeOperator': type check unimpl emented for _Nullary. 712 generic_list_checked_test: Crash # Instance of 'TypeOperator': type check unimpl emented for _Nullary.
712 generic_native_test: Crash # Instance of 'TypeOperator': type check unimplemente d for T. 713 generic_native_test: Crash # Instance of 'TypeOperator': type check unimplemente d for T.
(...skipping 267 matching lines...) Expand 10 before | Expand all | Expand 10 after
980 string_interpolation_test/none: Crash # (m): handleStaticFunctionGet: function(S tringInterpolationTest#m) 981 string_interpolation_test/none: Crash # (m): handleStaticFunctionGet: function(S tringInterpolationTest#m)
981 string_optimizations_test: Crash # Instance of 'TypeOperator': type check unimpl emented for _Nullary. 982 string_optimizations_test: Crash # Instance of 'TypeOperator': type check unimpl emented for _Nullary.
982 super_all_named_constructor_test: Crash # Please triage this failure. 983 super_all_named_constructor_test: Crash # Please triage this failure.
983 super_bound_closure_test/01: RuntimeError # Please triage this failure. 984 super_bound_closure_test/01: RuntimeError # Please triage this failure.
984 super_bound_closure_test/none: RuntimeError # Please triage this failure. 985 super_bound_closure_test/none: RuntimeError # Please triage this failure.
985 super_call4_test: RuntimeError # Please triage this failure. 986 super_call4_test: RuntimeError # Please triage this failure.
986 super_getter_setter_test: RuntimeError # Please triage this failure. 987 super_getter_setter_test: RuntimeError # Please triage this failure.
987 super_implicit_closure_test: RuntimeError # Please triage this failure. 988 super_implicit_closure_test: RuntimeError # Please triage this failure.
988 super_inferrer_test: Crash # Instance of 'TypeOperator': type check unimplemente d for _Nullary. 989 super_inferrer_test: Crash # Instance of 'TypeOperator': type check unimplemente d for _Nullary.
989 super_operator_index2_test: RuntimeError # Please triage this failure. 990 super_operator_index2_test: RuntimeError # Please triage this failure.
991 super_operator_index5_test: Crash # (super[0]=42): visitUnresolvedSuperIndexSet
990 super_operator_index5_test: RuntimeError # Please triage this failure. 992 super_operator_index5_test: RuntimeError # Please triage this failure.
993 super_operator_index6_test: Crash # (super[0]+=1): visitUnresolvedSuperGetterCom poundIndexSet
991 super_operator_index6_test: RuntimeError # Please triage this failure. 994 super_operator_index6_test: RuntimeError # Please triage this failure.
995 super_operator_index7_test: Crash # (super[0]=42): visitUnresolvedSuperIndexSet
992 super_operator_index7_test: RuntimeError # Please triage this failure. 996 super_operator_index7_test: RuntimeError # Please triage this failure.
997 super_operator_index8_test: Crash # (super[f()]=g()): visitUnresolvedSuperIndexS et
993 super_operator_index8_test: RuntimeError # Please triage this failure. 998 super_operator_index8_test: RuntimeError # Please triage this failure.
999 super_operator_index_test/01: Crash # (super[4]+=5): visitUnresolvedSuperGetterC ompoundIndexSet
1000 super_operator_index_test/03: Crash # (super[4]=42): visitUnresolvedSuperIndexSe t
1001 super_operator_index_test/04: Crash # (super[4]+=5): visitUnresolvedSuperSetterC ompoundIndexSet
1002 super_operator_index_test/05: Crash # (super[4]=42): visitUnresolvedSuperIndexSe t
1003 super_operator_index_test/06: Crash # (super[4]+=5): visitUnresolvedSuperGetterC ompoundIndexSet
994 super_operator_test: Crash # (testRegression6403): handleStaticFunctionGet: func tion(testRegression6403) 1004 super_operator_test: Crash # (testRegression6403): handleStaticFunctionGet: func tion(testRegression6403)
995 switch6_test: Crash # (switch (a){case 0:{x=0;break;}case 1:x=1;break;}): Unhand led node 1005 switch6_test: Crash # (switch (a){case 0:{x=0;break;}case 1:x=1;break;}): Unhand led node
996 switch8_test: Crash # (switch (new List(1)[0]){case const A():throw 'Test failed ';}): Unhandled node 1006 switch8_test: Crash # (switch (new List(1)[0]){case const A():throw 'Test failed ';}): Unhandled node
997 switch_bad_case_test/02: Crash # (switch (n){case 1:return "I";case 4:return "IV ";}): Unhandled node 1007 switch_bad_case_test/02: Crash # (switch (n){case 1:return "I";case 4:return "IV ";}): Unhandled node
998 switch_bad_case_test/none: Crash # (switch (n){case 1:return "I";case 4:return " IV";}): Unhandled node 1008 switch_bad_case_test/none: Crash # (switch (n){case 1:return "I";case 4:return " IV";}): Unhandled node
999 switch_case_static_const_test: Crash # (switch (p){case S:break;case A.S:break;c ase 'abc':break;}): Unhandled node 1009 switch_case_static_const_test: Crash # (switch (p){case S:break;case A.S:break;c ase 'abc':break;}): Unhandled node
1000 switch_case_test/none: Crash # (switch (new B()){}): Unhandled node 1010 switch_case_test/none: Crash # (switch (new B()){}): Unhandled node
1001 switch_fallthru_test: Crash # (switch (n){case 0:result="zero";break;case 1:resu lt="one";case 9:result="nine";}): Unhandled node 1011 switch_fallthru_test: Crash # (switch (n){case 0:result="zero";break;case 1:resu lt="one";case 9:result="nine";}): Unhandled node
1002 switch_label2_test: Crash # Unhandled node 1012 switch_label2_test: Crash # Unhandled node
1003 switch_label_test: Crash # Unhandled node 1013 switch_label_test: Crash # Unhandled node
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after
1145 typevariable_substitution2_test/01: Crash # Please triage this failure. 1155 typevariable_substitution2_test/01: Crash # Please triage this failure.
1146 typevariable_substitution2_test/02: Crash # Please triage this failure. 1156 typevariable_substitution2_test/02: Crash # Please triage this failure.
1147 typevariable_substitution2_test/none: Crash # Please triage this failure. 1157 typevariable_substitution2_test/none: Crash # Please triage this failure.
1148 unresolved_default_constructor_test/01: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 1158 unresolved_default_constructor_test/01: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
1149 unresolved_top_level_method_negative_test: Crash # unsupported element kind: a:f ield 1159 unresolved_top_level_method_negative_test: Crash # unsupported element kind: a:f ield
1150 unresolved_top_level_var_negative_test: Crash # unsupported element kind: a:fiel d 1160 unresolved_top_level_var_negative_test: Crash # unsupported element kind: a:fiel d
1151 value_range2_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 1161 value_range2_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
1152 value_range3_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 1162 value_range3_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
1153 value_range_test: Crash # Instance of 'TypeOperator': type check unimplemented f or _Nullary. 1163 value_range_test: Crash # Instance of 'TypeOperator': type check unimplemented f or _Nullary.
1154 void_type_test: Crash # (f): handleStaticFunctionGet: function(f) 1164 void_type_test: Crash # (f): handleStaticFunctionGet: function(f)
OLDNEW
« no previous file with comments | « tests/corelib/corelib.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698