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

Side by Side Diff: tests/language_2/language_2_dart2js.status

Issue 3008573002: Migrate test block 113 to Dart 2.0. (Closed)
Patch Set: Created 3 years, 3 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) 2017, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2017, 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 # Sections in this file should contain "$compiler == dart2js". 5 # Sections in this file should contain "$compiler == dart2js".
6 6
7 # dart2js does not implement the Dart 2.0 static type errors yet. 7 # dart2js does not implement the Dart 2.0 static type errors yet.
8 [ $compiler == dart2js ] 8 [ $compiler == dart2js ]
9 abstract_beats_arguments_test: MissingCompileTimeError 9 abstract_beats_arguments_test: MissingCompileTimeError
10 abstract_exact_selector_test/01: MissingCompileTimeError 10 abstract_exact_selector_test/01: MissingCompileTimeError
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
98 class_literal_test/20: MissingCompileTimeError 98 class_literal_test/20: MissingCompileTimeError
99 class_literal_test/21: MissingCompileTimeError 99 class_literal_test/21: MissingCompileTimeError
100 class_literal_test/22: MissingCompileTimeError 100 class_literal_test/22: MissingCompileTimeError
101 class_literal_test/23: MissingCompileTimeError 101 class_literal_test/23: MissingCompileTimeError
102 class_literal_test/24: MissingCompileTimeError 102 class_literal_test/24: MissingCompileTimeError
103 class_literal_test/25: MissingCompileTimeError 103 class_literal_test/25: MissingCompileTimeError
104 covariant_subtyping_with_substitution_test: RuntimeError 104 covariant_subtyping_with_substitution_test: RuntimeError
105 generic_constructor_mixin_test/01: MissingCompileTimeError 105 generic_constructor_mixin_test/01: MissingCompileTimeError
106 generic_constructor_mixin2_test/01: MissingCompileTimeError 106 generic_constructor_mixin2_test/01: MissingCompileTimeError
107 generic_constructor_mixin3_test/01: MissingCompileTimeError 107 generic_constructor_mixin3_test/01: MissingCompileTimeError
108 generic_field_mixin6_test/01: MissingCompileTimeError
109 generic_function_bounds_test: CompileTimeError
110 generic_function_dcall_test: CompileTimeError
111 generic_function_typedef2_test/04: MissingCompileTimeError
108 generic_methods_bounds_test/01: MissingCompileTimeError 112 generic_methods_bounds_test/01: MissingCompileTimeError
109 generic_methods_bounds_test/02: MissingRuntimeError 113 generic_methods_bounds_test/02: MissingRuntimeError
110 generic_methods_closure_test: RuntimeError 114 generic_methods_closure_test: RuntimeError
111 generic_methods_dynamic_test/01: MissingCompileTimeError 115 generic_methods_dynamic_test/01: MissingCompileTimeError
112 generic_methods_dynamic_test/02: MissingRuntimeError 116 generic_methods_dynamic_test/02: MissingRuntimeError
113 generic_methods_dynamic_test/03: MissingCompileTimeError 117 generic_methods_dynamic_test/03: MissingCompileTimeError
114 generic_methods_dynamic_test/04: MissingRuntimeError 118 generic_methods_dynamic_test/04: MissingRuntimeError
115 generic_methods_generic_class_tearoff_test: RuntimeError 119 generic_methods_generic_class_tearoff_test: RuntimeError
116 generic_methods_generic_function_result_test/none: CompileTimeError # Issue #302 08 120 generic_methods_generic_function_result_test/none: CompileTimeError # Issue #302 08
117 generic_methods_local_variable_declaration_test: RuntimeError 121 generic_methods_local_variable_declaration_test: RuntimeError
118 generic_methods_named_parameters_test: RuntimeError 122 generic_methods_named_parameters_test: RuntimeError
119 generic_methods_optional_parameters_test: RuntimeError 123 generic_methods_optional_parameters_test: RuntimeError
120 generic_methods_overriding_test/01: MissingCompileTimeError 124 generic_methods_overriding_test/01: MissingCompileTimeError
121 generic_methods_overriding_test/03: MissingCompileTimeError 125 generic_methods_overriding_test/03: MissingCompileTimeError
122 generic_methods_recursive_bound_test/02: MissingCompileTimeError 126 generic_methods_recursive_bound_test/02: MissingCompileTimeError
123 generic_methods_reuse_type_variables_test: RuntimeError 127 generic_methods_reuse_type_variables_test: RuntimeError
124 generic_methods_shadowing_test: RuntimeError 128 generic_methods_shadowing_test: RuntimeError
125 generic_methods_simple_as_expression_test/02: MissingRuntimeError 129 generic_methods_simple_as_expression_test/02: MissingRuntimeError
126 generic_methods_simple_is_expression_test: RuntimeError 130 generic_methods_simple_is_expression_test: RuntimeError
127 generic_methods_tearoff_specialization_test: RuntimeError 131 generic_methods_tearoff_specialization_test: RuntimeError
128 generic_methods_unused_parameter_test: RuntimeError 132 generic_methods_unused_parameter_test: RuntimeError
129 generic_tearoff_test: CompileTimeError 133 generic_tearoff_test: CompileTimeError
130 134
131 [ $compiler == dart2js] 135 [ $compiler == dart2js]
132 generic_methods_type_expression_test: RuntimeError 136 generic_methods_type_expression_test: RuntimeError
133 137
134 [ $compiler == dart2js && $runtime != none ] 138 [ $compiler == dart2js && $runtime != none ]
135 bit_operations_test: RuntimeError, OK # Issue 1533 139 bit_operations_test: RuntimeError, OK # Issue 1533
140 generic_closure_test: RuntimeError
136 generic_instanceof_test: RuntimeError 141 generic_instanceof_test: RuntimeError
137 generic_typedef_test: RuntimeError 142 generic_typedef_test: RuntimeError
138 many_generic_instanceof_test: RuntimeError 143 many_generic_instanceof_test: RuntimeError
139 144
140 [ $compiler == dart2js && $runtime != none && !$checked ] 145 [ $compiler == dart2js && $runtime != none && !$checked ]
141 generic_list_checked_test: RuntimeError 146 generic_list_checked_test: RuntimeError
142 typevariable_substitution2_test/02: RuntimeError 147 typevariable_substitution2_test/02: RuntimeError
143 148
144 [ $compiler == dart2js && ! $dart2js_with_kernel ] 149 [ $compiler == dart2js && ! $dart2js_with_kernel ]
145 accessor_conflict_export2_test: Crash # Issue 25626 150 accessor_conflict_export2_test: Crash # Issue 25626
146 accessor_conflict_export_test: Crash # Issue 25626 151 accessor_conflict_export_test: Crash # Issue 25626
147 assert_trailing_comma_test/none: CompileTimeError # Issue 29959 152 assert_trailing_comma_test/none: CompileTimeError # Issue 29959
148 assertion_initializer_const_error2_test/cc01: Crash 153 assertion_initializer_const_error2_test/cc01: Crash
149 assertion_initializer_const_error2_test/cc02: Crash 154 assertion_initializer_const_error2_test/cc02: Crash
150 assertion_initializer_const_error2_test/cc03: Crash 155 assertion_initializer_const_error2_test/cc03: Crash
151 assertion_initializer_const_error2_test/cc04: Crash 156 assertion_initializer_const_error2_test/cc04: Crash
152 assertion_initializer_const_error2_test/cc05: Crash 157 assertion_initializer_const_error2_test/cc05: Crash
153 assertion_initializer_const_error2_test/cc06: Crash 158 assertion_initializer_const_error2_test/cc06: Crash
154 assertion_initializer_const_error2_test/cc07: Crash 159 assertion_initializer_const_error2_test/cc07: Crash
155 assertion_initializer_const_error2_test/cc08: Crash 160 assertion_initializer_const_error2_test/cc08: Crash
156 assertion_initializer_const_error2_test/cc09: Crash 161 assertion_initializer_const_error2_test/cc09: Crash
157 assertion_initializer_const_function_error_test/01: Crash 162 assertion_initializer_const_function_error_test/01: Crash
158 assertion_initializer_const_function_test/01: CompileTimeError 163 assertion_initializer_const_function_test/01: CompileTimeError
159 assertion_initializer_test: Crash 164 assertion_initializer_test: Crash
160 bad_typedef_test/00: Crash # Issue 28214 165 bad_typedef_test/00: Crash # Issue 28214
161 call_function_apply_test: RuntimeError # Issue 23873 166 call_function_apply_test: RuntimeError # Issue 23873
162 canonical_const2_test: RuntimeError, OK # Issue 1533 167 canonical_const2_test: RuntimeError, OK # Issue 1533
168 generic_function_typedef2_test/00: Crash # Issue 28214
169 generic_function_typedef2_test/01: Crash # Issue 28214
170 generic_function_typedef2_test/02: Crash # Issue 28214
171 generic_function_typedef2_test/03: Crash # Issue 28214
172 generic_function_typedef2_test/05: Crash # Issue 28214
173 generic_function_typedef2_test/06: Crash # Issue 28214
174 generalized_void_syntax_test: CompileTimeError # Issue #30176.
175 generic_field_mixin4_test: Crash # Issue 18651
176 generic_field_mixin5_test: Crash # Issue 18651
163 177
164 [ $compiler == dart2js && $runtime != none && ! $dart2js_with_kernel ] 178 [ $compiler == dart2js && $runtime != none && ! $dart2js_with_kernel ]
165 accessor_conflict_import2_test: RuntimeError # Issue 25626 179 accessor_conflict_import2_test: RuntimeError # Issue 25626
166 accessor_conflict_import_prefixed2_test: RuntimeError # Issue 25626 180 accessor_conflict_import_prefixed2_test: RuntimeError # Issue 25626
167 accessor_conflict_import_prefixed_test: RuntimeError # Issue 25626 181 accessor_conflict_import_prefixed_test: RuntimeError # Issue 25626
168 accessor_conflict_import_test: RuntimeError # Issue 25626 182 accessor_conflict_import_test: RuntimeError # Issue 25626
169 branch_canonicalization_test: RuntimeError # Issue 638. 183 branch_canonicalization_test: RuntimeError # Issue 638.
170 184
171 [ $compiler == dart2js && ! $checked && ! $enable_asserts && ! $dart2js_with_ker nel && $runtime != none ] 185 [ $compiler == dart2js && ! $checked && ! $enable_asserts && ! $dart2js_with_ker nel && $runtime != none ]
172 assertion_test: RuntimeError # Issue 12748 186 assertion_test: RuntimeError # Issue 12748
(...skipping 15 matching lines...) Expand all
188 async_await_syntax_test/c06a: RuntimeError # Issue 27394 202 async_await_syntax_test/c06a: RuntimeError # Issue 27394
189 async_await_syntax_test/d06a: RuntimeError # Issue 27394 203 async_await_syntax_test/d06a: RuntimeError # Issue 27394
190 async_star_pause_test: RuntimeError # Issue 27394 204 async_star_pause_test: RuntimeError # Issue 27394
191 async_star_regression_fisk_test: RuntimeError # Issue 27394 205 async_star_regression_fisk_test: RuntimeError # Issue 27394
192 async_star_stream_take_test: RuntimeError # Issue 27394 206 async_star_stream_take_test: RuntimeError # Issue 27394
193 async_star_take_reyield_test: RuntimeError # Issue 27394 207 async_star_take_reyield_test: RuntimeError # Issue 27394
194 black_listed_test/13c: Crash # Issue 27394 208 black_listed_test/13c: Crash # Issue 27394
195 black_listed_test/14c: Crash # Issue 27394 209 black_listed_test/14c: Crash # Issue 27394
196 bootstrap_test: RuntimeError # Issue 27394 210 bootstrap_test: RuntimeError # Issue 27394
197 call_nonexistent_static_test/10: Crash # Issue 27394 211 call_nonexistent_static_test/10: Crash # Issue 27394
212 generalized_void_syntax_test: Crash # Issue #30176
213 generic_field_mixin2_test: Crash # Issue 27394
214 generic_field_mixin3_test: Crash # Issue 27394
215 generic_field_mixin6_test/01: Crash # Issue 27394
216 generic_field_mixin_test: Crash # Issue 27394
198 generic_local_functions_test: Crash # Issue 27394 217 generic_local_functions_test: Crash # Issue 27394
199 generic_metadata_test/02: Crash # Issue 27394 218 generic_metadata_test/02: Crash # Issue 27394
200 generic_metadata_test/03: Crash # Issue 27394 219 generic_metadata_test/03: Crash # Issue 27394
201 generic_methods_generic_function_parameter_test: Crash # Issue 27394 220 generic_methods_generic_function_parameter_test: Crash # Issue 27394
202 get_set_syntax_test/00: Crash # Issue 27394 221 get_set_syntax_test/00: Crash # Issue 27394
203 222
204 [ $compiler == dart2js && !$checked ] 223 [ $compiler == dart2js && !$checked ]
205 function_subtype_inline2_test: RuntimeError 224 function_subtype_inline2_test: RuntimeError
206 225
207 [ $compiler == dart2js && !$checked && $minified ] 226 [ $compiler == dart2js && !$checked && $minified ]
(...skipping 233 matching lines...) Expand 10 before | Expand all | Expand 10 after
441 closure_parameter_types_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_ha ndler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)' : Local local(main#invokeCount) is stored in a closure field. 460 closure_parameter_types_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_ha ndler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)' : Local local(main#invokeCount) is stored in a closure field.
442 closure_self_reference_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_han dler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local local(main#inner) is stored in a closure field. 461 closure_self_reference_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_han dler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local local(main#inner) is stored in a closure field.
443 closure_shared_state_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handl er.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': L ocal local(setupNestedLoop#j) is stored in a closure field. 462 closure_shared_state_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handl er.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': L ocal local(setupNestedLoop#j) is stored in a closure field.
444 closure_type_variable_test: Crash # NoSuchMethodError: The getter 'typeArguments ' was called on null. 463 closure_type_variable_test: Crash # NoSuchMethodError: The getter 'typeArguments ' was called on null.
445 closure_type_variables_test: Crash # type 'JClosureClass' is not a subtype of ty pe 'ClosureClassElement' of 'closureClass' where 464 closure_type_variables_test: Crash # type 'JClosureClass' is not a subtype of ty pe 'ClosureClassElement' of 'closureClass' where
446 closure_with_super_field_test: Crash # Assertion failure: Cannot find value Inst ance of 'ThisLocal' in (local(B.returnSuperInClosure#)) for j:closure_call(B_ret urnSuperInClosure_closure.call). 465 closure_with_super_field_test: Crash # Assertion failure: Cannot find value Inst ance of 'ThisLocal' in (local(B.returnSuperInClosure#)) for j:closure_call(B_ret urnSuperInClosure_closure.call).
447 closure_with_super_send_test: Crash # Assertion failure: Cannot find value Insta nce of 'ThisLocal' in (local(Sub.test#e), local(Sub.test#)) for j:closure_call(S ub_test_closure.call). 466 closure_with_super_send_test: Crash # Assertion failure: Cannot find value Insta nce of 'ThisLocal' in (local(Sub.test#e), local(Sub.test#)) for j:closure_call(S ub_test_closure.call).
448 closures_initializer2_test: Crash # 'file:*/pkg/compiler/lib/src/js_model/closur e.dart': Failed assertion: line 207 pos 9: 'closure != null': Corresponding clos ure class not found for () → dynamic => #lib1::A::T. Closures found for (() → dy namic { 467 closures_initializer2_test: Crash # 'file:*/pkg/compiler/lib/src/js_model/closur e.dart': Failed assertion: line 207 pos 9: 'closure != null': Corresponding clos ure class not found for () → dynamic => #lib1::A::T. Closures found for (() → dy namic {
449 closures_initializer_test: Crash # 'file:*/pkg/compiler/lib/src/js_model/closure .dart': Failed assertion: line 207 pos 9: 'closure != null': Corresponding closu re class not found for () → dynamic => #lib1::B::T. Closures found for (() → dyn amic { 468 closures_initializer_test: Crash # 'file:*/pkg/compiler/lib/src/js_model/closure .dart': Failed assertion: line 207 pos 9: 'closure != null': Corresponding closu re class not found for () → dynamic => #lib1::B::T. Closures found for (() → dyn amic {
450 closures_with_complex_params_test: Crash # type 'JClosureClass' is not a subtype of type 'ClosureClassElement' of 'cls' where 469 closures_with_complex_params_test: Crash # type 'JClosureClass' is not a subtype of type 'ClosureClassElement' of 'cls' where
470 compile_time_constant_a_test: Crash
471 compile_time_constant_b_test: Crash
472 compile_time_constant_c_test/02: Crash
473 compile_time_constant_k_test/01: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals _handler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(loca l)': Local local(Maps.mapToString#first) is stored in a closure field.
474 compile_time_constant_k_test/02: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals _handler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(loca l)': Local local(Maps.mapToString#first) is stored in a closure field.
475 compile_time_constant_k_test/03: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals _handler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(loca l)': Local local(Maps.mapToString#first) is stored in a closure field.
476 compile_time_constant_k_test/none: Crash # 'file:*/pkg/compiler/lib/src/ssa/loca ls_handler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(lo cal)': Local local(Maps.mapToString#first) is stored in a closure field.
451 compile_time_constant10_test/none: Crash # 'file:*/pkg/compiler/lib/src/ssa/loca ls_handler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(lo cal)': Local local(Maps.mapToString#first) is stored in a closure field. 477 compile_time_constant10_test/none: Crash # 'file:*/pkg/compiler/lib/src/ssa/loca ls_handler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(lo cal)': Local local(Maps.mapToString#first) is stored in a closure field.
452 regress_30339_test: Crash # 'file:*/pkg/compiler/lib/src/js_model/closure.dart': Failed assertion: line 197 pos 9: 'closure != null': Corresponding closure clas s not found for j:getter(Iterable.iterator). Closures found for (j:closure_call( Closure_fromTearOff_closure.call), j:closure_call(Maps_mapToString_closure.call) , j:closure_call(main_closure.call), ..., j:closure_call(_awaitOnObject_closure. call), j:closure_call(_awaitOnObject_closure.call)) 478 generalized_void_syntax_test: CompileTimeError
453 typevariable_substitution2_test/02: RuntimeError 479 generic_closure_test: RuntimeError
480 generic_field_mixin2_test: Crash
481 generic_field_mixin3_test: Crash
482 generic_field_mixin4_test: Crash # Issue 18651
483 generic_field_mixin5_test: Crash # Issue 18651
484 generic_field_mixin6_test/01: Crash
485 generic_field_mixin_test: Crash
486 generic_function_typedef_test: Crash
487 generic_functions_test: Crash
454 generic_instanceof_test: Crash 488 generic_instanceof_test: Crash
455 generic_local_functions_test: Crash 489 generic_local_functions_test: Crash
456 generic_method_types_test/01: Crash 490 generic_method_types_test/01: Crash
457 generic_method_types_test/02: Crash 491 generic_method_types_test/02: Crash
458 generic_methods_generic_function_parameter_test: Crash 492 generic_methods_generic_function_parameter_test: Crash
459 generic_methods_test: Crash 493 generic_methods_test: Crash
460 generic_native_test: Crash 494 generic_native_test: Crash
461 generic_syntax_test: Crash 495 generic_syntax_test: Crash
462 generic_test: Crash 496 generic_test: Crash
463 getter_closure_execution_order_test: Crash 497 getter_closure_execution_order_test: Crash
464 generic_test: RuntimeError 498 generic_test: RuntimeError
465 many_generic_instanceof_test: Crash 499 many_generic_instanceof_test: Crash
466 compile_time_constant_a_test: Crash 500 regress_30339_test: Crash # 'file:*/pkg/compiler/lib/src/js_model/closure.dart': Failed assertion: line 197 pos 9: 'closure != null': Corresponding closure clas s not found for j:getter(Iterable.iterator). Closures found for (j:closure_call( Closure_fromTearOff_closure.call), j:closure_call(Maps_mapToString_closure.call) , j:closure_call(main_closure.call), ..., j:closure_call(_awaitOnObject_closure. call), j:closure_call(_awaitOnObject_closure.call))
467 compile_time_constant_b_test: Crash 501 typevariable_substitution2_test/02: RuntimeError
468 compile_time_constant_c_test/02: Crash
469 compile_time_constant_k_test/01: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals _handler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(loca l)': Local local(Maps.mapToString#first) is stored in a closure field.
470 compile_time_constant_k_test/02: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals _handler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(loca l)': Local local(Maps.mapToString#first) is stored in a closure field.
471 compile_time_constant_k_test/03: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals _handler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(loca l)': Local local(Maps.mapToString#first) is stored in a closure field.
472 compile_time_constant_k_test/none: Crash # 'file:*/pkg/compiler/lib/src/ssa/loca ls_handler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(lo cal)': Local local(Maps.mapToString#first) is stored in a closure field.
473 502
474 [ $compiler == dart2js && $dart2js_with_kernel && $minified ] 503 [ $compiler == dart2js && $dart2js_with_kernel && $minified ]
475 abstract_exact_selector_test/none: Crash # NoSuchMethodError: The getter 'thisLo cal' was called on null. 504 abstract_exact_selector_test/none: Crash # NoSuchMethodError: The getter 'thisLo cal' was called on null.
476 abstract_getter_test/01: Crash # NoSuchMethodError: The getter 'thisLocal' was c alled on null. 505 abstract_getter_test/01: Crash # NoSuchMethodError: The getter 'thisLocal' was c alled on null.
477 abstract_method_test: Crash # NoSuchMethodError: The getter 'thisLocal' was call ed on null. 506 abstract_method_test: Crash # NoSuchMethodError: The getter 'thisLocal' was call ed on null.
478 abstract_object_method_test: Crash # NoSuchMethodError: The getter 'thisLocal' w as called on null. 507 abstract_object_method_test: Crash # NoSuchMethodError: The getter 'thisLocal' w as called on null.
479 arg_param_trailing_comma_test/none: Crash # Assertion failure: Unexpected constr uctor j:constructor(C.) in ConstructorDataImpl._getConstructorConstant 508 arg_param_trailing_comma_test/none: Crash # Assertion failure: Unexpected constr uctor j:constructor(C.) in ConstructorDataImpl._getConstructorConstant
480 assert_message_test: Crash # NoSuchMethodError: The getter 'thisLocal' was calle d on null. 509 assert_message_test: Crash # NoSuchMethodError: The getter 'thisLocal' was calle d on null.
481 assert_trailing_comma_test/none: CompileTimeError 510 assert_trailing_comma_test/none: CompileTimeError
482 assertion_initializer_const_error2_test/cc02: Crash # Unsupported operation: Une xpected initializer #lib1::C::cc02 (Constructor) 511 assertion_initializer_const_error2_test/cc02: Crash # Unsupported operation: Une xpected initializer #lib1::C::cc02 (Constructor)
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
608 closure_parameter_types_test: RuntimeError 637 closure_parameter_types_test: RuntimeError
609 closure_self_reference_test: Crash # Stack Overflow 638 closure_self_reference_test: Crash # Stack Overflow
610 closure_shared_state_test: RuntimeError 639 closure_shared_state_test: RuntimeError
611 closure_type_variable_test: Crash # NoSuchMethodError: The getter 'typeArguments ' was called on null. 640 closure_type_variable_test: Crash # NoSuchMethodError: The getter 'typeArguments ' was called on null.
612 closure_type_variables_test: Crash # NoSuchMethodError: Class 'JClosureClass' ha s no instance getter 'methodElement'. 641 closure_type_variables_test: Crash # NoSuchMethodError: Class 'JClosureClass' ha s no instance getter 'methodElement'.
613 closure_with_super_field_test: Crash # Assertion failure: Cannot find value Inst ance of 'ThisLocal' in (local(B.returnSuperInClosure#)) for j:closure_call(B_ret urnSuperInClosure_closure.call). 642 closure_with_super_field_test: Crash # Assertion failure: Cannot find value Inst ance of 'ThisLocal' in (local(B.returnSuperInClosure#)) for j:closure_call(B_ret urnSuperInClosure_closure.call).
614 closure_with_super_send_test: Crash # Assertion failure: Cannot find value Insta nce of 'ThisLocal' in (local(Sub.test#e), local(Sub.test#)) for j:closure_call(S ub_test_closure.call). 643 closure_with_super_send_test: Crash # Assertion failure: Cannot find value Insta nce of 'ThisLocal' in (local(Sub.test#e), local(Sub.test#)) for j:closure_call(S ub_test_closure.call).
615 closures_initializer2_test: Crash # NoSuchMethodError: The getter 'closureClassE ntity' was called on null. 644 closures_initializer2_test: Crash # NoSuchMethodError: The getter 'closureClassE ntity' was called on null.
616 closures_initializer_test: Crash # NoSuchMethodError: The getter 'closureClassEn tity' was called on null. 645 closures_initializer_test: Crash # NoSuchMethodError: The getter 'closureClassEn tity' was called on null.
617 closures_with_complex_params_test: Crash # NoSuchMethodError: Class 'JClosureCla ss' has no instance getter 'supertype'. 646 closures_with_complex_params_test: Crash # NoSuchMethodError: Class 'JClosureCla ss' has no instance getter 'supertype'.
618 regress_30339_test: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null. 647 compile_time_constant_a_test: Crash
619 typevariable_substitution2_test/02: RuntimeError 648 compile_time_constant_b_test: Crash
649 compile_time_constant_c_test/02: Crash
650 generalized_void_syntax_test: CompileTimeError
651 generic_closure_test: RuntimeError
652 generic_field_mixin2_test: Crash
653 generic_field_mixin3_test: Crash
654 generic_field_mixin4_test: Crash # Issue 18651
655 generic_field_mixin5_test: Crash # Issue 18651
656 generic_field_mixin_test: Crash
657 generic_function_typedef2_test/04: Crash
658 generic_function_typedef_test: Crash
659 generic_functions_test: Crash
620 generic_instanceof_test: Crash 660 generic_instanceof_test: Crash
621 generic_local_functions_test: Crash 661 generic_local_functions_test: Crash
622 generic_methods_closure_test: Crash 662 generic_methods_closure_test: Crash
623 generic_methods_generic_class_tearoff_test: Crash 663 generic_methods_generic_class_tearoff_test: Crash
624 generic_methods_generic_function_parameter_test: Crash 664 generic_methods_generic_function_parameter_test: Crash
625 generic_methods_named_parameters_test: Crash 665 generic_methods_named_parameters_test: Crash
626 generic_methods_optional_parameters_test: Crash 666 generic_methods_optional_parameters_test: Crash
627 generic_methods_shadowing_test: Crash 667 generic_methods_shadowing_test: Crash
628 generic_methods_tearoff_specialization_test: Crash 668 generic_methods_tearoff_specialization_test: Crash
629 generic_methods_test: Crash 669 generic_methods_test: Crash
630 generic_methods_type_expression_test: Crash 670 generic_methods_type_expression_test: Crash
671 generic_method_types_test/01: Crash
672 generic_method_types_test/02: Crash
673 generic_methods_generic_function_parameter_test: Crash
674 generic_methods_test: Crash
631 generic_native_test: Crash 675 generic_native_test: Crash
632 generic_syntax_test: Crash 676 generic_syntax_test: Crash
633 generic_test: Crash 677 generic_test: Crash
634 generic_test: RuntimeError 678 generic_test: RuntimeError
635 many_generic_instanceof_test: Crash 679 many_generic_instanceof_test: Crash
636 compile_time_constant_a_test: Crash 680 regress_30339_test: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
637 compile_time_constant_b_test: Crash 681 typevariable_substitution2_test/02: RuntimeError
638 compile_time_constant_c_test/02: Crash
639 682
640 [ $compiler == dart2js && ! $dart2js_with_kernel && $runtime != none ] 683 [ $compiler == dart2js && ! $dart2js_with_kernel && $runtime != none ]
641 async_star_cancel_while_paused_test: RuntimeError # Issue 22853 684 async_star_cancel_while_paused_test: RuntimeError # Issue 22853
642 685
643 [ $compiler == dart2js && $runtime == jsshell && ! $dart2js_with_kernel ] 686 [ $compiler == dart2js && $runtime == jsshell && ! $dart2js_with_kernel ]
644 async_star_await_pauses_test: RuntimeError # Need triage 687 async_star_await_pauses_test: RuntimeError # Need triage
645 async_star_no_cancel2_test: RuntimeError # Need triage 688 async_star_no_cancel2_test: RuntimeError # Need triage
646 async_star_no_cancel_test: RuntimeError # Need triage 689 async_star_no_cancel_test: RuntimeError # Need triage
647 690
648 [ $compiler == dart2js && $checked && ! $dart2js_with_kernel ] 691 [ $compiler == dart2js && $checked && ! $dart2js_with_kernel ]
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
695 function_type/function_type52_test: Crash # Issue 27394 738 function_type/function_type52_test: Crash # Issue 27394
696 function_type/function_type53_test: Crash # Issue 27394 739 function_type/function_type53_test: Crash # Issue 27394
697 function_type/function_type54_test: Crash # Issue 27394 740 function_type/function_type54_test: Crash # Issue 27394
698 function_type/function_type55_test: Crash # Issue 27394 741 function_type/function_type55_test: Crash # Issue 27394
699 function_type/function_type62_test: Crash # Issue 27394 742 function_type/function_type62_test: Crash # Issue 27394
700 function_type/function_type63_test: Crash # Issue 27394 743 function_type/function_type63_test: Crash # Issue 27394
701 function_type/function_type6_test: Crash # Issue 27394 744 function_type/function_type6_test: Crash # Issue 27394
702 function_type/function_type7_test: Crash # Issue 27394 745 function_type/function_type7_test: Crash # Issue 27394
703 function_type/function_type98_test: Crash # Issue 27394 746 function_type/function_type98_test: Crash # Issue 27394
704 function_type/function_type99_test: Crash # Issue 27394 747 function_type/function_type99_test: Crash # Issue 27394
748 generic_function_typedef_test: Crash # Issue 27394
705 749
706 [ $compiler == dart2js && $runtime == safarimobilesim ] 750 [ $compiler == dart2js && $runtime == safarimobilesim ]
707 call_through_getter_test: Fail, OK 751 call_through_getter_test: Fail, OK
752
753 [ $compiler == dart2js && $minified && ! $dart2js_with_kernel ]
754 generic_closure_test: Fail # Issue 12605
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698