| OLD | NEW |
| 1 # Copyright (c) 2016, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2016, 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 [ $compiler == dartk || $compiler == dartkp ] | 5 [ $compiler == dartk || $compiler == dartkp ] |
| 6 method_override_test: RuntimeError # Not triaged. | 6 method_override_test: RuntimeError # Not triaged. |
| 7 runtime_type_function_test: RuntimeError # Not triaged. | 7 runtime_type_function_test: RuntimeError # Not triaged. |
| 8 | 8 |
| 9 cha_deopt1_test: CompileTimeError # Fasta/KernelVM bug: Deferred loading kernel
issue 28335. | 9 cha_deopt1_test: CompileTimeError # Fasta/KernelVM bug: Deferred loading kernel
issue 28335. |
| 10 cha_deopt2_test: CompileTimeError # Fasta/KernelVM bug: Deferred loading kernel
issue 28335. | 10 cha_deopt2_test: CompileTimeError # Fasta/KernelVM bug: Deferred loading kernel
issue 28335. |
| (...skipping 307 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 318 regress_22728_test: RuntimeError | 318 regress_22728_test: RuntimeError |
| 319 regress_26133_test: RuntimeError | 319 regress_26133_test: RuntimeError |
| 320 type_parameter_test/01: Fail | 320 type_parameter_test/01: Fail |
| 321 type_parameter_test/02: Fail | 321 type_parameter_test/02: Fail |
| 322 type_parameter_test/03: Fail | 322 type_parameter_test/03: Fail |
| 323 type_parameter_test/04: Fail | 323 type_parameter_test/04: Fail |
| 324 type_parameter_test/05: MissingCompileTimeError | 324 type_parameter_test/05: MissingCompileTimeError |
| 325 type_parameter_test/06: Fail | 325 type_parameter_test/06: Fail |
| 326 type_variable_bounds4_test/01: RuntimeError | 326 type_variable_bounds4_test/01: RuntimeError |
| 327 | 327 |
| 328 [ $compiler == dartk || $compiler == dartkp ] | |
| 329 metadata_test: CompileTimeError # Fixed in ahe's dev branch. | |
| 330 | |
| 331 [ $unchecked && ($compiler == dartk || $compiler == dartkp) ] | 328 [ $unchecked && ($compiler == dartk || $compiler == dartkp) ] |
| 332 const_conditional_test/08: MissingCompileTimeError # KernelVM bug: Constant eval
uation. | 329 const_conditional_test/08: MissingCompileTimeError # KernelVM bug: Constant eval
uation. |
| OLD | NEW |