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

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

Issue 1126173002: Refactor handling of compounds. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Use new BaseImplementation mixins in IrBuilderVisitor. 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
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 944 matching lines...) Expand 10 before | Expand all | Expand 10 after
955 super_all_named_constructor_test : Crash # Assertion failure: Unknown variable: parameter(#v). 955 super_all_named_constructor_test : Crash # Assertion failure: Unknown variable: parameter(#v).
956 super_bound_closure_test/01 : RuntimeError 956 super_bound_closure_test/01 : RuntimeError
957 super_bound_closure_test/none : RuntimeError 957 super_bound_closure_test/none : RuntimeError
958 super_call4_test : RuntimeError 958 super_call4_test : RuntimeError
959 super_getter_setter_test : RuntimeError 959 super_getter_setter_test : RuntimeError
960 super_implicit_closure_test : RuntimeError 960 super_implicit_closure_test : RuntimeError
961 super_inferrer_test : Crash # Instance of 'TypeOperator': type check unimplement ed for _Nullary. 961 super_inferrer_test : Crash # Instance of 'TypeOperator': type check unimplement ed for _Nullary.
962 super_operator_index2_test : RuntimeError 962 super_operator_index2_test : RuntimeError
963 super_operator_index5_test : Crash # bailout: (super[0]=42): visitUnresolvedSupe rIndexSet 963 super_operator_index5_test : Crash # bailout: (super[0]=42): visitUnresolvedSupe rIndexSet
964 super_operator_index5_test: RuntimeError # Please triage this failure. 964 super_operator_index5_test: RuntimeError # Please triage this failure.
965 super_operator_index6_test : Crash # bailout: (super[0]+=1): visitUnresolvedSupe rGetterCompoundIndexSet
966 super_operator_index6_test: RuntimeError # Please triage this failure.
967 super_operator_index7_test : Crash # bailout: (super[0]=42): visitUnresolvedSupe rIndexSet 965 super_operator_index7_test : Crash # bailout: (super[0]=42): visitUnresolvedSupe rIndexSet
968 super_operator_index7_test: RuntimeError # Please triage this failure. 966 super_operator_index7_test: RuntimeError # Please triage this failure.
969 super_operator_index8_test : Crash # bailout: (super[f()]=g()): visitUnresolvedS uperIndexSet 967 super_operator_index8_test : Crash # bailout: (super[f()]=g()): visitUnresolvedS uperIndexSet
970 super_operator_index8_test: RuntimeError # Please triage this failure. 968 super_operator_index8_test: RuntimeError # Please triage this failure.
971 super_operator_index_test/01 : Crash # bailout: (super[4]+=5): visitUnresolvedSu perGetterCompoundIndexSet 969 super_operator_index_test/01 : Crash # bailout: (super[4]+=5): visitUnresolvedSu perGetterCompoundIndexSet
972 super_operator_index_test/03 : Crash # bailout: (super[4]=42): visitUnresolvedSu perIndexSet 970 super_operator_index_test/03 : Crash # bailout: (super[4]=42): visitUnresolvedSu perIndexSet
973 super_operator_index_test/04 : Crash # bailout: (super[4]+=5): visitUnresolvedSu perSetterCompoundIndexSet 971 super_operator_index_test/04 : Crash # bailout: (super[4]+=5): visitUnresolvedSu perSetterCompoundIndexSet
974 super_operator_index_test/05 : Crash # bailout: (super[4]=42): visitUnresolvedSu perIndexSet 972 super_operator_index_test/05 : Crash # bailout: (super[4]=42): visitUnresolvedSu perIndexSet
975 super_operator_index_test/06 : Crash # bailout: (super[4]+=5): visitUnresolvedSu perGetterCompoundIndexSet 973 super_operator_index_test/06 : Crash # bailout: (super[4]+=5): visitUnresolvedSu perGetterCompoundIndexSet
976 super_operator_test : Crash # Instance of 'TypeOperator': type check unimplement ed for _Nullary. 974 super_operator_test : Crash # Instance of 'TypeOperator': type check unimplement ed for _Nullary.
(...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after
1132 value_range2_test : Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 1130 value_range2_test : Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
1133 value_range3_test : Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 1131 value_range3_test : Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
1134 value_range_test : Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 1132 value_range_test : Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
1135 void_type_test : Crash # bailout: (switch (n){case 0:x=f();break;case 1:x=f_null ();break;case 2:x=f_1();break;case 3:x=f_dyn_null();break;case 4:x=f_dyn_1();bre ak;case 5:x=f_f();break;}): Unhandled node 1133 void_type_test : Crash # bailout: (switch (n){case 0:x=f();break;case 1:x=f_null ();break;case 2:x=f_1();break;case 3:x=f_dyn_null();break;case 4:x=f_dyn_1();bre ak;case 5:x=f_f();break;}): Unhandled node
1136 super_operator_index_test/01 : Crash # bailout: (super[4]+=5): visitUnresolvedSu perGetterCompoundIndexSet 1134 super_operator_index_test/01 : Crash # bailout: (super[4]+=5): visitUnresolvedSu perGetterCompoundIndexSet
1137 super_operator_index_test/03 : Crash # bailout: (super[4]=42): visitUnresolvedSu perIndexSet 1135 super_operator_index_test/03 : Crash # bailout: (super[4]=42): visitUnresolvedSu perIndexSet
1138 super_operator_index_test/06 : Crash # bailout: (super[4]+=5): visitUnresolvedSu perGetterCompoundIndexSet 1136 super_operator_index_test/06 : Crash # bailout: (super[4]+=5): visitUnresolvedSu perGetterCompoundIndexSet
1139 super_operator_index_test/05 : Crash # bailout: (super[4]=42): visitUnresolvedSu perIndexSet 1137 super_operator_index_test/05 : Crash # bailout: (super[4]=42): visitUnresolvedSu perIndexSet
1140 super_operator_index_test/04 : Crash # bailout: (super[4]+=5): visitUnresolvedSu perSetterCompoundIndexSet 1138 super_operator_index_test/04 : Crash # bailout: (super[4]+=5): visitUnresolvedSu perSetterCompoundIndexSet
1141 call_nonexistent_static_test/01 : Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 1139 call_nonexistent_static_test/01 : Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698