| 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 152 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 163 black_listed_test/14c: Crash # Issue 27394 | 163 black_listed_test/14c: Crash # Issue 27394 |
| 164 bootstrap_test: RuntimeError # Issue 27394 | 164 bootstrap_test: RuntimeError # Issue 27394 |
| 165 call_nonexistent_static_test/10: Crash # Issue 27394 | 165 call_nonexistent_static_test/10: Crash # Issue 27394 |
| 166 | 166 |
| 167 [ $compiler == dart2js && $runtime != d8 && !$checked ] | 167 [ $compiler == dart2js && $runtime != d8 && !$checked ] |
| 168 function_subtype_inline2_test: RuntimeError | 168 function_subtype_inline2_test: RuntimeError |
| 169 | 169 |
| 170 [ $compiler == dart2js && $runtime == d8 && !$checked && $minified ] | 170 [ $compiler == dart2js && $runtime == d8 && !$checked && $minified ] |
| 171 function_subtype_inline2_test: RuntimeError | 171 function_subtype_inline2_test: RuntimeError |
| 172 | 172 |
| 173 [ $compiler == dart2js && $runtime == d8 && $host_checked ] |
| 174 function_subtype_inline2_test: RuntimeError |
| 175 |
| 173 [ $compiler == dart2js && $runtime == d8 && $checked && $dart2js_with_kernel_in_
ssa && ! $dart2js_with_kernel ] | 176 [ $compiler == dart2js && $runtime == d8 && $checked && $dart2js_with_kernel_in_
ssa && ! $dart2js_with_kernel ] |
| 174 assertion_initializer_const_function_test/none: RuntimeError | 177 assertion_initializer_const_function_test/none: RuntimeError |
| 175 | 178 |
| 176 [ $compiler == dart2js && $runtime == d8 && $checked ] | 179 [ $compiler == dart2js && $runtime == d8 && $checked ] |
| 177 assertion_test: RuntimeError | 180 assertion_test: RuntimeError |
| 178 regress_30339_test: RuntimeError # Issue 26429 | 181 regress_30339_test: RuntimeError # Issue 26429 |
| 179 | 182 |
| 180 [ $compiler == dart2js && $runtime == drt && $checked ] | 183 [ $compiler == dart2js && $runtime == drt && $checked ] |
| 181 regress_30339_test: RuntimeError # Issue 30393 | 184 regress_30339_test: RuntimeError # Issue 30393 |
| 182 | 185 |
| (...skipping 835 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1018 function_type/function_type55_test: Crash # Issue 27394 | 1021 function_type/function_type55_test: Crash # Issue 27394 |
| 1019 function_type/function_type62_test: Crash # Issue 27394 | 1022 function_type/function_type62_test: Crash # Issue 27394 |
| 1020 function_type/function_type63_test: Crash # Issue 27394 | 1023 function_type/function_type63_test: Crash # Issue 27394 |
| 1021 function_type/function_type6_test: Crash # Issue 27394 | 1024 function_type/function_type6_test: Crash # Issue 27394 |
| 1022 function_type/function_type7_test: Crash # Issue 27394 | 1025 function_type/function_type7_test: Crash # Issue 27394 |
| 1023 function_type/function_type98_test: Crash # Issue 27394 | 1026 function_type/function_type98_test: Crash # Issue 27394 |
| 1024 function_type/function_type99_test: Crash # Issue 27394 | 1027 function_type/function_type99_test: Crash # Issue 27394 |
| 1025 | 1028 |
| 1026 [ $compiler == dart2js && $runtime == safarimobilesim ] | 1029 [ $compiler == dart2js && $runtime == safarimobilesim ] |
| 1027 call_through_getter_test: Fail, OK | 1030 call_through_getter_test: Fail, OK |
| OLD | NEW |