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 118 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
129 mixin_type_parameters_super_test: RuntimeError # KernelVM bug: Issue 29537 | 129 mixin_type_parameters_super_test: RuntimeError # KernelVM bug: Issue 29537 |
130 | 130 |
131 evaluation_redirecting_constructor_test: RuntimeError # KernelVM bug: Field init
ializers evaluated multiple times | 131 evaluation_redirecting_constructor_test: RuntimeError # KernelVM bug: Field init
ializers evaluated multiple times |
132 redirecting_constructor_initializer_test: RuntimeError # KernelVM bug: Field ini
tializers evaluated multiple times | 132 redirecting_constructor_initializer_test: RuntimeError # KernelVM bug: Field ini
tializers evaluated multiple times |
133 | 133 |
134 vm/debug_break_enabled_vm_test/01: CompileTimeError # KernelVM bug: Bad test usi
ng extended break syntax. | 134 vm/debug_break_enabled_vm_test/01: CompileTimeError # KernelVM bug: Bad test usi
ng extended break syntax. |
135 vm/debug_break_enabled_vm_test/none: CompileTimeError # KernelVM bug: Bad test u
sing extended break syntax. | 135 vm/debug_break_enabled_vm_test/none: CompileTimeError # KernelVM bug: Bad test u
sing extended break syntax. |
136 | 136 |
137 vm/closure_memory_retention_test: Skip # KernelVM bug: Hits OOM | 137 vm/closure_memory_retention_test: Skip # KernelVM bug: Hits OOM |
138 | 138 |
139 list_literal4_test: RuntimeError # KernelVM bug: Checked mode problem: list lite
rals aren't checked. | |
140 | |
141 generic_field_mixin4_test: RuntimeError # KernelVM bug: Issue 29553 | 139 generic_field_mixin4_test: RuntimeError # KernelVM bug: Issue 29553 |
142 | 140 |
143 redirecting_factory_long_test: RuntimeError # Fasta bug: Bad compilation of type
arguments for redirecting factory. | 141 redirecting_factory_long_test: RuntimeError # Fasta bug: Bad compilation of type
arguments for redirecting factory. |
144 | 142 |
145 factory_redirection_test/07: MissingCompileTimeError # Fasta bug: Bad constructo
r redirection. | 143 factory_redirection_test/07: MissingCompileTimeError # Fasta bug: Bad constructo
r redirection. |
146 regress_27617_test/1: MissingCompileTimeError # Fasta bug: Bad constructor redir
ection. | 144 regress_27617_test/1: MissingCompileTimeError # Fasta bug: Bad constructor redir
ection. |
147 regress_28217_test/01: MissingCompileTimeError # Fasta bug: Bad constructor redi
rection. | 145 regress_28217_test/01: MissingCompileTimeError # Fasta bug: Bad constructor redi
rection. |
148 regress_28217_test/none: MissingCompileTimeError # Fasta bug: Bad constructor re
direction. | 146 regress_28217_test/none: MissingCompileTimeError # Fasta bug: Bad constructor re
direction. |
149 | 147 |
150 vm/type_vm_test: RuntimeError # Fasta bug: Bad position information in stack tra
ce. | 148 vm/type_vm_test: RuntimeError # Fasta bug: Bad position information in stack tra
ce. |
(...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
321 type_parameter_test/01: Fail | 319 type_parameter_test/01: Fail |
322 type_parameter_test/02: Fail | 320 type_parameter_test/02: Fail |
323 type_parameter_test/03: Fail | 321 type_parameter_test/03: Fail |
324 type_parameter_test/04: Fail | 322 type_parameter_test/04: Fail |
325 type_parameter_test/05: MissingCompileTimeError | 323 type_parameter_test/05: MissingCompileTimeError |
326 type_parameter_test/06: Fail | 324 type_parameter_test/06: Fail |
327 type_variable_bounds4_test/01: RuntimeError | 325 type_variable_bounds4_test/01: RuntimeError |
328 | 326 |
329 [ ! $checked && ($compiler == dartk || $compiler == dartkp) ] | 327 [ ! $checked && ($compiler == dartk || $compiler == dartkp) ] |
330 const_conditional_test/08: MissingCompileTimeError # KernelVM bug: Constant eval
uation. | 328 const_conditional_test/08: MissingCompileTimeError # KernelVM bug: Constant eval
uation. |
OLD | NEW |