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

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

Issue 3001803002: Migrate block 114 (and some of 113). (Closed)
Patch Set: Tweak app_jit status. 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_methods_bounds_test/01: MissingCompileTimeError
109 generic_methods_bounds_test/02: MissingRuntimeError
110 generic_methods_closure_test: RuntimeError
111 generic_methods_dynamic_test/01: MissingCompileTimeError
112 generic_methods_dynamic_test/02: MissingRuntimeError
113 generic_methods_dynamic_test/03: MissingCompileTimeError
114 generic_methods_dynamic_test/04: MissingRuntimeError
115 generic_methods_generic_class_tearoff_test: RuntimeError
108 generic_methods_generic_function_result_test/none: CompileTimeError # Issue #302 08 116 generic_methods_generic_function_result_test/none: CompileTimeError # Issue #302 08
117 generic_methods_local_variable_declaration_test: RuntimeError
118 generic_methods_named_parameters_test: RuntimeError
119 generic_methods_optional_parameters_test: RuntimeError
120 generic_methods_overriding_test/01: MissingCompileTimeError
121 generic_methods_overriding_test/03: MissingCompileTimeError
122 generic_methods_recursive_bound_test/02: MissingCompileTimeError
123 generic_methods_reuse_type_variables_test: RuntimeError
124 generic_methods_shadowing_test: RuntimeError
125 generic_methods_simple_as_expression_test/02: MissingRuntimeError
126 generic_methods_simple_is_expression_test: RuntimeError
127 generic_methods_tearoff_specialization_test: RuntimeError
128 generic_methods_unused_parameter_test: RuntimeError
129 generic_tearoff_test: CompileTimeError
130 typevariable_substitution2_test/02: MissingCompileTimeError
131
132 [ $compiler == dart2js]
133 generic_methods_type_expression_test: RuntimeError
109 134
110 [ $compiler == dart2js && $runtime != none ] 135 [ $compiler == dart2js && $runtime != none ]
111 bit_operations_test: RuntimeError, OK # Issue 1533 136 bit_operations_test: RuntimeError, OK # Issue 1533
137 generic_instanceof_test: RuntimeError
138 generic_typedef_test: RuntimeError
139
140 [ $compiler == dart2js && $runtime != none && !$checked ]
141 generic_list_checked_test: RuntimeError
112 142
113 [ $compiler == dart2js && ! $dart2js_with_kernel ] 143 [ $compiler == dart2js && ! $dart2js_with_kernel ]
114 accessor_conflict_export2_test: Crash # Issue 25626 144 accessor_conflict_export2_test: Crash # Issue 25626
115 accessor_conflict_export_test: Crash # Issue 25626 145 accessor_conflict_export_test: Crash # Issue 25626
116 assert_trailing_comma_test/none: CompileTimeError # Issue 29959 146 assert_trailing_comma_test/none: CompileTimeError # Issue 29959
117 assertion_initializer_const_error2_test/cc01: Crash 147 assertion_initializer_const_error2_test/cc01: Crash
118 assertion_initializer_const_error2_test/cc02: Crash 148 assertion_initializer_const_error2_test/cc02: Crash
119 assertion_initializer_const_error2_test/cc03: Crash 149 assertion_initializer_const_error2_test/cc03: Crash
120 assertion_initializer_const_error2_test/cc04: Crash 150 assertion_initializer_const_error2_test/cc04: Crash
121 assertion_initializer_const_error2_test/cc05: Crash 151 assertion_initializer_const_error2_test/cc05: Crash
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
157 async_await_syntax_test/c06a: RuntimeError # Issue 27394 187 async_await_syntax_test/c06a: RuntimeError # Issue 27394
158 async_await_syntax_test/d06a: RuntimeError # Issue 27394 188 async_await_syntax_test/d06a: RuntimeError # Issue 27394
159 async_star_pause_test: RuntimeError # Issue 27394 189 async_star_pause_test: RuntimeError # Issue 27394
160 async_star_regression_fisk_test: RuntimeError # Issue 27394 190 async_star_regression_fisk_test: RuntimeError # Issue 27394
161 async_star_stream_take_test: RuntimeError # Issue 27394 191 async_star_stream_take_test: RuntimeError # Issue 27394
162 async_star_take_reyield_test: RuntimeError # Issue 27394 192 async_star_take_reyield_test: RuntimeError # Issue 27394
163 black_listed_test/13c: Crash # Issue 27394 193 black_listed_test/13c: Crash # Issue 27394
164 black_listed_test/14c: Crash # Issue 27394 194 black_listed_test/14c: Crash # Issue 27394
165 bootstrap_test: RuntimeError # Issue 27394 195 bootstrap_test: RuntimeError # Issue 27394
166 call_nonexistent_static_test/10: Crash # Issue 27394 196 call_nonexistent_static_test/10: Crash # Issue 27394
197 generic_local_functions_test: Crash # Issue 27394
198 generic_metadata_test/02: Crash # Issue 27394
199 generic_metadata_test/03: Crash # Issue 27394
200 generic_methods_generic_function_parameter_test: Crash # Issue 27394
201 get_set_syntax_test/00: Crash # Issue 27394
167 202
168 [ $compiler == dart2js && !$checked ] 203 [ $compiler == dart2js && !$checked ]
169 function_subtype_inline2_test: RuntimeError 204 function_subtype_inline2_test: RuntimeError
170 205
171 [ $compiler == dart2js && !$checked && $minified ] 206 [ $compiler == dart2js && !$checked && $minified ]
172 function_subtype_inline2_test: RuntimeError 207 function_subtype_inline2_test: RuntimeError
173 208
174 [ $compiler == dart2js && $runtime == d8 && $checked && $dart2js_with_kernel_in_ ssa && ! $dart2js_with_kernel ] 209 [ $compiler == dart2js && $runtime == d8 && $checked && $dart2js_with_kernel_in_ ssa && ! $dart2js_with_kernel ]
175 assertion_initializer_const_function_test/none: RuntimeError 210 assertion_initializer_const_function_test/none: RuntimeError
176 211
(...skipping 231 matching lines...) Expand 10 before | Expand all | Expand 10 after
408 closure_type_variable_test: Crash # NoSuchMethodError: The getter 'typeArguments ' was called on null. 443 closure_type_variable_test: Crash # NoSuchMethodError: The getter 'typeArguments ' was called on null.
409 closure_type_variables_test: Crash # type 'JClosureClass' is not a subtype of ty pe 'ClosureClassElement' of 'closureClass' where 444 closure_type_variables_test: Crash # type 'JClosureClass' is not a subtype of ty pe 'ClosureClassElement' of 'closureClass' where
410 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). 445 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).
411 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). 446 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).
412 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 { 447 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 {
413 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 { 448 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 {
414 closures_with_complex_params_test: Crash # type 'JClosureClass' is not a subtype of type 'ClosureClassElement' of 'cls' where 449 closures_with_complex_params_test: Crash # type 'JClosureClass' is not a subtype of type 'ClosureClassElement' of 'cls' where
415 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. 450 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.
416 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)) 451 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))
417 typevariable_substitution2_test/02: RuntimeError 452 typevariable_substitution2_test/02: RuntimeError
453 generic_instanceof_test: Crash
454 generic_local_functions_test: Crash
455 generic_method_types_test/01: Crash
456 generic_method_types_test/02: Crash
457 generic_methods_generic_function_parameter_test: Crash
458 generic_methods_test: Crash
459 generic_native_test: Crash
460 generic_syntax_test: Crash
461 generic_test: Crash
462 getter_closure_execution_order_test: Crash
463 generic_test: RuntimeError
418 464
419 [ $compiler == dart2js && $dart2js_with_kernel && $minified ] 465 [ $compiler == dart2js && $dart2js_with_kernel && $minified ]
420 abstract_exact_selector_test/none: Crash # NoSuchMethodError: The getter 'thisLo cal' was called on null. 466 abstract_exact_selector_test/none: Crash # NoSuchMethodError: The getter 'thisLo cal' was called on null.
421 abstract_getter_test/01: Crash # NoSuchMethodError: The getter 'thisLocal' was c alled on null. 467 abstract_getter_test/01: Crash # NoSuchMethodError: The getter 'thisLocal' was c alled on null.
422 abstract_method_test: Crash # NoSuchMethodError: The getter 'thisLocal' was call ed on null. 468 abstract_method_test: Crash # NoSuchMethodError: The getter 'thisLocal' was call ed on null.
423 abstract_object_method_test: Crash # NoSuchMethodError: The getter 'thisLocal' w as called on null. 469 abstract_object_method_test: Crash # NoSuchMethodError: The getter 'thisLocal' w as called on null.
424 arg_param_trailing_comma_test/none: Crash # Assertion failure: Unexpected constr uctor j:constructor(C.) in ConstructorDataImpl._getConstructorConstant 470 arg_param_trailing_comma_test/none: Crash # Assertion failure: Unexpected constr uctor j:constructor(C.) in ConstructorDataImpl._getConstructorConstant
425 assert_message_test: Crash # NoSuchMethodError: The getter 'thisLocal' was calle d on null. 471 assert_message_test: Crash # NoSuchMethodError: The getter 'thisLocal' was calle d on null.
426 assert_trailing_comma_test/none: CompileTimeError 472 assert_trailing_comma_test/none: CompileTimeError
427 assertion_initializer_const_error2_test/cc02: Crash # Unsupported operation: Une xpected initializer #lib1::C::cc02 (Constructor) 473 assertion_initializer_const_error2_test/cc02: Crash # Unsupported operation: Une xpected initializer #lib1::C::cc02 (Constructor)
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
555 closure_shared_state_test: RuntimeError 601 closure_shared_state_test: RuntimeError
556 closure_type_variable_test: Crash # NoSuchMethodError: The getter 'typeArguments ' was called on null. 602 closure_type_variable_test: Crash # NoSuchMethodError: The getter 'typeArguments ' was called on null.
557 closure_type_variables_test: Crash # NoSuchMethodError: Class 'JClosureClass' ha s no instance getter 'methodElement'. 603 closure_type_variables_test: Crash # NoSuchMethodError: Class 'JClosureClass' ha s no instance getter 'methodElement'.
558 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). 604 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).
559 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). 605 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).
560 closures_initializer2_test: Crash # NoSuchMethodError: The getter 'closureClassE ntity' was called on null. 606 closures_initializer2_test: Crash # NoSuchMethodError: The getter 'closureClassE ntity' was called on null.
561 closures_initializer_test: Crash # NoSuchMethodError: The getter 'closureClassEn tity' was called on null. 607 closures_initializer_test: Crash # NoSuchMethodError: The getter 'closureClassEn tity' was called on null.
562 closures_with_complex_params_test: Crash # NoSuchMethodError: Class 'JClosureCla ss' has no instance getter 'supertype'. 608 closures_with_complex_params_test: Crash # NoSuchMethodError: Class 'JClosureCla ss' has no instance getter 'supertype'.
563 regress_30339_test: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null. 609 regress_30339_test: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
564 typevariable_substitution2_test/02: RuntimeError 610 typevariable_substitution2_test/02: RuntimeError
611 generic_instanceof_test: Crash
612 generic_local_functions_test: Crash
613 generic_method_types_test/01: Crash
614 generic_method_types_test/02: Crash
615 generic_methods_generic_function_parameter_test: Crash
616 generic_methods_test: Crash
617 generic_native_test: Crash
618 generic_syntax_test: Crash
619 generic_test: Crash
620 generic_test: RuntimeError
565 621
566 [ $compiler == dart2js && ! $dart2js_with_kernel && $runtime != none ] 622 [ $compiler == dart2js && ! $dart2js_with_kernel && $runtime != none ]
567 async_star_cancel_while_paused_test: RuntimeError # Issue 22853 623 async_star_cancel_while_paused_test: RuntimeError # Issue 22853
568 624
569 [ $compiler == dart2js && $runtime == jsshell && ! $dart2js_with_kernel ] 625 [ $compiler == dart2js && $runtime == jsshell && ! $dart2js_with_kernel ]
570 async_star_await_pauses_test: RuntimeError # Need triage 626 async_star_await_pauses_test: RuntimeError # Need triage
571 async_star_no_cancel2_test: RuntimeError # Need triage 627 async_star_no_cancel2_test: RuntimeError # Need triage
572 async_star_no_cancel_test: RuntimeError # Need triage 628 async_star_no_cancel_test: RuntimeError # Need triage
573 629
574 [ $compiler == dart2js && $checked && ! $dart2js_with_kernel ] 630 [ $compiler == dart2js && $checked && ! $dart2js_with_kernel ]
575 async_return_types_test/nestedFuture: Fail # Issue 26429 631 async_return_types_test/nestedFuture: Fail # Issue 26429
576 async_return_types_test/wrongTypeParameter: Fail # Issue 26429 632 async_return_types_test/wrongTypeParameter: Fail # Issue 26429
577 633
578 [ $compiler == dart2js && $runtime != none && $checked ] 634 [ $compiler == dart2js && $runtime != none && $checked ]
579 assert_with_message_test: RuntimeError 635 assert_with_message_test: RuntimeError
580 636
581 [ $compiler == dart2js && ! $checked && ! $dart2js_with_kernel ] 637 [ $compiler == dart2js && ! $checked && ! $dart2js_with_kernel ]
582 bool_check_test: RuntimeError # Issue 29647 638 bool_check_test: RuntimeError # Issue 29647
583 bool_condition_check_test: RuntimeError 639 bool_condition_check_test: RuntimeError
640 generic_test: RuntimeError, OK
584 641
585 [ $compiler == dart2js && $runtime == d8 && $dart2js_with_kernel_in_ssa && ! $da rt2js_with_kernel ] 642 [ $compiler == dart2js && $runtime == d8 && $dart2js_with_kernel_in_ssa && ! $da rt2js_with_kernel ]
586 function_type/function_type14_test: Crash # Issue 27394 643 function_type/function_type14_test: Crash # Issue 27394
587 function_type/function_type15_test: Crash # Issue 27394 644 function_type/function_type15_test: Crash # Issue 27394
588 function_type/function_type20_test: Crash # Issue 27394 645 function_type/function_type20_test: Crash # Issue 27394
589 function_type/function_type21_test: Crash # Issue 27394 646 function_type/function_type21_test: Crash # Issue 27394
590 function_type/function_type22_test: Crash # Issue 27394 647 function_type/function_type22_test: Crash # Issue 27394
591 function_type/function_type23_test: Crash # Issue 27394 648 function_type/function_type23_test: Crash # Issue 27394
592 function_type/function_type24_test: Crash # Issue 27394 649 function_type/function_type24_test: Crash # Issue 27394
593 function_type/function_type25_test: Crash # Issue 27394 650 function_type/function_type25_test: Crash # Issue 27394
(...skipping 29 matching lines...) Expand all
623 function_type/function_type55_test: Crash # Issue 27394 680 function_type/function_type55_test: Crash # Issue 27394
624 function_type/function_type62_test: Crash # Issue 27394 681 function_type/function_type62_test: Crash # Issue 27394
625 function_type/function_type63_test: Crash # Issue 27394 682 function_type/function_type63_test: Crash # Issue 27394
626 function_type/function_type6_test: Crash # Issue 27394 683 function_type/function_type6_test: Crash # Issue 27394
627 function_type/function_type7_test: Crash # Issue 27394 684 function_type/function_type7_test: Crash # Issue 27394
628 function_type/function_type98_test: Crash # Issue 27394 685 function_type/function_type98_test: Crash # Issue 27394
629 function_type/function_type99_test: Crash # Issue 27394 686 function_type/function_type99_test: Crash # Issue 27394
630 687
631 [ $compiler == dart2js && $runtime == safarimobilesim ] 688 [ $compiler == dart2js && $runtime == safarimobilesim ]
632 call_through_getter_test: Fail, OK 689 call_through_getter_test: Fail, OK
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