Chromium Code Reviews| OLD | NEW |
|---|---|
| 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 119 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 130 generic_no_such_method_dispatcher_test: CompileTimeError | 130 generic_no_such_method_dispatcher_test: CompileTimeError |
| 131 generic_tearoff_test: CompileTimeError | 131 generic_tearoff_test: CompileTimeError |
| 132 getter_override_test/03: MissingCompileTimeError | 132 getter_override_test/03: MissingCompileTimeError |
| 133 getter_no_setter2_test/00: MissingCompileTimeError | 133 getter_no_setter2_test/00: MissingCompileTimeError |
| 134 getter_no_setter2_test/01: MissingCompileTimeError | 134 getter_no_setter2_test/01: MissingCompileTimeError |
| 135 getter_no_setter2_test/03: MissingCompileTimeError | 135 getter_no_setter2_test/03: MissingCompileTimeError |
| 136 getter_no_setter_test/00: MissingCompileTimeError | 136 getter_no_setter_test/00: MissingCompileTimeError |
| 137 getter_no_setter_test/01: MissingCompileTimeError | 137 getter_no_setter_test/01: MissingCompileTimeError |
| 138 getter_no_setter_test/03: MissingCompileTimeError | 138 getter_no_setter_test/03: MissingCompileTimeError |
| 139 getters_setters2_test/02: MissingCompileTimeError | 139 getters_setters2_test/02: MissingCompileTimeError |
| 140 type_promotion_parameter_test/00: MissingCompileTimeError | |
| 141 type_promotion_parameter_test/01: MissingCompileTimeError | |
| 142 type_promotion_parameter_test/02: MissingCompileTimeError | |
| 143 type_promotion_parameter_test/03: MissingCompileTimeError | |
| 144 type_promotion_parameter_test/04: MissingCompileTimeError | |
| 145 type_promotion_parameter_test/05: MissingCompileTimeError | |
| 146 type_promotion_parameter_test/06: MissingCompileTimeError | |
| 147 type_promotion_parameter_test/07: MissingCompileTimeError | |
| 148 type_promotion_parameter_test/08: MissingCompileTimeError | |
| 149 type_promotion_parameter_test/09: MissingCompileTimeError | |
| 150 type_promotion_parameter_test/10: MissingCompileTimeError | |
| 151 type_promotion_parameter_test/11: MissingCompileTimeError | |
| 152 type_promotion_parameter_test/12: MissingCompileTimeError | |
| 153 type_promotion_parameter_test/13: MissingCompileTimeError | |
| 154 type_promotion_parameter_test/14: MissingCompileTimeError | |
| 155 type_promotion_parameter_test/15: MissingCompileTimeError | |
| 156 type_promotion_parameter_test/16: MissingCompileTimeError | |
| 157 type_promotion_parameter_test/17: MissingCompileTimeError | |
| 158 type_promotion_parameter_test/18: MissingCompileTimeError | |
| 159 type_promotion_parameter_test/19: MissingCompileTimeError | |
| 160 type_promotion_parameter_test/20: MissingCompileTimeError | |
| 161 type_promotion_parameter_test/21: MissingCompileTimeError | |
| 162 type_promotion_parameter_test/22: MissingCompileTimeError | |
| 163 type_promotion_parameter_test/23: MissingCompileTimeError | |
| 164 type_promotion_parameter_test/24: MissingCompileTimeError | |
| 165 type_promotion_parameter_test/25: MissingCompileTimeError | |
| 166 type_promotion_parameter_test/26: MissingCompileTimeError | |
| 167 type_promotion_parameter_test/27: MissingCompileTimeError | |
| 168 type_promotion_parameter_test/28: MissingCompileTimeError | |
| 169 type_promotion_parameter_test/29: MissingCompileTimeError | |
| 170 type_promotion_parameter_test/30: MissingCompileTimeError | |
| 171 type_promotion_parameter_test/31: MissingCompileTimeError | |
| 172 type_promotion_parameter_test/32: MissingCompileTimeError | |
| 173 type_promotion_parameter_test/33: MissingCompileTimeError | |
| 174 type_promotion_parameter_test/34: MissingCompileTimeError | |
| 175 type_promotion_parameter_test/35: MissingCompileTimeError | |
| 176 type_promotion_parameter_test/36: MissingCompileTimeError | |
| 177 type_promotion_parameter_test/37: MissingCompileTimeError | |
| 178 type_promotion_parameter_test/38: MissingCompileTimeError | |
| 179 type_promotion_parameter_test/39: MissingCompileTimeError | |
| 180 type_promotion_parameter_test/40: MissingCompileTimeError | |
| 181 type_promotion_parameter_test/41: MissingCompileTimeError | |
| 182 type_promotion_parameter_test/42: MissingCompileTimeError | |
| 183 type_promotion_parameter_test/43: MissingCompileTimeError | |
| 184 type_promotion_parameter_test/44: MissingCompileTimeError | |
| 185 type_promotion_parameter_test/45: MissingCompileTimeError | |
| 186 type_promotion_parameter_test/46: MissingCompileTimeError | |
| 187 type_promotion_parameter_test/47: MissingCompileTimeError | |
| 188 type_promotion_parameter_test/48: MissingCompileTimeError | |
| 189 type_promotion_parameter_test/49: MissingCompileTimeError | |
| 190 type_promotion_parameter_test/50: MissingCompileTimeError | |
| 191 type_promotion_parameter_test/51: MissingCompileTimeError | |
| 192 type_promotion_parameter_test/52: MissingCompileTimeError | |
| 193 type_promotion_parameter_test/53: MissingCompileTimeError | |
| 194 type_promotion_parameter_test/54: MissingCompileTimeError | |
| 195 type_promotion_parameter_test/55: MissingCompileTimeError | |
| 196 type_promotion_parameter_test/56: MissingCompileTimeError | |
| 197 type_variable_conflict2_test/01: MissingCompileTimeError | |
| 198 type_variable_conflict2_test/03: MissingCompileTimeError | |
| 199 type_variable_conflict2_test/04: MissingCompileTimeError | |
| 200 type_variable_conflict2_test/05: MissingCompileTimeError | |
| 201 type_variable_conflict2_test/07: MissingCompileTimeError | |
| 202 type_variable_conflict2_test/09: MissingCompileTimeError | |
| 203 type_variable_bounds_test/00: MissingCompileTimeError | |
| 204 type_variable_bounds_test/01: MissingCompileTimeError | |
| 205 type_variable_bounds_test/02: MissingCompileTimeError | |
| 206 type_variable_bounds_test/03: MissingCompileTimeError | |
| 207 type_variable_bounds_test/04: MissingCompileTimeError | |
| 208 type_variable_bounds_test/05: MissingCompileTimeError | |
| 209 type_variable_bounds_test/06: MissingCompileTimeError | |
| 210 type_variable_bounds_test/07: MissingCompileTimeError | |
| 211 type_variable_bounds_test/08: MissingCompileTimeError | |
| 212 type_variable_bounds_test/09: MissingCompileTimeError | |
| 213 type_variable_bounds_test/10: MissingCompileTimeError | |
| 214 type_variable_bounds_test/11: MissingCompileTimeError | |
| 215 type_variable_bounds2_test/00: MissingCompileTimeError | |
| 216 type_variable_bounds2_test/01: MissingCompileTimeError | |
| 217 type_variable_bounds2_test/02: MissingCompileTimeError | |
| 218 type_variable_bounds2_test/03: MissingCompileTimeError | |
| 219 type_variable_bounds2_test/04: MissingCompileTimeError | |
| 220 type_variable_bounds2_test/05: MissingCompileTimeError | |
| 221 type_variable_bounds2_test/06: MissingCompileTimeError | |
| 222 type_variable_bounds3_test/00: MissingCompileTimeError | |
| 223 type_variable_bounds4_test/01: MissingCompileTimeError | |
| 224 type_variable_identifier_expression_test: MissingCompileTimeError | |
| 140 | 225 |
| 141 [ $compiler == dart2js && $runtime != none ] | 226 [ $compiler == dart2js && $runtime != none ] |
| 142 bit_operations_test: RuntimeError, OK # Issue 1533 | 227 bit_operations_test: RuntimeError, OK # Issue 1533 |
| 143 generic_instanceof_test: RuntimeError | 228 generic_instanceof_test: RuntimeError |
| 144 generic_typedef_test: RuntimeError | 229 generic_typedef_test: RuntimeError |
| 145 many_generic_instanceof_test: RuntimeError | 230 many_generic_instanceof_test: RuntimeError |
| 146 | 231 |
| 147 [ $compiler == dart2js && $runtime != none && !$checked ] | 232 [ $compiler == dart2js && $runtime != none && !$checked ] |
| 148 generic_list_checked_test: RuntimeError | 233 generic_list_checked_test: RuntimeError |
| 149 getters_setters2_test/01: RuntimeError | 234 getters_setters2_test/01: RuntimeError |
| (...skipping 13 matching lines...) Expand all Loading... | |
| 163 assertion_initializer_const_error2_test/cc07: Crash | 248 assertion_initializer_const_error2_test/cc07: Crash |
| 164 assertion_initializer_const_error2_test/cc08: Crash | 249 assertion_initializer_const_error2_test/cc08: Crash |
| 165 assertion_initializer_const_error2_test/cc09: Crash | 250 assertion_initializer_const_error2_test/cc09: Crash |
| 166 assertion_initializer_const_function_error_test/01: Crash | 251 assertion_initializer_const_function_error_test/01: Crash |
| 167 assertion_initializer_const_function_test/01: CompileTimeError | 252 assertion_initializer_const_function_test/01: CompileTimeError |
| 168 assertion_initializer_test: Crash | 253 assertion_initializer_test: Crash |
| 169 bad_typedef_test/00: Crash # Issue 28214 | 254 bad_typedef_test/00: Crash # Issue 28214 |
| 170 call_function_apply_test: RuntimeError # Issue 23873 | 255 call_function_apply_test: RuntimeError # Issue 23873 |
| 171 canonical_const2_test: RuntimeError, OK # Issue 1533 | 256 canonical_const2_test: RuntimeError, OK # Issue 1533 |
| 172 getter_setter_in_lib_test: Fail # Issue 23288 | 257 getter_setter_in_lib_test: Fail # Issue 23288 |
| 258 type_variable_conflict_test/01: Fail # Issue 13702 | |
| 259 type_variable_conflict_test/02: Fail # Issue 13702 | |
| 260 type_variable_conflict_test/03: Fail # Issue 13702 | |
| 261 type_variable_conflict_test/04: Fail # Issue 13702 | |
| 262 type_variable_conflict_test/05: Fail # Issue 13702 | |
| 263 type_variable_conflict_test/06: Fail # Issue 13702 | |
| 173 | 264 |
| 174 [ $compiler == dart2js && $runtime != none && ! $dart2js_with_kernel ] | 265 [ $compiler == dart2js && $runtime != none && ! $dart2js_with_kernel ] |
| 175 accessor_conflict_import2_test: RuntimeError # Issue 25626 | 266 accessor_conflict_import2_test: RuntimeError # Issue 25626 |
| 176 accessor_conflict_import_prefixed2_test: RuntimeError # Issue 25626 | 267 accessor_conflict_import_prefixed2_test: RuntimeError # Issue 25626 |
| 177 accessor_conflict_import_prefixed_test: RuntimeError # Issue 25626 | 268 accessor_conflict_import_prefixed_test: RuntimeError # Issue 25626 |
| 178 accessor_conflict_import_test: RuntimeError # Issue 25626 | 269 accessor_conflict_import_test: RuntimeError # Issue 25626 |
| 179 branch_canonicalization_test: RuntimeError # Issue 638. | 270 branch_canonicalization_test: RuntimeError # Issue 638. |
| 180 generic_methods_local_variable_declaration_test: RuntimeError | 271 generic_methods_local_variable_declaration_test: RuntimeError |
| 181 | 272 |
| 182 [ $compiler == dart2js && ! $checked && ! $enable_asserts && ! $dart2js_with_ker nel && $runtime != none ] | 273 [ $compiler == dart2js && ! $checked && ! $enable_asserts && ! $dart2js_with_ker nel && $runtime != none ] |
| (...skipping 299 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 482 getter_no_setter2_test/03: RuntimeError | 573 getter_no_setter2_test/03: RuntimeError |
| 483 getter_no_setter_test/00: RuntimeError | 574 getter_no_setter_test/00: RuntimeError |
| 484 getter_override2_test/02: MissingCompileTimeError | 575 getter_override2_test/02: MissingCompileTimeError |
| 485 getter_override_test/00: MissingCompileTimeError | 576 getter_override_test/00: MissingCompileTimeError |
| 486 getter_override_test/01: MissingCompileTimeError | 577 getter_override_test/01: MissingCompileTimeError |
| 487 getter_override_test/02: MissingCompileTimeError | 578 getter_override_test/02: MissingCompileTimeError |
| 488 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. | 579 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. |
| 489 many_generic_instanceof_test: Crash | 580 many_generic_instanceof_test: Crash |
| 490 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)) | 581 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)) |
| 491 typevariable_substitution2_test/02: RuntimeError | 582 typevariable_substitution2_test/02: RuntimeError |
| 583 type_propagation2_test: Crash | |
| 584 type_variable_bounds3_test/00: Crash | |
| 585 type_variable_bounds_test/10: Crash | |
| 586 type_variable_closure2_test: Crash | |
| 587 type_variable_closure3_test: Crash | |
| 588 type_variable_closure4_test: Crash | |
| 589 type_variable_closure_test: Crash | |
| 590 type_variable_field_initializer_closure2_test: Crash | |
| 591 type_variable_field_initializer_closure_test: Crash | |
| 592 type_variable_function_type_test: RuntimeError | |
| 593 type_variable_initializer_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_ handler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local )': Local local(Maps.mapToString#first) is stored in a closure field. | |
|
eernst
2017/09/04 17:04:59
I believe that it will not be easy to manage long
| |
| 492 | 594 |
| 493 [ $compiler == dart2js && $dart2js_with_kernel && $minified ] | 595 [ $compiler == dart2js && $dart2js_with_kernel && $minified ] |
| 494 abstract_exact_selector_test/none: Crash # NoSuchMethodError: The getter 'thisLo cal' was called on null. | 596 abstract_exact_selector_test/none: Crash # NoSuchMethodError: The getter 'thisLo cal' was called on null. |
| 495 abstract_getter_test/01: Crash # NoSuchMethodError: The getter 'thisLocal' was c alled on null. | 597 abstract_getter_test/01: Crash # NoSuchMethodError: The getter 'thisLocal' was c alled on null. |
| 496 abstract_method_test: Crash # NoSuchMethodError: The getter 'thisLocal' was call ed on null. | 598 abstract_method_test: Crash # NoSuchMethodError: The getter 'thisLocal' was call ed on null. |
| 497 abstract_object_method_test: Crash # NoSuchMethodError: The getter 'thisLocal' w as called on null. | 599 abstract_object_method_test: Crash # NoSuchMethodError: The getter 'thisLocal' w as called on null. |
| 498 assert_message_test: Crash # NoSuchMethodError: The getter 'thisLocal' was calle d on null. | 600 assert_message_test: Crash # NoSuchMethodError: The getter 'thisLocal' was calle d on null. |
| 499 assert_trailing_comma_test/none: CompileTimeError | 601 assert_trailing_comma_test/none: CompileTimeError |
| 500 assertion_initializer_const_error2_test/cc02: Crash # Unsupported operation: Une xpected initializer #lib1::C::cc02 (Constructor) | 602 assertion_initializer_const_error2_test/cc02: Crash # Unsupported operation: Une xpected initializer #lib1::C::cc02 (Constructor) |
| 501 assertion_initializer_const_error2_test/none: CompileTimeError | 603 assertion_initializer_const_error2_test/none: CompileTimeError |
| (...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 648 generic_test: RuntimeError | 750 generic_test: RuntimeError |
| 649 generic_typedef_test: Crash | 751 generic_typedef_test: Crash |
| 650 getter_override2_test/02: MissingCompileTimeError | 752 getter_override2_test/02: MissingCompileTimeError |
| 651 getter_override_test/00: MissingCompileTimeError | 753 getter_override_test/00: MissingCompileTimeError |
| 652 getter_override_test/01: MissingCompileTimeError | 754 getter_override_test/01: MissingCompileTimeError |
| 653 getter_override_test/02: MissingCompileTimeError | 755 getter_override_test/02: MissingCompileTimeError |
| 654 hash_map_null_key_foreach_test: RuntimeError | 756 hash_map_null_key_foreach_test: RuntimeError |
| 655 many_generic_instanceof_test: Crash | 757 many_generic_instanceof_test: Crash |
| 656 regress_30339_test: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null. | 758 regress_30339_test: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null. |
| 657 typevariable_substitution2_test/02: RuntimeError | 759 typevariable_substitution2_test/02: RuntimeError |
| 760 type_propagation2_test: Crash | |
| 761 type_variable_bounds3_test/00: Crash | |
| 762 type_variable_closure2_test: Crash | |
| 763 type_variable_closure3_test: Crash | |
| 764 type_variable_closure4_test: Crash | |
| 765 type_variable_closure_test: Crash | |
| 766 type_variable_field_initializer_closure2_test: Crash | |
| 767 type_variable_field_initializer_closure_test: Crash | |
| 768 type_variable_function_type_test: RuntimeError | |
| 658 | 769 |
| 659 [ $compiler == dart2js && ! $dart2js_with_kernel && $runtime != none ] | 770 [ $compiler == dart2js && ! $dart2js_with_kernel && $runtime != none ] |
| 660 async_star_cancel_while_paused_test: RuntimeError # Issue 22853 | 771 async_star_cancel_while_paused_test: RuntimeError # Issue 22853 |
| 661 | 772 |
| 662 [ $compiler == dart2js && $runtime == jsshell && ! $dart2js_with_kernel ] | 773 [ $compiler == dart2js && $runtime == jsshell && ! $dart2js_with_kernel ] |
| 663 async_star_await_pauses_test: RuntimeError # Need triage | 774 async_star_await_pauses_test: RuntimeError # Need triage |
| 664 async_star_no_cancel2_test: RuntimeError # Need triage | 775 async_star_no_cancel2_test: RuntimeError # Need triage |
| 665 async_star_no_cancel_test: RuntimeError # Need triage | 776 async_star_no_cancel_test: RuntimeError # Need triage |
| 666 | 777 |
| 667 [ $compiler == dart2js && $checked && ! $dart2js_with_kernel ] | 778 [ $compiler == dart2js && $checked && ! $dart2js_with_kernel ] |
| 668 async_return_types_test/nestedFuture: Fail # Issue 26429 | 779 async_return_types_test/nestedFuture: Fail # Issue 26429 |
| 669 async_return_types_test/wrongTypeParameter: Fail # Issue 26429 | 780 async_return_types_test/wrongTypeParameter: Fail # Issue 26429 |
| 781 type_variable_bounds_test/02: Fail # Issue 12702 | |
| 782 type_variable_bounds3_test/00: Fail # Issue 12702 | |
| 670 | 783 |
| 671 [ $compiler == dart2js && $runtime != none && $checked ] | 784 [ $compiler == dart2js && $runtime != none && $checked ] |
| 672 assert_with_message_test: RuntimeError | 785 assert_with_message_test: RuntimeError |
| 673 | 786 |
| 674 [ $compiler == dart2js && ! $checked && ! $dart2js_with_kernel ] | 787 [ $compiler == dart2js && ! $checked && ! $dart2js_with_kernel ] |
| 675 bool_check_test: RuntimeError # Issue 29647 | 788 bool_check_test: RuntimeError # Issue 29647 |
| 676 bool_condition_check_test: RuntimeError | 789 bool_condition_check_test: RuntimeError |
| 677 generic_test: RuntimeError, OK | 790 generic_test: RuntimeError, OK |
| 678 | 791 |
| 679 [ $compiler == dart2js && $runtime == d8 && $dart2js_with_kernel_in_ssa && ! $da rt2js_with_kernel ] | 792 [ $compiler == dart2js && $runtime == d8 && $dart2js_with_kernel_in_ssa && ! $da rt2js_with_kernel ] |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 718 function_type/function_type62_test: Crash # Issue 27394 | 831 function_type/function_type62_test: Crash # Issue 27394 |
| 719 function_type/function_type63_test: Crash # Issue 27394 | 832 function_type/function_type63_test: Crash # Issue 27394 |
| 720 function_type/function_type6_test: Crash # Issue 27394 | 833 function_type/function_type6_test: Crash # Issue 27394 |
| 721 function_type/function_type7_test: Crash # Issue 27394 | 834 function_type/function_type7_test: Crash # Issue 27394 |
| 722 function_type/function_type98_test: Crash # Issue 27394 | 835 function_type/function_type98_test: Crash # Issue 27394 |
| 723 function_type/function_type99_test: Crash # Issue 27394 | 836 function_type/function_type99_test: Crash # Issue 27394 |
| 724 getter_setter_in_lib_test: Crash # Issue 27394 | 837 getter_setter_in_lib_test: Crash # Issue 27394 |
| 725 | 838 |
| 726 [ $compiler == dart2js && $runtime == safarimobilesim ] | 839 [ $compiler == dart2js && $runtime == safarimobilesim ] |
| 727 call_through_getter_test: Fail, OK | 840 call_through_getter_test: Fail, OK |
| OLD | NEW |