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 168 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
179 | 179 |
180 malformed_test/none: RuntimeError | 180 malformed_test/none: RuntimeError |
181 | 181 |
182 export_double_same_main_test: CompileTimeError # Fasta bug: Main is exported. | 182 export_double_same_main_test: CompileTimeError # Fasta bug: Main is exported. |
183 export_main_test: CompileTimeError # Fasta bug: Main is exported. | 183 export_main_test: CompileTimeError # Fasta bug: Main is exported. |
184 | 184 |
185 const_constructor_nonconst_field_test/01: MissingCompileTimeError # Fasta bug: N
on-const expression in field initializer. | 185 const_constructor_nonconst_field_test/01: MissingCompileTimeError # Fasta bug: N
on-const expression in field initializer. |
186 | 186 |
187 method_name_test: CompileTimeError # Fasta bug: Parser bug. | 187 method_name_test: CompileTimeError # Fasta bug: Parser bug. |
188 | 188 |
189 generic_metadata_test/02: MissingCompileTimeError # Fasta bug: Type arguments ar
en't allowed on metadata?! | |
190 generic_metadata_test/03: MissingCompileTimeError # Fasta bug: Type arguments ar
en't allowed on metadata?! | |
191 | |
192 named_constructor_test/01: MissingRuntimeError # Fasta bug: Bad compilation of c
onstructor reference. | 189 named_constructor_test/01: MissingRuntimeError # Fasta bug: Bad compilation of c
onstructor reference. |
193 | 190 |
194 regress_29349_test: CompileTimeError # Fasta bug: Parser bug. | 191 regress_29349_test: CompileTimeError # Fasta bug: Parser bug. |
195 | 192 |
196 const_native_factory_test/01: MissingCompileTimeError # Fasta bug: Issue 29763 | 193 const_native_factory_test/01: MissingCompileTimeError # Fasta bug: Issue 29763 |
197 | 194 |
198 generic_function_typedef_test: RuntimeError # Fasta bug: resolution of type vari
ables in typedef. | 195 generic_function_typedef_test: RuntimeError # Fasta bug: resolution of type vari
ables in typedef. |
199 | 196 |
200 constants_test/05: Crash # Fasta bug: getter call in compile-time constant. | 197 constants_test/05: Crash # Fasta bug: getter call in compile-time constant. |
201 | 198 |
(...skipping 22 matching lines...) Expand all Loading... |
224 regress_22728_test: Fail # Dartk Issue 28498 | 221 regress_22728_test: Fail # Dartk Issue 28498 |
225 | 222 |
226 # dartk: JIT failures | 223 # dartk: JIT failures |
227 [ $compiler == dartk ] | 224 [ $compiler == dartk ] |
228 const_locals_test: RuntimeError | 225 const_locals_test: RuntimeError |
229 const_string_test: RuntimeError | 226 const_string_test: RuntimeError |
230 const_syntax_test/08: MissingCompileTimeError | 227 const_syntax_test/08: MissingCompileTimeError |
231 ct_const2_test: Pass, Crash # Flaky | 228 ct_const2_test: Pass, Crash # Flaky |
232 disassemble_test: Pass, Crash # Multitest via multiple VMOptions! Hits assert "
kind() != RawScript::kKernelTag". Issue 28790 | 229 disassemble_test: Pass, Crash # Multitest via multiple VMOptions! Hits assert "
kind() != RawScript::kKernelTag". Issue 28790 |
233 hello_dart_test: Crash | 230 hello_dart_test: Crash |
234 instance_creation_in_function_annotation_test: RuntimeError | |
235 library_env_test/has_no_mirror_support: RuntimeError | 231 library_env_test/has_no_mirror_support: RuntimeError |
236 redirecting_factory_reflection_test: Crash | 232 redirecting_factory_reflection_test: Crash |
237 redirecting_factory_reflection_test: RuntimeError | 233 redirecting_factory_reflection_test: RuntimeError |
238 setter_declaration2_negative_test: DartkCrash | 234 setter_declaration2_negative_test: DartkCrash |
239 setter_declaration_negative_test: Fail | 235 setter_declaration_negative_test: Fail |
240 vm/lazy_deopt_vm_test: Pass, Slow, Timeout | 236 vm/lazy_deopt_vm_test: Pass, Slow, Timeout |
241 vm/optimized_stacktrace_test: Skip # Issue 28788 | 237 vm/optimized_stacktrace_test: Skip # Issue 28788 |
242 | 238 |
243 # dartk: JIT failures (debug) | 239 # dartk: JIT failures (debug) |
244 [ $compiler == dartk && $mode == debug ] | 240 [ $compiler == dartk && $mode == debug ] |
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
331 type_parameter_test/01: Fail | 327 type_parameter_test/01: Fail |
332 type_parameter_test/02: Fail | 328 type_parameter_test/02: Fail |
333 type_parameter_test/03: Fail | 329 type_parameter_test/03: Fail |
334 type_parameter_test/04: Fail | 330 type_parameter_test/04: Fail |
335 type_parameter_test/05: MissingCompileTimeError | 331 type_parameter_test/05: MissingCompileTimeError |
336 type_parameter_test/06: Fail | 332 type_parameter_test/06: Fail |
337 type_variable_bounds4_test/01: RuntimeError | 333 type_variable_bounds4_test/01: RuntimeError |
338 | 334 |
339 [ ! $checked && ($compiler == dartk || $compiler == dartkp) ] | 335 [ ! $checked && ($compiler == dartk || $compiler == dartkp) ] |
340 const_conditional_test/08: MissingCompileTimeError # KernelVM bug: Constant eval
uation. | 336 const_conditional_test/08: MissingCompileTimeError # KernelVM bug: Constant eval
uation. |
OLD | NEW |