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 124 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
135 | 135 |
136 vm/regress_27671_test: RuntimeError # KernelVM bug: Problem with checked mode or
other VMOptions? | 136 vm/regress_27671_test: RuntimeError # KernelVM bug: Problem with checked mode or
other VMOptions? |
137 | 137 |
138 vm/debug_break_enabled_vm_test/01: CompileTimeError # KernelVM bug: Bad test usi
ng extended break syntax. | 138 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. | 139 vm/debug_break_enabled_vm_test/none: CompileTimeError # KernelVM bug: Bad test u
sing extended break syntax. |
140 | 140 |
141 vm/closure_memory_retention_test: Skip # KernelVM bug: Hits OOM | 141 vm/closure_memory_retention_test: Skip # KernelVM bug: Hits OOM |
142 | 142 |
143 list_literal4_test: RuntimeError # KernelVM bug: Checked mode problem: list lite
rals aren't checked. | 143 list_literal4_test: RuntimeError # KernelVM bug: Checked mode problem: list lite
rals aren't checked. |
144 | 144 |
145 generic_field_mixin4_test: RuntimeError # KernelVM bug: Issue 29553 | |
146 | |
147 redirecting_factory_long_test: RuntimeError # Fasta bug: Bad compilation of type
arguments for redirecting factory. | 145 redirecting_factory_long_test: RuntimeError # Fasta bug: Bad compilation of type
arguments for redirecting factory. |
148 | 146 |
149 factory_redirection_test/07: MissingCompileTimeError # Fasta bug: Bad constructo
r redirection. | 147 factory_redirection_test/07: MissingCompileTimeError # Fasta bug: Bad constructo
r redirection. |
150 regress_27617_test/1: MissingCompileTimeError # Fasta bug: Bad constructor redir
ection. | 148 regress_27617_test/1: MissingCompileTimeError # Fasta bug: Bad constructor redir
ection. |
151 regress_28217_test/01: MissingCompileTimeError # Fasta bug: Bad constructor redi
rection. | 149 regress_28217_test/01: MissingCompileTimeError # Fasta bug: Bad constructor redi
rection. |
152 regress_28217_test/none: MissingCompileTimeError # Fasta bug: Bad constructor re
direction. | 150 regress_28217_test/none: MissingCompileTimeError # Fasta bug: Bad constructor re
direction. |
153 | 151 |
154 vm/type_vm_test: RuntimeError # Fasta bug: Bad position information in stack tra
ce. | 152 vm/type_vm_test: RuntimeError # Fasta bug: Bad position information in stack tra
ce. |
155 | 153 |
156 constructor_redirect2_test/01: MissingCompileTimeError # Fasta bug: Body on redi
recting constructor. | 154 constructor_redirect2_test/01: MissingCompileTimeError # Fasta bug: Body on redi
recting constructor. |
(...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
325 type_parameter_test/01: Fail | 323 type_parameter_test/01: Fail |
326 type_parameter_test/02: Fail | 324 type_parameter_test/02: Fail |
327 type_parameter_test/03: Fail | 325 type_parameter_test/03: Fail |
328 type_parameter_test/04: Fail | 326 type_parameter_test/04: Fail |
329 type_parameter_test/05: MissingCompileTimeError | 327 type_parameter_test/05: MissingCompileTimeError |
330 type_parameter_test/06: Fail | 328 type_parameter_test/06: Fail |
331 type_variable_bounds4_test/01: RuntimeError | 329 type_variable_bounds4_test/01: RuntimeError |
332 | 330 |
333 [ ! $checked && ($compiler == dartk || $compiler == dartkp) ] | 331 [ ! $checked && ($compiler == dartk || $compiler == dartkp) ] |
334 const_conditional_test/08: MissingCompileTimeError # KernelVM bug: Constant eval
uation. | 332 const_conditional_test/08: MissingCompileTimeError # KernelVM bug: Constant eval
uation. |
OLD | NEW |