| 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 86 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 97 | 97 |
| 98 compile_time_constant_k_test/01: RuntimeError # KernelVM bug: Constant map dupli
cated key. | 98 compile_time_constant_k_test/01: RuntimeError # KernelVM bug: Constant map dupli
cated key. |
| 99 compile_time_constant_k_test/02: RuntimeError # KernelVM bug: Constant map dupli
cated key. | 99 compile_time_constant_k_test/02: RuntimeError # KernelVM bug: Constant map dupli
cated key. |
| 100 compile_time_constant_k_test/03: RuntimeError # KernelVM bug: Constant map dupli
cated key. | 100 compile_time_constant_k_test/03: RuntimeError # KernelVM bug: Constant map dupli
cated key. |
| 101 compile_time_constant_o_test/01: RuntimeError # KernelVM bug: Constant map dupli
cated key. | 101 compile_time_constant_o_test/01: RuntimeError # KernelVM bug: Constant map dupli
cated key. |
| 102 compile_time_constant_o_test/02: RuntimeError # KernelVM bug: Constant map dupli
cated key. | 102 compile_time_constant_o_test/02: RuntimeError # KernelVM bug: Constant map dupli
cated key. |
| 103 const_dynamic_type_literal_test/02: RuntimeError # KernelVM bug: Constant map du
plicated key. | 103 const_dynamic_type_literal_test/02: RuntimeError # KernelVM bug: Constant map du
plicated key. |
| 104 map_literal3_test: RuntimeError # KernelVM bug: Constant map duplicated key. | 104 map_literal3_test: RuntimeError # KernelVM bug: Constant map duplicated key. |
| 105 map_literal6_test: RuntimeError # KernelVM bug: Constant map duplicated key. | 105 map_literal6_test: RuntimeError # KernelVM bug: Constant map duplicated key. |
| 106 | 106 |
| 107 const_evaluation_test/01: RuntimeError # KernelVM bug: Reflecting on metadata. | |
| 108 | |
| 109 cyclic_type_test/00: RuntimeError # KernelVM bug: Incorrect type argument. | 107 cyclic_type_test/00: RuntimeError # KernelVM bug: Incorrect type argument. |
| 110 cyclic_type_test/01: RuntimeError # KernelVM bug: Incorrect type argument. | 108 cyclic_type_test/01: RuntimeError # KernelVM bug: Incorrect type argument. |
| 111 cyclic_type_test/03: RuntimeError # KernelVM bug: Incorrect type argument. | 109 cyclic_type_test/03: RuntimeError # KernelVM bug: Incorrect type argument. |
| 112 | 110 |
| 113 dynamic_prefix_core_test/01: RuntimeError # KernelVM bug: Blocked on language is
sue 29125. | 111 dynamic_prefix_core_test/01: RuntimeError # KernelVM bug: Blocked on language is
sue 29125. |
| 114 | 112 |
| 115 for2_test: RuntimeError # KernelVM bug: Closure conversion? | 113 for2_test: RuntimeError # KernelVM bug: Closure conversion? |
| 116 for_variable_capture_test: RuntimeError # KernelVM bug: Closure conversion? | 114 for_variable_capture_test: RuntimeError # KernelVM bug: Closure conversion? |
| 117 | 115 |
| 118 external_test/10: MissingRuntimeError # KernelVM bug: Unbound external. | 116 external_test/10: MissingRuntimeError # KernelVM bug: Unbound external. |
| (...skipping 208 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 327 type_parameter_test/01: Fail | 325 type_parameter_test/01: Fail |
| 328 type_parameter_test/02: Fail | 326 type_parameter_test/02: Fail |
| 329 type_parameter_test/03: Fail | 327 type_parameter_test/03: Fail |
| 330 type_parameter_test/04: Fail | 328 type_parameter_test/04: Fail |
| 331 type_parameter_test/05: MissingCompileTimeError | 329 type_parameter_test/05: MissingCompileTimeError |
| 332 type_parameter_test/06: Fail | 330 type_parameter_test/06: Fail |
| 333 type_variable_bounds4_test/01: RuntimeError | 331 type_variable_bounds4_test/01: RuntimeError |
| 334 | 332 |
| 335 [ ! $checked && ($compiler == dartk || $compiler == dartkp) ] | 333 [ ! $checked && ($compiler == dartk || $compiler == dartkp) ] |
| 336 const_conditional_test/08: MissingCompileTimeError # KernelVM bug: Constant eval
uation. | 334 const_conditional_test/08: MissingCompileTimeError # KernelVM bug: Constant eval
uation. |
| OLD | NEW |