| 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 cyclic_type_test/00: RuntimeError # KernelVM bug: Incorrect type argument. | |
| 108 cyclic_type_test/01: RuntimeError # KernelVM bug: Incorrect type argument. | |
| 109 cyclic_type_test/03: RuntimeError # KernelVM bug: Incorrect type argument. | |
| 110 | |
| 111 dynamic_prefix_core_test/01: RuntimeError # KernelVM bug: Blocked on language is
sue 29125. | 107 dynamic_prefix_core_test/01: RuntimeError # KernelVM bug: Blocked on language is
sue 29125. |
| 112 | 108 |
| 113 for2_test: RuntimeError # KernelVM bug: Closure conversion? | 109 for2_test: RuntimeError # KernelVM bug: Closure conversion? |
| 114 for_variable_capture_test: RuntimeError # KernelVM bug: Closure conversion? | 110 for_variable_capture_test: RuntimeError # KernelVM bug: Closure conversion? |
| 115 | 111 |
| 116 external_test/10: MissingRuntimeError # KernelVM bug: Unbound external. | 112 external_test/10: MissingRuntimeError # KernelVM bug: Unbound external. |
| 117 external_test/13: MissingRuntimeError # KernelVM bug: Unbound external. | 113 external_test/13: MissingRuntimeError # KernelVM bug: Unbound external. |
| 118 external_test/20: MissingRuntimeError # KernelVM bug: Unbound external. | 114 external_test/20: MissingRuntimeError # KernelVM bug: Unbound external. |
| 119 | 115 |
| 120 large_class_declaration_test: SkipSlow # KernelVM bug: KernelVM Issue 28312 | 116 large_class_declaration_test: SkipSlow # KernelVM bug: KernelVM Issue 28312 |
| 121 | 117 |
| 122 mixin_forwarding_constructor4_test/01: MissingCompileTimeError # KernelVM bug: I
ssue 15101 | 118 mixin_forwarding_constructor4_test/01: MissingCompileTimeError # KernelVM bug: I
ssue 15101 |
| 123 mixin_forwarding_constructor4_test/02: MissingCompileTimeError # KernelVM bug: I
ssue 15101 | 119 mixin_forwarding_constructor4_test/02: MissingCompileTimeError # KernelVM bug: I
ssue 15101 |
| 124 mixin_forwarding_constructor4_test/03: MissingCompileTimeError # KernelVM bug: I
ssue 15101 | 120 mixin_forwarding_constructor4_test/03: MissingCompileTimeError # KernelVM bug: I
ssue 15101 |
| 125 mixin_super_constructor_named_test/01: MissingCompileTimeError # KernelVM bug: I
ssue 15101 | 121 mixin_super_constructor_named_test/01: MissingCompileTimeError # KernelVM bug: I
ssue 15101 |
| 126 mixin_super_constructor_positionals_test/01: MissingCompileTimeError # KernelVM
bug: Issue 15101 | 122 mixin_super_constructor_positionals_test/01: MissingCompileTimeError # KernelVM
bug: Issue 15101 |
| 127 | 123 |
| 128 mixin_mixin_type_arguments_test: RuntimeError # KernelVM bug: Issue 29537 | |
| 129 mixin_type_parameters_mixin_extends_test: RuntimeError # KernelVM bug: Issue 295
37 | |
| 130 mixin_type_parameters_super_extends_test: RuntimeError # KernelVM bug: Issue 295
37 | |
| 131 mixin_type_parameters_super_test: RuntimeError # KernelVM bug: Issue 29537 | |
| 132 | |
| 133 evaluation_redirecting_constructor_test: RuntimeError # KernelVM bug: Field init
ializers evaluated multiple times | 124 evaluation_redirecting_constructor_test: RuntimeError # KernelVM bug: Field init
ializers evaluated multiple times |
| 134 redirecting_constructor_initializer_test: RuntimeError # KernelVM bug: Field ini
tializers evaluated multiple times | 125 redirecting_constructor_initializer_test: RuntimeError # KernelVM bug: Field ini
tializers evaluated multiple times |
| 135 | 126 |
| 136 vm/regress_27671_test: RuntimeError # KernelVM bug: Problem with checked mode or
other VMOptions? | 127 vm/regress_27671_test: RuntimeError # KernelVM bug: Problem with checked mode or
other VMOptions? |
| 137 | 128 |
| 138 vm/debug_break_enabled_vm_test/01: CompileTimeError # KernelVM bug: Bad test usi
ng extended break syntax. | 129 vm/debug_break_enabled_vm_test/01: CompileTimeError # KernelVM bug: Bad test usi
ng extended break syntax. |
| 139 vm/debug_break_enabled_vm_test/none: CompileTimeError # KernelVM bug: Bad test u
sing extended break syntax. | 130 vm/debug_break_enabled_vm_test/none: CompileTimeError # KernelVM bug: Bad test u
sing extended break syntax. |
| 140 | 131 |
| 141 vm/closure_memory_retention_test: Skip # KernelVM bug: Hits OOM | 132 vm/closure_memory_retention_test: Skip # KernelVM bug: Hits OOM |
| 142 | 133 |
| (...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 325 type_parameter_test/01: Fail | 316 type_parameter_test/01: Fail |
| 326 type_parameter_test/02: Fail | 317 type_parameter_test/02: Fail |
| 327 type_parameter_test/03: Fail | 318 type_parameter_test/03: Fail |
| 328 type_parameter_test/04: Fail | 319 type_parameter_test/04: Fail |
| 329 type_parameter_test/05: MissingCompileTimeError | 320 type_parameter_test/05: MissingCompileTimeError |
| 330 type_parameter_test/06: Fail | 321 type_parameter_test/06: Fail |
| 331 type_variable_bounds4_test/01: RuntimeError | 322 type_variable_bounds4_test/01: RuntimeError |
| 332 | 323 |
| 333 [ ! $checked && ($compiler == dartk || $compiler == dartkp) ] | 324 [ ! $checked && ($compiler == dartk || $compiler == dartkp) ] |
| 334 const_conditional_test/08: MissingCompileTimeError # KernelVM bug: Constant eval
uation. | 325 const_conditional_test/08: MissingCompileTimeError # KernelVM bug: Constant eval
uation. |
| OLD | NEW |