| 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 110 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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_tearoff_test: CompileTimeError | 129 generic_tearoff_test: CompileTimeError |
| 130 | 130 |
| 131 [ $compiler == dart2js && !$minified && $runtime != d8] | |
| 132 generic_methods_local_variable_declaration_test: RuntimeError | |
| 133 | |
| 134 [ $compiler == dart2js && $runtime != none ] | 131 [ $compiler == dart2js && $runtime != none ] |
| 135 bit_operations_test: RuntimeError, OK # Issue 1533 | 132 bit_operations_test: RuntimeError, OK # Issue 1533 |
| 136 generic_instanceof_test: RuntimeError | 133 generic_instanceof_test: RuntimeError |
| 137 generic_typedef_test: RuntimeError | 134 generic_typedef_test: RuntimeError |
| 138 many_generic_instanceof_test: RuntimeError | 135 many_generic_instanceof_test: RuntimeError |
| 139 | 136 |
| 140 [ $compiler == dart2js && $runtime != none && !$checked ] | 137 [ $compiler == dart2js && $runtime != none && !$checked ] |
| 141 generic_list_checked_test: RuntimeError | 138 generic_list_checked_test: RuntimeError |
| 142 typevariable_substitution2_test/02: RuntimeError | 139 typevariable_substitution2_test/02: RuntimeError |
| 143 | 140 |
| (...skipping 16 matching lines...) Expand all Loading... |
| 160 bad_typedef_test/00: Crash # Issue 28214 | 157 bad_typedef_test/00: Crash # Issue 28214 |
| 161 call_function_apply_test: RuntimeError # Issue 23873 | 158 call_function_apply_test: RuntimeError # Issue 23873 |
| 162 canonical_const2_test: RuntimeError, OK # Issue 1533 | 159 canonical_const2_test: RuntimeError, OK # Issue 1533 |
| 163 | 160 |
| 164 [ $compiler == dart2js && $runtime != none && ! $dart2js_with_kernel ] | 161 [ $compiler == dart2js && $runtime != none && ! $dart2js_with_kernel ] |
| 165 accessor_conflict_import2_test: RuntimeError # Issue 25626 | 162 accessor_conflict_import2_test: RuntimeError # Issue 25626 |
| 166 accessor_conflict_import_prefixed2_test: RuntimeError # Issue 25626 | 163 accessor_conflict_import_prefixed2_test: RuntimeError # Issue 25626 |
| 167 accessor_conflict_import_prefixed_test: RuntimeError # Issue 25626 | 164 accessor_conflict_import_prefixed_test: RuntimeError # Issue 25626 |
| 168 accessor_conflict_import_test: RuntimeError # Issue 25626 | 165 accessor_conflict_import_test: RuntimeError # Issue 25626 |
| 169 branch_canonicalization_test: RuntimeError # Issue 638. | 166 branch_canonicalization_test: RuntimeError # Issue 638. |
| 167 generic_methods_local_variable_declaration_test: RuntimeError |
| 170 | 168 |
| 171 [ $compiler == dart2js && ! $checked && ! $enable_asserts && ! $dart2js_with_ker
nel && $runtime != none ] | 169 [ $compiler == dart2js && ! $checked && ! $enable_asserts && ! $dart2js_with_ker
nel && $runtime != none ] |
| 172 assertion_test: RuntimeError # Issue 12748 | 170 assertion_test: RuntimeError # Issue 12748 |
| 173 typevariable_substitution2_test/02: RuntimeError | 171 typevariable_substitution2_test/02: RuntimeError |
| 174 | 172 |
| 175 [ $compiler == dart2js && $dart2js_with_kernel_in_ssa ] | 173 [ $compiler == dart2js && $dart2js_with_kernel_in_ssa ] |
| 176 abstract_beats_arguments_test: RuntimeError # Issue 27394 | 174 abstract_beats_arguments_test: RuntimeError # Issue 27394 |
| 177 abstract_runtime_error_test/01: RuntimeError # Issue 27394 | 175 abstract_runtime_error_test/01: RuntimeError # Issue 27394 |
| 178 abstract_runtime_error_test/02: RuntimeError # Issue 27394 | 176 abstract_runtime_error_test/02: RuntimeError # Issue 27394 |
| 179 arithmetic_canonicalization_test: RuntimeError # Issue 27394 | 177 arithmetic_canonicalization_test: RuntimeError # Issue 27394 |
| (...skipping 528 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 708 function_type/function_type55_test: Crash # Issue 27394 | 706 function_type/function_type55_test: Crash # Issue 27394 |
| 709 function_type/function_type62_test: Crash # Issue 27394 | 707 function_type/function_type62_test: Crash # Issue 27394 |
| 710 function_type/function_type63_test: Crash # Issue 27394 | 708 function_type/function_type63_test: Crash # Issue 27394 |
| 711 function_type/function_type6_test: Crash # Issue 27394 | 709 function_type/function_type6_test: Crash # Issue 27394 |
| 712 function_type/function_type7_test: Crash # Issue 27394 | 710 function_type/function_type7_test: Crash # Issue 27394 |
| 713 function_type/function_type98_test: Crash # Issue 27394 | 711 function_type/function_type98_test: Crash # Issue 27394 |
| 714 function_type/function_type99_test: Crash # Issue 27394 | 712 function_type/function_type99_test: Crash # Issue 27394 |
| 715 | 713 |
| 716 [ $compiler == dart2js && $runtime == safarimobilesim ] | 714 [ $compiler == dart2js && $runtime == safarimobilesim ] |
| 717 call_through_getter_test: Fail, OK | 715 call_through_getter_test: Fail, OK |
| OLD | NEW |