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

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

Issue 3005643002: Migrate block 115. (Closed)
Patch Set: Tweak status files. 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 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
119 generic_methods_overriding_test/01: MissingCompileTimeError 119 generic_methods_overriding_test/01: MissingCompileTimeError
120 generic_methods_overriding_test/03: MissingCompileTimeError 120 generic_methods_overriding_test/03: MissingCompileTimeError
121 generic_methods_recursive_bound_test/02: MissingCompileTimeError 121 generic_methods_recursive_bound_test/02: MissingCompileTimeError
122 generic_methods_reuse_type_variables_test: RuntimeError 122 generic_methods_reuse_type_variables_test: RuntimeError
123 generic_methods_shadowing_test: RuntimeError 123 generic_methods_shadowing_test: RuntimeError
124 generic_methods_simple_as_expression_test/02: MissingRuntimeError 124 generic_methods_simple_as_expression_test/02: MissingRuntimeError
125 generic_methods_simple_is_expression_test: RuntimeError 125 generic_methods_simple_is_expression_test: RuntimeError
126 generic_methods_tearoff_specialization_test: RuntimeError 126 generic_methods_tearoff_specialization_test: RuntimeError
127 generic_methods_type_expression_test: RuntimeError 127 generic_methods_type_expression_test: RuntimeError
128 generic_methods_unused_parameter_test: RuntimeError 128 generic_methods_unused_parameter_test: RuntimeError
129 generic_methods_type_expression_test: RuntimeError
129 generic_tearoff_test: CompileTimeError 130 generic_tearoff_test: CompileTimeError
131 getter_override_test/03: MissingCompileTimeError
132 getter_no_setter2_test/00: MissingCompileTimeError
133 getter_no_setter2_test/01: MissingCompileTimeError
134 getter_no_setter2_test/03: MissingCompileTimeError
135 getter_no_setter_test/00: MissingCompileTimeError
136 getter_no_setter_test/01: MissingCompileTimeError
137 getter_no_setter_test/03: MissingCompileTimeError
138 getters_setters2_test/02: MissingCompileTimeError
130 139
131 [ $compiler == dart2js && $runtime != none ] 140 [ $compiler == dart2js && $runtime != none ]
132 bit_operations_test: RuntimeError, OK # Issue 1533 141 bit_operations_test: RuntimeError, OK # Issue 1533
133 generic_instanceof_test: RuntimeError 142 generic_instanceof_test: RuntimeError
134 generic_typedef_test: RuntimeError 143 generic_typedef_test: RuntimeError
135 many_generic_instanceof_test: RuntimeError 144 many_generic_instanceof_test: RuntimeError
136 145
137 [ $compiler == dart2js && $runtime != none && !$checked ] 146 [ $compiler == dart2js && $runtime != none && !$checked ]
138 generic_list_checked_test: RuntimeError 147 generic_list_checked_test: RuntimeError
148 getters_setters2_test/01: RuntimeError
149 getters_setters2_test/none: RuntimeError
139 typevariable_substitution2_test/02: RuntimeError 150 typevariable_substitution2_test/02: RuntimeError
140 151
141 [ $compiler == dart2js && ! $dart2js_with_kernel ] 152 [ $compiler == dart2js && ! $dart2js_with_kernel ]
142 accessor_conflict_export2_test: Crash # Issue 25626 153 accessor_conflict_export2_test: Crash # Issue 25626
143 accessor_conflict_export_test: Crash # Issue 25626 154 accessor_conflict_export_test: Crash # Issue 25626
144 assert_trailing_comma_test/none: CompileTimeError # Issue 29959 155 assert_trailing_comma_test/none: CompileTimeError # Issue 29959
145 assertion_initializer_const_error2_test/cc01: Crash 156 assertion_initializer_const_error2_test/cc01: Crash
146 assertion_initializer_const_error2_test/cc02: Crash 157 assertion_initializer_const_error2_test/cc02: Crash
147 assertion_initializer_const_error2_test/cc03: Crash 158 assertion_initializer_const_error2_test/cc03: Crash
148 assertion_initializer_const_error2_test/cc04: Crash 159 assertion_initializer_const_error2_test/cc04: Crash
149 assertion_initializer_const_error2_test/cc05: Crash 160 assertion_initializer_const_error2_test/cc05: Crash
150 assertion_initializer_const_error2_test/cc06: Crash 161 assertion_initializer_const_error2_test/cc06: Crash
151 assertion_initializer_const_error2_test/cc07: Crash 162 assertion_initializer_const_error2_test/cc07: Crash
152 assertion_initializer_const_error2_test/cc08: Crash 163 assertion_initializer_const_error2_test/cc08: Crash
153 assertion_initializer_const_error2_test/cc09: Crash 164 assertion_initializer_const_error2_test/cc09: Crash
154 assertion_initializer_const_function_error_test/01: Crash 165 assertion_initializer_const_function_error_test/01: Crash
155 assertion_initializer_const_function_test/01: CompileTimeError 166 assertion_initializer_const_function_test/01: CompileTimeError
156 assertion_initializer_test: Crash 167 assertion_initializer_test: Crash
157 bad_typedef_test/00: Crash # Issue 28214 168 bad_typedef_test/00: Crash # Issue 28214
158 call_function_apply_test: RuntimeError # Issue 23873 169 call_function_apply_test: RuntimeError # Issue 23873
159 canonical_const2_test: RuntimeError, OK # Issue 1533 170 canonical_const2_test: RuntimeError, OK # Issue 1533
171 getter_setter_in_lib_test: Fail # Issue 23288
172 getter_setter_in_lib_test: Fail # Issue 23288
160 173
161 [ $compiler == dart2js && $runtime != none && ! $dart2js_with_kernel ] 174 [ $compiler == dart2js && $runtime != none && ! $dart2js_with_kernel ]
162 accessor_conflict_import2_test: RuntimeError # Issue 25626 175 accessor_conflict_import2_test: RuntimeError # Issue 25626
163 accessor_conflict_import_prefixed2_test: RuntimeError # Issue 25626 176 accessor_conflict_import_prefixed2_test: RuntimeError # Issue 25626
164 accessor_conflict_import_prefixed_test: RuntimeError # Issue 25626 177 accessor_conflict_import_prefixed_test: RuntimeError # Issue 25626
165 accessor_conflict_import_test: RuntimeError # Issue 25626 178 accessor_conflict_import_test: RuntimeError # Issue 25626
166 branch_canonicalization_test: RuntimeError # Issue 638. 179 branch_canonicalization_test: RuntimeError # Issue 638.
167 generic_methods_local_variable_declaration_test: RuntimeError 180 generic_methods_local_variable_declaration_test: RuntimeError
168 181
169 [ $compiler == dart2js && ! $checked && ! $enable_asserts && ! $dart2js_with_ker nel && $runtime != none ] 182 [ $compiler == dart2js && ! $checked && ! $enable_asserts && ! $dart2js_with_ker nel && $runtime != none ]
(...skipping 293 matching lines...) Expand 10 before | Expand all | Expand 10 after
463 generic_methods_tearoff_specialization_test: Crash # Unsupported operation: Unsu pported type parameter type node T. 476 generic_methods_tearoff_specialization_test: Crash # Unsupported operation: Unsu pported type parameter type node T.
464 generic_methods_test: Crash 477 generic_methods_test: Crash
465 generic_methods_type_expression_test: Crash # type 'JClass' is not a subtype of type 'ClassElement' of 'contextClass' where 478 generic_methods_type_expression_test: Crash # type 'JClass' is not a subtype of type 'ClassElement' of 'contextClass' where
466 generic_native_test: Crash 479 generic_native_test: Crash
467 generic_sync_star_test: Crash # 'file:*/pkg/compiler/lib/src/js_model/closure.da rt': Failed assertion: line 197 pos 9: 'closure != null': Corresponding closure class not found for j:getter(Iterable.iterator). Closures found for (j:closure_c all(Closure_fromTearOff_closure.call), j:closure_call(Maps_mapToString_closure.c all)) 480 generic_sync_star_test: Crash # 'file:*/pkg/compiler/lib/src/js_model/closure.da rt': Failed assertion: line 197 pos 9: 'closure != null': Corresponding closure class not found for j:getter(Iterable.iterator). Closures found for (j:closure_c all(Closure_fromTearOff_closure.call), j:closure_call(Maps_mapToString_closure.c all))
468 generic_syntax_test: Crash 481 generic_syntax_test: Crash
469 generic_test: Crash 482 generic_test: Crash
470 generic_test: RuntimeError 483 generic_test: RuntimeError
471 generic_typedef_test: Crash # Unsupported operation: Unsupported type parameter type node T. 484 generic_typedef_test: Crash # Unsupported operation: Unsupported type parameter type node T.
472 generics_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.dart': Fa iled assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local local(M aps.mapToString#first) is stored in a closure field. 485 generics_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.dart': Fa iled assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local local(M aps.mapToString#first) is stored in a closure field.
486 getter_no_setter2_test/00: RuntimeError
487 getter_no_setter2_test/03: RuntimeError
488 getter_no_setter_test/00: RuntimeError
489 getter_no_setter_test/none: RuntimeError
490 getter_override2_test/02: MissingCompileTimeError
491 getter_override_test/00: MissingCompileTimeError
492 getter_override_test/01: MissingCompileTimeError
493 getter_override_test/02: MissingCompileTimeError
494 hash_map_null_key_foreach_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_ handler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local )': Local local(main#c) is stored in a closure field.
473 many_generic_instanceof_test: Crash 495 many_generic_instanceof_test: Crash
474 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)) 496 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))
475 typevariable_substitution2_test/02: RuntimeError 497 typevariable_substitution2_test/02: RuntimeError
476 498
477 [ $compiler == dart2js && $dart2js_with_kernel && $minified ] 499 [ $compiler == dart2js && $dart2js_with_kernel && $minified ]
478 abstract_exact_selector_test/none: Crash # NoSuchMethodError: The getter 'thisLo cal' was called on null. 500 abstract_exact_selector_test/none: Crash # NoSuchMethodError: The getter 'thisLo cal' was called on null.
479 abstract_getter_test/01: Crash # NoSuchMethodError: The getter 'thisLocal' was c alled on null. 501 abstract_getter_test/01: Crash # NoSuchMethodError: The getter 'thisLocal' was c alled on null.
480 abstract_method_test: Crash # NoSuchMethodError: The getter 'thisLocal' was call ed on null. 502 abstract_method_test: Crash # NoSuchMethodError: The getter 'thisLocal' was call ed on null.
481 abstract_object_method_test: Crash # NoSuchMethodError: The getter 'thisLocal' w as called on null. 503 abstract_object_method_test: Crash # NoSuchMethodError: The getter 'thisLocal' w as called on null.
482 arg_param_trailing_comma_test/none: Crash # Assertion failure: Unexpected constr uctor j:constructor(C.) in ConstructorDataImpl._getConstructorConstant 504 arg_param_trailing_comma_test/none: Crash # Assertion failure: Unexpected constr uctor j:constructor(C.) in ConstructorDataImpl._getConstructorConstant
(...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after
630 generic_methods_tearoff_specialization_test: Crash 652 generic_methods_tearoff_specialization_test: Crash
631 generic_methods_test: Crash 653 generic_methods_test: Crash
632 generic_methods_type_expression_test: Crash 654 generic_methods_type_expression_test: Crash
633 generic_native_test: Crash 655 generic_native_test: Crash
634 generic_sync_star_test: Crash 656 generic_sync_star_test: Crash
635 generic_syntax_test: Crash 657 generic_syntax_test: Crash
636 generic_test: Crash 658 generic_test: Crash
637 generic_test: RuntimeError 659 generic_test: RuntimeError
638 generic_typedef_test: Crash 660 generic_typedef_test: Crash
639 many_generic_instanceof_test: Crash 661 many_generic_instanceof_test: Crash
662 getter_no_setter2_test/00: RuntimeError
663 getter_no_setter2_test/03: RuntimeError
664 getter_no_setter_test/00: RuntimeError
665 getter_no_setter_test/none: RuntimeError
666 getter_override2_test/02: MissingCompileTimeError
667 getter_override_test/00: MissingCompileTimeError
668 getter_override_test/01: MissingCompileTimeError
669 getter_override_test/02: MissingCompileTimeError
670 hash_map_null_key_foreach_test: RuntimeError
671 getter_no_setter2_test/00: RuntimeError
672 getter_no_setter2_test/03: RuntimeError
673 getter_no_setter_test/00: RuntimeError
674 getter_no_setter_test/none: RuntimeError
675 hash_map_null_key_foreach_test: RuntimeError
676 compile_time_constant_a_test: Crash
677 compile_time_constant_b_test: Crash
678 compile_time_constant_c_test/02: Crash
640 regress_30339_test: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null. 679 regress_30339_test: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
641 typevariable_substitution2_test/02: RuntimeError 680 typevariable_substitution2_test/02: RuntimeError
642 681
643 [ $compiler == dart2js && ! $dart2js_with_kernel && $runtime != none ] 682 [ $compiler == dart2js && ! $dart2js_with_kernel && $runtime != none ]
644 async_star_cancel_while_paused_test: RuntimeError # Issue 22853 683 async_star_cancel_while_paused_test: RuntimeError # Issue 22853
645 684
646 [ $compiler == dart2js && $runtime == jsshell && ! $dart2js_with_kernel ] 685 [ $compiler == dart2js && $runtime == jsshell && ! $dart2js_with_kernel ]
647 async_star_await_pauses_test: RuntimeError # Need triage 686 async_star_await_pauses_test: RuntimeError # Need triage
648 async_star_no_cancel2_test: RuntimeError # Need triage 687 async_star_no_cancel2_test: RuntimeError # Need triage
649 async_star_no_cancel_test: RuntimeError # Need triage 688 async_star_no_cancel_test: RuntimeError # Need triage
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
698 function_type/function_type52_test: Crash # Issue 27394 737 function_type/function_type52_test: Crash # Issue 27394
699 function_type/function_type53_test: Crash # Issue 27394 738 function_type/function_type53_test: Crash # Issue 27394
700 function_type/function_type54_test: Crash # Issue 27394 739 function_type/function_type54_test: Crash # Issue 27394
701 function_type/function_type55_test: Crash # Issue 27394 740 function_type/function_type55_test: Crash # Issue 27394
702 function_type/function_type62_test: Crash # Issue 27394 741 function_type/function_type62_test: Crash # Issue 27394
703 function_type/function_type63_test: Crash # Issue 27394 742 function_type/function_type63_test: Crash # Issue 27394
704 function_type/function_type6_test: Crash # Issue 27394 743 function_type/function_type6_test: Crash # Issue 27394
705 function_type/function_type7_test: Crash # Issue 27394 744 function_type/function_type7_test: Crash # Issue 27394
706 function_type/function_type98_test: Crash # Issue 27394 745 function_type/function_type98_test: Crash # Issue 27394
707 function_type/function_type99_test: Crash # Issue 27394 746 function_type/function_type99_test: Crash # Issue 27394
747 getter_setter_in_lib_test: Crash # Issue 27394
748 getter_setter_in_lib_test: Crash # Issue 27394
708 749
709 [ $compiler == dart2js && $runtime == safarimobilesim ] 750 [ $compiler == dart2js && $runtime == safarimobilesim ]
710 call_through_getter_test: Fail, OK 751 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