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 110 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
121 mixin_forwarding_constructor4_test/02: MissingCompileTimeError # KernelVM bug: I
ssue 15101 | 121 mixin_forwarding_constructor4_test/02: MissingCompileTimeError # KernelVM bug: I
ssue 15101 |
122 mixin_forwarding_constructor4_test/03: MissingCompileTimeError # KernelVM bug: I
ssue 15101 | 122 mixin_forwarding_constructor4_test/03: MissingCompileTimeError # KernelVM bug: I
ssue 15101 |
123 mixin_super_constructor_named_test/01: MissingCompileTimeError # KernelVM bug: I
ssue 15101 | 123 mixin_super_constructor_named_test/01: MissingCompileTimeError # KernelVM bug: I
ssue 15101 |
124 mixin_super_constructor_positionals_test/01: MissingCompileTimeError # KernelVM
bug: Issue 15101 | 124 mixin_super_constructor_positionals_test/01: MissingCompileTimeError # KernelVM
bug: Issue 15101 |
125 | 125 |
126 mixin_mixin_type_arguments_test: RuntimeError # KernelVM bug: Issue 29537 | 126 mixin_mixin_type_arguments_test: RuntimeError # KernelVM bug: Issue 29537 |
127 mixin_type_parameters_mixin_extends_test: RuntimeError # KernelVM bug: Issue 295
37 | 127 mixin_type_parameters_mixin_extends_test: RuntimeError # KernelVM bug: Issue 295
37 |
128 mixin_type_parameters_super_extends_test: RuntimeError # KernelVM bug: Issue 295
37 | 128 mixin_type_parameters_super_extends_test: RuntimeError # KernelVM bug: Issue 295
37 |
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 redirecting_constructor_initializer_test: RuntimeError # Super is evaluated last
; same result as source-based pipeline. |
132 redirecting_constructor_initializer_test: RuntimeError # KernelVM bug: Field ini
tializers evaluated multiple times | |
133 | 132 |
134 vm/regress_27671_test: RuntimeError # KernelVM bug: Problem with checked mode or
other VMOptions? | 133 vm/regress_27671_test: RuntimeError # KernelVM bug: Problem with checked mode or
other VMOptions? |
135 | 134 |
136 vm/debug_break_enabled_vm_test/01: CompileTimeError # KernelVM bug: Bad test usi
ng extended break syntax. | 135 vm/debug_break_enabled_vm_test/01: CompileTimeError # KernelVM bug: Bad test usi
ng extended break syntax. |
137 vm/debug_break_enabled_vm_test/none: CompileTimeError # KernelVM bug: Bad test u
sing extended break syntax. | 136 vm/debug_break_enabled_vm_test/none: CompileTimeError # KernelVM bug: Bad test u
sing extended break syntax. |
138 | 137 |
139 vm/closure_memory_retention_test: Skip # KernelVM bug: Hits OOM | 138 vm/closure_memory_retention_test: Skip # KernelVM bug: Hits OOM |
140 | 139 |
141 list_literal4_test: RuntimeError # KernelVM bug: Checked mode problem: list lite
rals aren't checked. | 140 list_literal4_test: RuntimeError # KernelVM bug: Checked mode problem: list lite
rals aren't checked. |
142 | 141 |
(...skipping 180 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
323 type_parameter_test/01: Fail | 322 type_parameter_test/01: Fail |
324 type_parameter_test/02: Fail | 323 type_parameter_test/02: Fail |
325 type_parameter_test/03: Fail | 324 type_parameter_test/03: Fail |
326 type_parameter_test/04: Fail | 325 type_parameter_test/04: Fail |
327 type_parameter_test/05: MissingCompileTimeError | 326 type_parameter_test/05: MissingCompileTimeError |
328 type_parameter_test/06: Fail | 327 type_parameter_test/06: Fail |
329 type_variable_bounds4_test/01: RuntimeError | 328 type_variable_bounds4_test/01: RuntimeError |
330 | 329 |
331 [ ! $checked && ($compiler == dartk || $compiler == dartkp) ] | 330 [ ! $checked && ($compiler == dartk || $compiler == dartkp) ] |
332 const_conditional_test/08: MissingCompileTimeError # KernelVM bug: Constant eval
uation. | 331 const_conditional_test/08: MissingCompileTimeError # KernelVM bug: Constant eval
uation. |
OLD | NEW |