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 [ !$checked && ($compiler == dartk || $compiler == dartkp) ] | 5 [ !$checked && ($compiler == dartk || $compiler == dartkp) ] |
6 | 6 |
7 deferred_constraints_type_annotation_test/type_annotation1: CompileTimeError # F
asta/KernelVM bug: Deferred loading kernel issue 28335. | 7 deferred_constraints_type_annotation_test/type_annotation1: CompileTimeError # F
asta/KernelVM bug: Deferred loading kernel issue 28335. |
8 deferred_constraints_type_annotation_test/type_annotation_generic1: CompileTimeE
rror # Fasta/KernelVM bug: Deferred loading kernel issue 28335. | 8 deferred_constraints_type_annotation_test/type_annotation_generic1: CompileTimeE
rror # Fasta/KernelVM bug: Deferred loading kernel issue 28335. |
9 deferred_constraints_type_annotation_test/type_annotation_generic4: CompileTimeE
rror # Fasta/KernelVM bug: Deferred loading kernel issue 28335. | 9 deferred_constraints_type_annotation_test/type_annotation_generic4: CompileTimeE
rror # Fasta/KernelVM bug: Deferred loading kernel issue 28335. |
10 | 10 |
(...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
182 # Triaged checked mode failures | 182 # Triaged checked mode failures |
183 [ ($compiler == dartk || $compiler == dartkp) && $checked ] | 183 [ ($compiler == dartk || $compiler == dartkp) && $checked ] |
184 regress_22728_test: Fail # Dartk Issue 28498 | 184 regress_22728_test: Fail # Dartk Issue 28498 |
185 | 185 |
186 # dartk: JIT failures | 186 # dartk: JIT failures |
187 [ $compiler == dartk ] | 187 [ $compiler == dartk ] |
188 const_locals_test: RuntimeError | 188 const_locals_test: RuntimeError |
189 const_string_test: RuntimeError | 189 const_string_test: RuntimeError |
190 const_syntax_test/08: MissingCompileTimeError | 190 const_syntax_test/08: MissingCompileTimeError |
191 ct_const2_test: Pass, Crash # Flaky | 191 ct_const2_test: Pass, Crash # Flaky |
192 hello_dart_test: Crash | |
193 library_env_test/has_no_mirror_support: RuntimeError | 192 library_env_test/has_no_mirror_support: RuntimeError |
194 redirecting_factory_reflection_test: Crash | 193 redirecting_factory_reflection_test: Crash |
195 redirecting_factory_reflection_test: RuntimeError | 194 redirecting_factory_reflection_test: RuntimeError |
196 setter_declaration2_negative_test: DartkCrash | 195 setter_declaration2_negative_test: DartkCrash |
197 setter_declaration_negative_test: Fail | 196 setter_declaration_negative_test: Fail |
198 | 197 |
199 # dartk: JIT failures (debug) | 198 # dartk: JIT failures (debug) |
200 [ $compiler == dartk && $mode == debug ] | 199 [ $compiler == dartk && $mode == debug ] |
201 deopt_inlined_function_lazy_test: Skip | 200 deopt_inlined_function_lazy_test: Skip |
202 hello_dart_test: Crash # error: expected: cls.is_type_finalized() | |
203 | 201 |
204 # dartk: precompilation failures | 202 # dartk: precompilation failures |
205 [ $compiler == dartkp ] | 203 [ $compiler == dartkp ] |
206 const_syntax_test/08: Crash | 204 const_syntax_test/08: Crash |
207 final_syntax_test/09: MissingCompileTimeError | 205 final_syntax_test/09: MissingCompileTimeError |
208 ref_before_declaration_test/none: Crash | 206 ref_before_declaration_test/none: Crash |
209 setter_declaration2_negative_test: Crash | 207 setter_declaration2_negative_test: Crash |
210 setter_declaration_negative_test: Crash | 208 setter_declaration_negative_test: Crash |
211 | 209 |
212 # dartk: precompilation failures (debug) | 210 # dartk: precompilation failures (debug) |
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
250 mixin_super_bound2_test/01: RuntimeError | 248 mixin_super_bound2_test/01: RuntimeError |
251 mixin_super_bound_test: RuntimeError | 249 mixin_super_bound_test: RuntimeError |
252 msk_bound_test: RuntimeError | 250 msk_bound_test: RuntimeError |
253 redirecting_factory_infinite_steps_test/01: Fail | 251 redirecting_factory_infinite_steps_test/01: Fail |
254 redirecting_factory_malbounded_test/01: Fail | 252 redirecting_factory_malbounded_test/01: Fail |
255 regress_22728_test: RuntimeError | 253 regress_22728_test: RuntimeError |
256 regress_26133_test: RuntimeError | 254 regress_26133_test: RuntimeError |
257 type_parameter_test/05: MissingCompileTimeError | 255 type_parameter_test/05: MissingCompileTimeError |
258 type_parameter_test/none: RuntimeError | 256 type_parameter_test/none: RuntimeError |
259 type_variable_bounds4_test/01: RuntimeError | 257 type_variable_bounds4_test/01: RuntimeError |
OLD | NEW |