| 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 86 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 97 class_literal_test/19: MissingCompileTimeError | 97 class_literal_test/19: MissingCompileTimeError |
| 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 generic_constructor_mixin_test/01: MissingCompileTimeError | 104 generic_constructor_mixin_test/01: MissingCompileTimeError |
| 105 generic_constructor_mixin2_test/01: MissingCompileTimeError | 105 generic_constructor_mixin2_test/01: MissingCompileTimeError |
| 106 generic_constructor_mixin3_test/01: MissingCompileTimeError | 106 generic_constructor_mixin3_test/01: MissingCompileTimeError |
| 107 generic_methods_bounds_test/01: MissingCompileTimeError |
| 108 generic_methods_bounds_test/02: MissingRuntimeError |
| 109 generic_methods_closure_test: RuntimeError |
| 110 generic_methods_dynamic_test/01: MissingCompileTimeError |
| 111 generic_methods_dynamic_test/02: MissingRuntimeError |
| 112 generic_methods_dynamic_test/03: MissingCompileTimeError |
| 113 generic_methods_dynamic_test/04: MissingRuntimeError |
| 114 generic_methods_generic_class_tearoff_test: RuntimeError |
| 107 generic_methods_generic_function_result_test/none: CompileTimeError # Issue #302
08 | 115 generic_methods_generic_function_result_test/none: CompileTimeError # Issue #302
08 |
| 116 generic_methods_local_variable_declaration_test: RuntimeError |
| 117 generic_methods_named_parameters_test: RuntimeError |
| 118 generic_methods_optional_parameters_test: RuntimeError |
| 119 generic_methods_overriding_test/01: MissingCompileTimeError |
| 120 generic_methods_overriding_test/03: MissingCompileTimeError |
| 121 generic_methods_recursive_bound_test/02: MissingCompileTimeError |
| 122 generic_methods_reuse_type_variables_test: RuntimeError |
| 123 generic_methods_shadowing_test: RuntimeError |
| 124 generic_methods_simple_as_expression_test/02: MissingRuntimeError |
| 125 generic_methods_simple_is_expression_test: RuntimeError |
| 126 generic_methods_tearoff_specialization_test: RuntimeError |
| 127 generic_methods_unused_parameter_test: RuntimeError |
| 128 generic_tearoff_test: CompileTimeError |
| 108 typevariable_substitution2_test/02: MissingCompileTimeError | 129 typevariable_substitution2_test/02: MissingCompileTimeError |
| 109 | 130 |
| 131 [ $compiler == dart2js] |
| 132 generic_methods_type_expression_test: RuntimeError |
| 133 |
| 110 [ $compiler == dart2js && $runtime != none ] | 134 [ $compiler == dart2js && $runtime != none ] |
| 111 bit_operations_test: RuntimeError, OK # Issue 1533 | 135 bit_operations_test: RuntimeError, OK # Issue 1533 |
| 136 generic_typedef_test: RuntimeError |
| 137 |
| 138 [ $compiler == dart2js && $runtime != none && !$checked ] |
| 139 generic_list_checked_test: RuntimeError |
| 112 | 140 |
| 113 [ $compiler == dart2js && ! $dart2js_with_kernel ] | 141 [ $compiler == dart2js && ! $dart2js_with_kernel ] |
| 114 accessor_conflict_export2_test: Crash # Issue 25626 | 142 accessor_conflict_export2_test: Crash # Issue 25626 |
| 115 accessor_conflict_export_test: Crash # Issue 25626 | 143 accessor_conflict_export_test: Crash # Issue 25626 |
| 116 assert_trailing_comma_test/none: CompileTimeError # Issue 29959 | 144 assert_trailing_comma_test/none: CompileTimeError # Issue 29959 |
| 117 assertion_initializer_const_error2_test/cc01: Crash | 145 assertion_initializer_const_error2_test/cc01: Crash |
| 118 assertion_initializer_const_error2_test/cc02: Crash | 146 assertion_initializer_const_error2_test/cc02: Crash |
| 119 assertion_initializer_const_error2_test/cc03: Crash | 147 assertion_initializer_const_error2_test/cc03: Crash |
| 120 assertion_initializer_const_error2_test/cc04: Crash | 148 assertion_initializer_const_error2_test/cc04: Crash |
| 121 assertion_initializer_const_error2_test/cc05: Crash | 149 assertion_initializer_const_error2_test/cc05: Crash |
| (...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 156 async_await_syntax_test/c06a: RuntimeError # Issue 27394 | 184 async_await_syntax_test/c06a: RuntimeError # Issue 27394 |
| 157 async_await_syntax_test/d06a: RuntimeError # Issue 27394 | 185 async_await_syntax_test/d06a: RuntimeError # Issue 27394 |
| 158 async_star_pause_test: RuntimeError # Issue 27394 | 186 async_star_pause_test: RuntimeError # Issue 27394 |
| 159 async_star_regression_fisk_test: RuntimeError # Issue 27394 | 187 async_star_regression_fisk_test: RuntimeError # Issue 27394 |
| 160 async_star_stream_take_test: RuntimeError # Issue 27394 | 188 async_star_stream_take_test: RuntimeError # Issue 27394 |
| 161 async_star_take_reyield_test: RuntimeError # Issue 27394 | 189 async_star_take_reyield_test: RuntimeError # Issue 27394 |
| 162 black_listed_test/13c: Crash # Issue 27394 | 190 black_listed_test/13c: Crash # Issue 27394 |
| 163 black_listed_test/14c: Crash # Issue 27394 | 191 black_listed_test/14c: Crash # Issue 27394 |
| 164 bootstrap_test: RuntimeError # Issue 27394 | 192 bootstrap_test: RuntimeError # Issue 27394 |
| 165 call_nonexistent_static_test/10: Crash # Issue 27394 | 193 call_nonexistent_static_test/10: Crash # Issue 27394 |
| 194 generic_local_functions_test: Crash # Issue 27394 |
| 195 generic_metadata_test/02: Crash # Issue 27394 |
| 196 generic_metadata_test/03: Crash # Issue 27394 |
| 197 generic_methods_generic_function_parameter_test: Crash # Issue 27394 |
| 198 get_set_syntax_test/00: Crash # Issue 27394 |
| 166 | 199 |
| 167 [ $compiler == dart2js && $runtime != d8 && !$checked ] | 200 [ $compiler == dart2js && $runtime != d8 && !$checked ] |
| 168 function_subtype_inline2_test: RuntimeError | 201 function_subtype_inline2_test: RuntimeError |
| 169 | 202 |
| 170 [ $compiler == dart2js && $runtime == d8 && !$checked && $minified ] | 203 [ $compiler == dart2js && $runtime == d8 && !$checked && $minified ] |
| 171 function_subtype_inline2_test: RuntimeError | 204 function_subtype_inline2_test: RuntimeError |
| 172 | 205 |
| 173 [ $compiler == dart2js && $runtime == d8 && $checked && $dart2js_with_kernel_in_
ssa && ! $dart2js_with_kernel ] | 206 [ $compiler == dart2js && $runtime == d8 && $checked && $dart2js_with_kernel_in_
ssa && ! $dart2js_with_kernel ] |
| 174 assertion_initializer_const_function_test/none: RuntimeError | 207 assertion_initializer_const_function_test/none: RuntimeError |
| 175 | 208 |
| (...skipping 384 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 560 function_type/function_type97_test: Crash | 593 function_type/function_type97_test: Crash |
| 561 function_type/function_type98_test: Crash | 594 function_type/function_type98_test: Crash |
| 562 function_type/function_type99_test: Crash | 595 function_type/function_type99_test: Crash |
| 563 function_type/function_type9_test: Crash | 596 function_type/function_type9_test: Crash |
| 564 generic_constructor_mixin2_test: Crash | 597 generic_constructor_mixin2_test: Crash |
| 565 generic_constructor_mixin3_test: Crash | 598 generic_constructor_mixin3_test: Crash |
| 566 generic_constructor_mixin_test: Crash | 599 generic_constructor_mixin_test: Crash |
| 567 function_subtype_inline2_test: RuntimeError | 600 function_subtype_inline2_test: RuntimeError |
| 568 regress_30339_test: Crash | 601 regress_30339_test: Crash |
| 569 typevariable_substitution2_test/02: Crash | 602 typevariable_substitution2_test/02: Crash |
| 603 generic_instanceof_test: Crash |
| 604 generic_local_functions_test: Crash |
| 605 generic_method_types_test/01: Crash |
| 606 generic_method_types_test/02: Crash |
| 607 generic_methods_generic_function_parameter_test: Crash |
| 608 generic_methods_test: Crash |
| 609 generic_native_test: Crash |
| 610 generic_syntax_test: Crash |
| 611 generic_test: Crash |
| 612 getter_closure_execution_order_test: Crash |
| 613 generic_test: RuntimeError |
| 570 | 614 |
| 571 [ $compiler == dart2js && $dart2js_with_kernel && $minified ] | 615 [ $compiler == dart2js && $dart2js_with_kernel && $minified ] |
| 572 abstract_beats_arguments_test: Crash | 616 abstract_beats_arguments_test: Crash |
| 573 abstract_exact_selector_test/01: Crash | 617 abstract_exact_selector_test/01: Crash |
| 574 abstract_exact_selector_test/none: Crash | 618 abstract_exact_selector_test/none: Crash |
| 575 abstract_getter_test/01: Crash | 619 abstract_getter_test/01: Crash |
| 576 abstract_method_test: Crash | 620 abstract_method_test: Crash |
| 577 abstract_object_method_test: Crash | 621 abstract_object_method_test: Crash |
| 578 abstract_runtime_error_test/01: Crash | 622 abstract_runtime_error_test/01: Crash |
| 579 abstract_runtime_error_test/02: Crash | 623 abstract_runtime_error_test/02: Crash |
| (...skipping 364 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 944 function_type/function_type96_test: Crash | 988 function_type/function_type96_test: Crash |
| 945 function_type/function_type97_test: Crash | 989 function_type/function_type97_test: Crash |
| 946 function_type/function_type98_test: Crash | 990 function_type/function_type98_test: Crash |
| 947 function_type/function_type99_test: Crash | 991 function_type/function_type99_test: Crash |
| 948 function_type/function_type9_test: Crash | 992 function_type/function_type9_test: Crash |
| 949 generic_constructor_mixin2_test: Crash | 993 generic_constructor_mixin2_test: Crash |
| 950 generic_constructor_mixin3_test: Crash | 994 generic_constructor_mixin3_test: Crash |
| 951 generic_constructor_mixin_test: Crash | 995 generic_constructor_mixin_test: Crash |
| 952 regress_30339_test: Crash | 996 regress_30339_test: Crash |
| 953 typevariable_substitution2_test/02: Crash | 997 typevariable_substitution2_test/02: Crash |
| 998 generic_instanceof_test: Crash |
| 999 generic_local_functions_test: Crash |
| 1000 generic_method_types_test/01: Crash |
| 1001 generic_method_types_test/02: Crash |
| 1002 generic_methods_generic_function_parameter_test: Crash |
| 1003 generic_methods_test: Crash |
| 1004 generic_native_test: Crash |
| 1005 generic_syntax_test: Crash |
| 1006 generic_test: Crash |
| 1007 generic_test: RuntimeError |
| 954 | 1008 |
| 955 [ $compiler == dart2js && ! $dart2js_with_kernel && $runtime != none ] | 1009 [ $compiler == dart2js && ! $dart2js_with_kernel && $runtime != none ] |
| 956 async_star_cancel_while_paused_test: RuntimeError # Issue 22853 | 1010 async_star_cancel_while_paused_test: RuntimeError # Issue 22853 |
| 957 | 1011 |
| 958 [ $compiler == dart2js && $runtime == jsshell && ! $dart2js_with_kernel ] | 1012 [ $compiler == dart2js && $runtime == jsshell && ! $dart2js_with_kernel ] |
| 959 async_star_await_pauses_test: RuntimeError # Need triage | 1013 async_star_await_pauses_test: RuntimeError # Need triage |
| 960 async_star_no_cancel2_test: RuntimeError # Need triage | 1014 async_star_no_cancel2_test: RuntimeError # Need triage |
| 961 async_star_no_cancel_test: RuntimeError # Need triage | 1015 async_star_no_cancel_test: RuntimeError # Need triage |
| 962 | 1016 |
| 963 [ $compiler == dart2js && $checked && ! $dart2js_with_kernel ] | 1017 [ $compiler == dart2js && $checked && ! $dart2js_with_kernel ] |
| 964 async_return_types_test/nestedFuture: Fail # Issue 26429 | 1018 async_return_types_test/nestedFuture: Fail # Issue 26429 |
| 965 async_return_types_test/wrongTypeParameter: Fail # Issue 26429 | 1019 async_return_types_test/wrongTypeParameter: Fail # Issue 26429 |
| 966 | 1020 |
| 967 [ $compiler == dart2js && $runtime == d8 && $dart2js_with_kernel && $host_checke
d ] | 1021 [ $compiler == dart2js && $runtime == d8 && $dart2js_with_kernel && $host_checke
d ] |
| 968 assign_instance_method_negative_test: Crash | 1022 assign_instance_method_negative_test: Crash |
| 969 | 1023 |
| 970 [ $compiler == dart2js && $runtime == d8 && $dart2js_with_kernel && $minified ] | 1024 [ $compiler == dart2js && $runtime == d8 && $dart2js_with_kernel && $minified ] |
| 971 assign_instance_method_negative_test: Crash | 1025 assign_instance_method_negative_test: Crash |
| 972 | 1026 |
| 973 [ $compiler == dart2js && $runtime != none && $checked ] | 1027 [ $compiler == dart2js && $runtime != none && $checked ] |
| 974 assert_with_message_test: RuntimeError | 1028 assert_with_message_test: RuntimeError |
| 975 | 1029 |
| 976 [ $compiler == dart2js && ! $checked && ! $dart2js_with_kernel ] | 1030 [ $compiler == dart2js && ! $checked && ! $dart2js_with_kernel ] |
| 977 bool_check_test: RuntimeError # Issue 29647 | 1031 bool_check_test: RuntimeError # Issue 29647 |
| 978 bool_condition_check_test: RuntimeError | 1032 bool_condition_check_test: RuntimeError |
| 1033 generic_test: RuntimeError, OK |
| 979 | 1034 |
| 980 [ $compiler == dart2js && $runtime == d8 && $dart2js_with_kernel_in_ssa && ! $da
rt2js_with_kernel ] | 1035 [ $compiler == dart2js && $runtime == d8 && $dart2js_with_kernel_in_ssa && ! $da
rt2js_with_kernel ] |
| 981 function_type/function_type14_test: Crash # Issue 27394 | 1036 function_type/function_type14_test: Crash # Issue 27394 |
| 982 function_type/function_type15_test: Crash # Issue 27394 | 1037 function_type/function_type15_test: Crash # Issue 27394 |
| 983 function_type/function_type20_test: Crash # Issue 27394 | 1038 function_type/function_type20_test: Crash # Issue 27394 |
| 984 function_type/function_type21_test: Crash # Issue 27394 | 1039 function_type/function_type21_test: Crash # Issue 27394 |
| 985 function_type/function_type22_test: Crash # Issue 27394 | 1040 function_type/function_type22_test: Crash # Issue 27394 |
| 986 function_type/function_type23_test: Crash # Issue 27394 | 1041 function_type/function_type23_test: Crash # Issue 27394 |
| 987 function_type/function_type24_test: Crash # Issue 27394 | 1042 function_type/function_type24_test: Crash # Issue 27394 |
| 988 function_type/function_type25_test: Crash # Issue 27394 | 1043 function_type/function_type25_test: Crash # Issue 27394 |
| (...skipping 29 matching lines...) Expand all Loading... |
| 1018 function_type/function_type55_test: Crash # Issue 27394 | 1073 function_type/function_type55_test: Crash # Issue 27394 |
| 1019 function_type/function_type62_test: Crash # Issue 27394 | 1074 function_type/function_type62_test: Crash # Issue 27394 |
| 1020 function_type/function_type63_test: Crash # Issue 27394 | 1075 function_type/function_type63_test: Crash # Issue 27394 |
| 1021 function_type/function_type6_test: Crash # Issue 27394 | 1076 function_type/function_type6_test: Crash # Issue 27394 |
| 1022 function_type/function_type7_test: Crash # Issue 27394 | 1077 function_type/function_type7_test: Crash # Issue 27394 |
| 1023 function_type/function_type98_test: Crash # Issue 27394 | 1078 function_type/function_type98_test: Crash # Issue 27394 |
| 1024 function_type/function_type99_test: Crash # Issue 27394 | 1079 function_type/function_type99_test: Crash # Issue 27394 |
| 1025 | 1080 |
| 1026 [ $compiler == dart2js && $runtime == safarimobilesim ] | 1081 [ $compiler == dart2js && $runtime == safarimobilesim ] |
| 1027 call_through_getter_test: Fail, OK | 1082 call_through_getter_test: Fail, OK |
| OLD | NEW |