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

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

Issue 3008573002: Migrate test block 113 to Dart 2.0. (Closed)
Patch Set: Merge fixups 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 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
103 class_literal_test/21: MissingCompileTimeError 103 class_literal_test/21: MissingCompileTimeError
104 class_literal_test/22: MissingCompileTimeError 104 class_literal_test/22: MissingCompileTimeError
105 class_literal_test/23: MissingCompileTimeError 105 class_literal_test/23: MissingCompileTimeError
106 class_literal_test/24: MissingCompileTimeError 106 class_literal_test/24: MissingCompileTimeError
107 class_literal_test/25: MissingCompileTimeError 107 class_literal_test/25: MissingCompileTimeError
108 covariant_subtyping_with_substitution_test: RuntimeError 108 covariant_subtyping_with_substitution_test: RuntimeError
109 covariant_tear_off_type_test: RuntimeError 109 covariant_tear_off_type_test: RuntimeError
110 generic_constructor_mixin_test/01: MissingCompileTimeError 110 generic_constructor_mixin_test/01: MissingCompileTimeError
111 generic_constructor_mixin2_test/01: MissingCompileTimeError 111 generic_constructor_mixin2_test/01: MissingCompileTimeError
112 generic_constructor_mixin3_test/01: MissingCompileTimeError 112 generic_constructor_mixin3_test/01: MissingCompileTimeError
113 generic_field_mixin6_test/01: MissingCompileTimeError
114 generic_function_bounds_test: CompileTimeError
115 generic_function_dcall_test: CompileTimeError
116 generic_function_typedef2_test/04: MissingCompileTimeError
113 generic_methods_bounds_test/01: MissingCompileTimeError 117 generic_methods_bounds_test/01: MissingCompileTimeError
114 generic_methods_bounds_test/02: MissingRuntimeError 118 generic_methods_bounds_test/02: MissingRuntimeError
115 generic_methods_closure_test: RuntimeError 119 generic_methods_closure_test: RuntimeError
116 generic_methods_dynamic_test/01: MissingCompileTimeError 120 generic_methods_dynamic_test/01: MissingCompileTimeError
117 generic_methods_dynamic_test/02: MissingRuntimeError 121 generic_methods_dynamic_test/02: MissingRuntimeError
118 generic_methods_dynamic_test/03: MissingCompileTimeError 122 generic_methods_dynamic_test/03: MissingCompileTimeError
119 generic_methods_dynamic_test/04: MissingRuntimeError 123 generic_methods_dynamic_test/04: MissingRuntimeError
120 generic_methods_generic_class_tearoff_test: RuntimeError 124 generic_methods_generic_class_tearoff_test: RuntimeError
121 generic_methods_generic_function_result_test/none: CompileTimeError # Issue #302 08 125 generic_methods_generic_function_result_test/none: CompileTimeError # Issue #302 08
122 generic_methods_named_parameters_test: RuntimeError 126 generic_methods_named_parameters_test: RuntimeError
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
191 unresolved_in_factory_test: MissingCompileTimeError 195 unresolved_in_factory_test: MissingCompileTimeError
192 unresolved_top_level_method_test: MissingCompileTimeError 196 unresolved_top_level_method_test: MissingCompileTimeError
193 unresolved_top_level_var_test: MissingCompileTimeError 197 unresolved_top_level_var_test: MissingCompileTimeError
194 vm/async_await_catch_stacktrace_test: RuntimeError 198 vm/async_await_catch_stacktrace_test: RuntimeError
195 199
196 [ $compiler == dart2js && !$minified && $runtime != d8] 200 [ $compiler == dart2js && !$minified && $runtime != d8]
197 generic_methods_local_variable_declaration_test: RuntimeError 201 generic_methods_local_variable_declaration_test: RuntimeError
198 202
199 [ $compiler == dart2js && $runtime != none ] 203 [ $compiler == dart2js && $runtime != none ]
200 bit_operations_test: RuntimeError, OK # Issue 1533 204 bit_operations_test: RuntimeError, OK # Issue 1533
205 generic_closure_test: RuntimeError
206 generic_function_typedef_test/01: RuntimeError
201 generic_instanceof_test: RuntimeError 207 generic_instanceof_test: RuntimeError
202 generic_typedef_test: RuntimeError 208 generic_typedef_test: RuntimeError
203 many_generic_instanceof_test: RuntimeError 209 many_generic_instanceof_test: RuntimeError
204 210
205 [ $compiler == dart2js && $runtime != none && !$checked ] 211 [ $compiler == dart2js && $runtime != none && !$checked ]
212 generic_field_mixin6_test/none: RuntimeError
206 generic_list_checked_test: RuntimeError 213 generic_list_checked_test: RuntimeError
207 getters_setters2_test/01: RuntimeError 214 getters_setters2_test/01: RuntimeError
208 getters_setters2_test/none: RuntimeError 215 getters_setters2_test/none: RuntimeError
209 if_null_precedence_test/none: RuntimeError 216 if_null_precedence_test/none: RuntimeError
210 typevariable_substitution2_test/02: RuntimeError 217 typevariable_substitution2_test/02: RuntimeError
211 218
212 [ $compiler == dart2js && ! $dart2js_with_kernel ] 219 [ $compiler == dart2js && ! $dart2js_with_kernel ]
213 accessor_conflict_export2_test: Crash # Issue 25626 220 accessor_conflict_export2_test: Crash # Issue 25626
214 accessor_conflict_export_test: Crash # Issue 25626 221 accessor_conflict_export_test: Crash # Issue 25626
215 assert_trailing_comma_test/none: CompileTimeError # Issue 29959 222 assert_trailing_comma_test/none: CompileTimeError # Issue 29959
216 assertion_initializer_const_error2_test/cc01: Crash 223 assertion_initializer_const_error2_test/cc01: Crash
217 assertion_initializer_const_error2_test/cc02: Crash 224 assertion_initializer_const_error2_test/cc02: Crash
218 assertion_initializer_const_error2_test/cc03: Crash 225 assertion_initializer_const_error2_test/cc03: Crash
219 assertion_initializer_const_error2_test/cc04: Crash 226 assertion_initializer_const_error2_test/cc04: Crash
220 assertion_initializer_const_error2_test/cc05: Crash 227 assertion_initializer_const_error2_test/cc05: Crash
221 assertion_initializer_const_error2_test/cc06: Crash 228 assertion_initializer_const_error2_test/cc06: Crash
222 assertion_initializer_const_error2_test/cc07: Crash 229 assertion_initializer_const_error2_test/cc07: Crash
223 assertion_initializer_const_error2_test/cc08: Crash 230 assertion_initializer_const_error2_test/cc08: Crash
224 assertion_initializer_const_error2_test/cc09: Crash 231 assertion_initializer_const_error2_test/cc09: Crash
225 assertion_initializer_const_function_error_test/01: Crash 232 assertion_initializer_const_function_error_test/01: Crash
226 assertion_initializer_const_function_test/01: CompileTimeError 233 assertion_initializer_const_function_test/01: CompileTimeError
227 assertion_initializer_test: Crash 234 assertion_initializer_test: Crash
228 bad_typedef_test/00: Crash # Issue 28214 235 bad_typedef_test/00: Crash # Issue 28214
229 call_function_apply_test: RuntimeError # Issue 23873 236 call_function_apply_test: RuntimeError # Issue 23873
230 canonical_const2_test: RuntimeError, OK # Issue 1533 237 canonical_const2_test: RuntimeError, OK # Issue 1533
231 getter_setter_in_lib_test: Fail # Issue 23288 238 getter_setter_in_lib_test: Fail # Issue 23288
232 if_null_assignment_behavior_test/13: Crash # Issue 23491 239 if_null_assignment_behavior_test/13: Crash # Issue 23491
233 if_null_assignment_behavior_test/14: Crash # Issue 23491 240 if_null_assignment_behavior_test/14: Crash # Issue 23491
234 identical_closure2_test: RuntimeError # Issue 1533, Issue 12596 241 identical_closure2_test: RuntimeError # Issue 1533, Issue 12596
242 generic_function_typedef2_test/00: Crash # Issue 28214
243 generic_function_typedef2_test/01: Crash # Issue 28214
244 generic_function_typedef2_test/02: Crash # Issue 28214
245 generic_function_typedef2_test/03: Crash # Issue 28214
246 generic_function_typedef2_test/00: MissingCompileTimeError # Issue 28214
247 generic_function_typedef2_test/01: MissingCompileTimeError # Issue 28214
248 generic_function_typedef2_test/02: MissingCompileTimeError # Issue 28214
249 generic_function_typedef2_test/03: MissingCompileTimeError # Issue 28214
250 generic_function_typedef2_test/05: Crash # Issue 28214
251 generic_function_typedef2_test/06: Crash # Issue 28214
252 generalized_void_syntax_test: CompileTimeError # Issue #30176.
253 generic_field_mixin4_test: Crash # Issue 18651
254 generic_field_mixin5_test: Crash # Issue 18651
235 255
236 [ $compiler == dart2js && $runtime != none && ! $dart2js_with_kernel ] 256 [ $compiler == dart2js && $runtime != none && ! $dart2js_with_kernel ]
237 accessor_conflict_import2_test: RuntimeError # Issue 25626 257 accessor_conflict_import2_test: RuntimeError # Issue 25626
238 accessor_conflict_import_prefixed2_test: RuntimeError # Issue 25626 258 accessor_conflict_import_prefixed2_test: RuntimeError # Issue 25626
239 accessor_conflict_import_prefixed_test: RuntimeError # Issue 25626 259 accessor_conflict_import_prefixed_test: RuntimeError # Issue 25626
240 accessor_conflict_import_test: RuntimeError # Issue 25626 260 accessor_conflict_import_test: RuntimeError # Issue 25626
241 branch_canonicalization_test: RuntimeError # Issue 638. 261 branch_canonicalization_test: RuntimeError # Issue 638.
242 generic_methods_local_variable_declaration_test: RuntimeError 262 generic_methods_local_variable_declaration_test: RuntimeError
243 263
244 [ $compiler == dart2js && ! $checked && ! $enable_asserts && ! $dart2js_with_ker nel && $runtime != none ] 264 [ $compiler == dart2js && ! $checked && ! $enable_asserts && ! $dart2js_with_ker nel && $runtime != none ]
(...skipping 16 matching lines...) Expand all
261 async_await_syntax_test/c06a: RuntimeError # Issue 27394 281 async_await_syntax_test/c06a: RuntimeError # Issue 27394
262 async_await_syntax_test/d06a: RuntimeError # Issue 27394 282 async_await_syntax_test/d06a: RuntimeError # Issue 27394
263 async_star_pause_test: RuntimeError # Issue 27394 283 async_star_pause_test: RuntimeError # Issue 27394
264 async_star_regression_fisk_test: RuntimeError # Issue 27394 284 async_star_regression_fisk_test: RuntimeError # Issue 27394
265 async_star_stream_take_test: RuntimeError # Issue 27394 285 async_star_stream_take_test: RuntimeError # Issue 27394
266 async_star_take_reyield_test: RuntimeError # Issue 27394 286 async_star_take_reyield_test: RuntimeError # Issue 27394
267 black_listed_test/13c: Crash # Issue 27394 287 black_listed_test/13c: Crash # Issue 27394
268 black_listed_test/14c: Crash # Issue 27394 288 black_listed_test/14c: Crash # Issue 27394
269 bootstrap_test: RuntimeError # Issue 27394 289 bootstrap_test: RuntimeError # Issue 27394
270 call_nonexistent_static_test/10: Crash # Issue 27394 290 call_nonexistent_static_test/10: Crash # Issue 27394
291 generalized_void_syntax_test: Crash # Issue #30176
292 generic_field_mixin2_test: Crash # Issue 27394
293 generic_field_mixin3_test: Crash # Issue 27394
294 generic_field_mixin6_test/01: Crash # Issue 27394
295 generic_field_mixin_test: Crash # Issue 27394
271 generic_local_functions_test: Crash # Issue 27394 296 generic_local_functions_test: Crash # Issue 27394
272 generic_metadata_test/02: Crash # Issue 27394 297 generic_metadata_test/02: Crash # Issue 27394
273 generic_metadata_test/03: Crash # Issue 27394 298 generic_metadata_test/03: Crash # Issue 27394
274 generic_methods_generic_function_parameter_test: Crash # Issue 27394 299 generic_methods_generic_function_parameter_test: Crash # Issue 27394
275 get_set_syntax_test/00: Crash # Issue 27394 300 get_set_syntax_test/00: Crash # Issue 27394
276 if_null_assignment_behavior_test/06: RuntimeError # Issue 27394
277 if_null_assignment_static_test/01: RuntimeError # Issue 27394
278 if_null_assignment_static_test/03: RuntimeError # Issue 27394
279 if_null_assignment_static_test/04: RuntimeError # Issue 27394
280 if_null_assignment_static_test/05: RuntimeError # Issue 27394
281 illegal_initializer_test/01: Crash # Issue 27394
282 illegal_initializer_test/02: Crash # Issue 27394
283 illegal_initializer_test/03: Crash # Issue 27394
284 illegal_initializer_test/04: Crash # Issue 27394
285 301
286 [ $compiler == dart2js && !$checked ] 302 [ $compiler == dart2js && !$checked ]
287 function_subtype_inline2_test: RuntimeError 303 function_subtype_inline2_test: RuntimeError
288 304
289 [ $compiler == dart2js && !$checked && $minified ] 305 [ $compiler == dart2js && !$checked && $minified ]
290 function_subtype_inline2_test: RuntimeError 306 function_subtype_inline2_test: RuntimeError
291 307
292 [ $compiler == dart2js && $runtime == d8 && $checked && $dart2js_with_kernel_in_ ssa && ! $dart2js_with_kernel ] 308 [ $compiler == dart2js && $runtime == d8 && $checked && $dart2js_with_kernel_in_ ssa && ! $dart2js_with_kernel ]
293 assertion_initializer_const_function_test/none: RuntimeError 309 assertion_initializer_const_function_test/none: RuntimeError
294 310
(...skipping 219 matching lines...) Expand 10 before | Expand all | Expand 10 after
514 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). 530 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).
515 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). 531 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).
516 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 { 532 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 {
517 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 { 533 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 {
518 compile_time_constant_a_test: Crash 534 compile_time_constant_a_test: Crash
519 compile_time_constant_b_test: Crash 535 compile_time_constant_b_test: Crash
520 compile_time_constant_c_test/02: Crash 536 compile_time_constant_c_test/02: Crash
521 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. 537 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.
522 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. 538 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.
523 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. 539 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.
540 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.
541 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.
542 compile_time_constant_a_test: Crash
543 compile_time_constant_b_test: Crash
544 compile_time_constant_c_test/02: Crash
545 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.
546 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.
547 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.
548 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.
549 generalized_void_syntax_test: CompileTimeError
550 generic_closure_test: RuntimeError
551 generic_field_mixin2_test: Crash
552 generic_field_mixin3_test: Crash
553 generic_field_mixin4_test: Crash # Issue 18651
554 generic_field_mixin5_test: Crash # Issue 18651
555 generic_field_mixin6_test/01: Crash
556 generic_field_mixin_test: Crash
557 generic_function_typedef_test/none: Crash
558 generic_functions_test: Crash
524 generic_instanceof_test: Crash 559 generic_instanceof_test: Crash
525 generic_local_functions_test: Crash 560 generic_local_functions_test: Crash
526 generic_methods_closure_test: Crash # Unsupported operation: Unsupported type pa rameter type node S. 561 generic_methods_closure_test: Crash # Unsupported operation: Unsupported type pa rameter type node S.
527 generic_methods_generic_class_tearoff_test: Crash # Unsupported operation: Unsup ported type parameter type node T. 562 generic_methods_generic_class_tearoff_test: Crash # Unsupported operation: Unsup ported type parameter type node T.
528 generic_methods_generic_function_parameter_test: Crash 563 generic_methods_generic_function_parameter_test: Crash
529 generic_methods_named_parameters_test: Crash # Unsupported operation: Unsupporte d type parameter type node T. 564 generic_methods_named_parameters_test: Crash # Unsupported operation: Unsupporte d type parameter type node T.
530 generic_methods_optional_parameters_test: Crash # Unsupported operation: Unsuppo rted type parameter type node T. 565 generic_methods_optional_parameters_test: Crash # Unsupported operation: Unsuppo rted type parameter type node T.
531 generic_methods_shadowing_test: Crash # Unsupported operation: Unsupported type parameter type node T. 566 generic_methods_shadowing_test: Crash # Unsupported operation: Unsupported type parameter type node T.
532 generic_methods_tearoff_specialization_test: Crash # Unsupported operation: Unsu pported type parameter type node T. 567 generic_methods_tearoff_specialization_test: Crash # Unsupported operation: Unsu pported type parameter type node T.
533 generic_methods_test: Crash 568 generic_methods_test: Crash
(...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after
713 closure_self_reference_test: RuntimeError 748 closure_self_reference_test: RuntimeError
714 closure_type_variable_test: Crash # NoSuchMethodError: The getter 'typeArguments ' was called on null. 749 closure_type_variable_test: Crash # NoSuchMethodError: The getter 'typeArguments ' was called on null.
715 closure_type_variables_test: Crash # NoSuchMethodError: Class 'JClosureClass' ha s no instance getter 'methodElement'. 750 closure_type_variables_test: Crash # NoSuchMethodError: Class 'JClosureClass' ha s no instance getter 'methodElement'.
716 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). 751 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).
717 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). 752 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).
718 closures_initializer2_test: Crash # NoSuchMethodError: The getter 'closureClassE ntity' was called on null. 753 closures_initializer2_test: Crash # NoSuchMethodError: The getter 'closureClassE ntity' was called on null.
719 closures_initializer_test: Crash # NoSuchMethodError: The getter 'closureClassEn tity' was called on null. 754 closures_initializer_test: Crash # NoSuchMethodError: The getter 'closureClassEn tity' was called on null.
720 compile_time_constant_a_test: Crash # Assertion failure: Cannot find value Insta nce of 'ThisLocal' in (local(ConstantStringMap.values#key), local(ConstantString Map.values#)) for j:closure_call(ConstantStringMap_values_closure.call). 755 compile_time_constant_a_test: Crash # Assertion failure: Cannot find value Insta nce of 'ThisLocal' in (local(ConstantStringMap.values#key), local(ConstantString Map.values#)) for j:closure_call(ConstantStringMap_values_closure.call).
721 compile_time_constant_b_test: Crash # Assertion failure: Cannot find value Insta nce of 'ThisLocal' in (local(ConstantStringMap.values#key), local(ConstantString Map.values#)) for j:closure_call(ConstantStringMap_values_closure.call). 756 compile_time_constant_b_test: Crash # Assertion failure: Cannot find value Insta nce of 'ThisLocal' in (local(ConstantStringMap.values#key), local(ConstantString Map.values#)) for j:closure_call(ConstantStringMap_values_closure.call).
722 compile_time_constant_c_test/02: Crash # NoSuchMethodError: The getter 'isString ' was called on null. 757 compile_time_constant_c_test/02: Crash # NoSuchMethodError: The getter 'isString ' was called on null.
758 closures_with_complex_params_test: Crash # NoSuchMethodError: Class 'JClosureCla ss' has no instance getter 'supertype'.
759 compile_time_constant_a_test: Crash
760 compile_time_constant_b_test: Crash
761 compile_time_constant_c_test/02: Crash
762 generalized_void_syntax_test: CompileTimeError
763 generic_closure_test: RuntimeError
764 generic_field_mixin2_test: Crash
765 generic_field_mixin3_test: Crash
766 generic_field_mixin4_test: Crash # Issue 18651
767 generic_field_mixin5_test: Crash # Issue 18651
768 generic_field_mixin_test: Crash
769 generic_function_typedef2_test/04: Crash
770 generic_function_typedef_test/none: Crash
771 generic_functions_test: Crash
723 generic_instanceof_test: Crash 772 generic_instanceof_test: Crash
724 generic_local_functions_test: Crash 773 generic_local_functions_test: Crash
725 generic_methods_closure_test: Crash 774 generic_methods_closure_test: Crash
726 generic_methods_generic_class_tearoff_test: Crash 775 generic_methods_generic_class_tearoff_test: Crash
727 generic_methods_generic_function_parameter_test: Crash 776 generic_methods_generic_function_parameter_test: Crash
728 generic_methods_named_parameters_test: Crash 777 generic_methods_named_parameters_test: Crash
729 generic_methods_optional_parameters_test: Crash 778 generic_methods_optional_parameters_test: Crash
730 generic_methods_shadowing_test: Crash 779 generic_methods_shadowing_test: Crash
731 generic_methods_tearoff_specialization_test: Crash 780 generic_methods_tearoff_specialization_test: Crash
732 generic_methods_test: Crash 781 generic_methods_test: Crash
733 generic_methods_type_expression_test: Crash 782 generic_methods_type_expression_test: Crash
783 generic_method_types_test/01: Crash
784 generic_method_types_test/02: Crash
785 generic_methods_generic_function_parameter_test: Crash
786 generic_methods_test: Crash
734 generic_native_test: Crash 787 generic_native_test: Crash
735 generic_sync_star_test: Crash 788 generic_sync_star_test: Crash
736 generic_syntax_test: Crash 789 generic_syntax_test: Crash
737 generic_test: RuntimeError 790 generic_test: RuntimeError
738 generic_typedef_test: Crash 791 generic_typedef_test: Crash
739 getter_override2_test/02: MissingCompileTimeError 792 getter_override2_test/02: MissingCompileTimeError
740 getter_override_test/00: MissingCompileTimeError 793 getter_override_test/00: MissingCompileTimeError
741 getter_override_test/01: MissingCompileTimeError 794 getter_override_test/01: MissingCompileTimeError
742 getter_override_test/02: MissingCompileTimeError 795 getter_override_test/02: MissingCompileTimeError
743 hash_map_null_key_foreach_test: RuntimeError 796 hash_map_null_key_foreach_test: RuntimeError
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
827 function_type/function_type52_test: Crash # Issue 27394 880 function_type/function_type52_test: Crash # Issue 27394
828 function_type/function_type53_test: Crash # Issue 27394 881 function_type/function_type53_test: Crash # Issue 27394
829 function_type/function_type54_test: Crash # Issue 27394 882 function_type/function_type54_test: Crash # Issue 27394
830 function_type/function_type55_test: Crash # Issue 27394 883 function_type/function_type55_test: Crash # Issue 27394
831 function_type/function_type62_test: Crash # Issue 27394 884 function_type/function_type62_test: Crash # Issue 27394
832 function_type/function_type63_test: Crash # Issue 27394 885 function_type/function_type63_test: Crash # Issue 27394
833 function_type/function_type6_test: Crash # Issue 27394 886 function_type/function_type6_test: Crash # Issue 27394
834 function_type/function_type7_test: Crash # Issue 27394 887 function_type/function_type7_test: Crash # Issue 27394
835 function_type/function_type98_test: Crash # Issue 27394 888 function_type/function_type98_test: Crash # Issue 27394
836 function_type/function_type99_test: Crash # Issue 27394 889 function_type/function_type99_test: Crash # Issue 27394
890 generic_function_typedef_test: Crash # Issue 27394
891 generic_function_typedef_test/none: Crash # Issue 27394
837 getter_setter_in_lib_test: Crash # Issue 27394 892 getter_setter_in_lib_test: Crash # Issue 27394
838 893
839 [ $compiler == dart2js && $runtime == safarimobilesim ] 894 [ $compiler == dart2js && $runtime == safarimobilesim ]
840 call_through_getter_test: Fail, OK 895 call_through_getter_test: Fail, OK
896
897 [ $compiler == dart2js && $minified && ! $dart2js_with_kernel ]
898 generic_closure_test: Fail # Issue 12605
OLDNEW
« no previous file with comments | « tests/language_2/language_2_analyzer.status ('k') | tests/language_2/language_2_dartdevc.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698