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 206 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
217 const_string_test: RuntimeError | 217 const_string_test: RuntimeError |
218 const_syntax_test/08: MissingCompileTimeError | 218 const_syntax_test/08: MissingCompileTimeError |
219 ct_const2_test: Pass, Crash # Flaky | 219 ct_const2_test: Pass, Crash # Flaky |
220 disassemble_test: Pass, Crash # Multitest via multiple VMOptions! Hits assert "
kind() != RawScript::kKernelTag". Issue 28790 | 220 disassemble_test: Pass, Crash # Multitest via multiple VMOptions! Hits assert "
kind() != RawScript::kKernelTag". Issue 28790 |
221 getter_declaration_negative_test: Fail | 221 getter_declaration_negative_test: Fail |
222 hello_dart_test: Crash | 222 hello_dart_test: Crash |
223 instance_creation_in_function_annotation_test: RuntimeError | 223 instance_creation_in_function_annotation_test: RuntimeError |
224 library_env_test/has_no_mirror_support: RuntimeError | 224 library_env_test/has_no_mirror_support: RuntimeError |
225 redirecting_factory_reflection_test: Crash | 225 redirecting_factory_reflection_test: Crash |
226 redirecting_factory_reflection_test: RuntimeError | 226 redirecting_factory_reflection_test: RuntimeError |
227 setter_declaration2_negative_test: Fail | 227 setter_declaration2_negative_test: DartkCrash |
228 setter_declaration_negative_test: Fail | 228 setter_declaration_negative_test: Fail |
229 vm/lazy_deopt_vm_test: Pass, Slow, Timeout | 229 vm/lazy_deopt_vm_test: Pass, Slow, Timeout |
230 vm/optimized_stacktrace_test: Skip # Issue 28788 | 230 vm/optimized_stacktrace_test: Skip # Issue 28788 |
231 | 231 |
232 # dartk: JIT failures (debug) | 232 # dartk: JIT failures (debug) |
233 [ $compiler == dartk && $mode == debug ] | 233 [ $compiler == dartk && $mode == debug ] |
234 deopt_inlined_function_lazy_test: Skip | 234 deopt_inlined_function_lazy_test: Skip |
235 hello_dart_test: Crash # error: expected: cls.is_type_finalized() | 235 hello_dart_test: Crash # error: expected: cls.is_type_finalized() |
236 ref_before_declaration_test/00: Crash | 236 ref_before_declaration_test/00: Crash |
237 ref_before_declaration_test/01: Crash | 237 ref_before_declaration_test/01: Crash |
(...skipping 228 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
466 | 466 |
467 [ $compiler == dartk ] | 467 [ $compiler == dartk ] |
468 getter_parameters_test/02: MissingCompileTimeError # Fixed in ahe's dev branch. | 468 getter_parameters_test/02: MissingCompileTimeError # Fixed in ahe's dev branch. |
469 | 469 |
470 [ $compiler == dartkp ] | 470 [ $compiler == dartkp ] |
471 getter_parameters_test/02: Crash # Fixed in ahe's dev branch. | 471 getter_parameters_test/02: Crash # Fixed in ahe's dev branch. |
472 | 472 |
473 [ $unchecked && ($compiler == dartk || $compiler == dartkp) ] | 473 [ $unchecked && ($compiler == dartk || $compiler == dartkp) ] |
474 const_conditional_test/08: MissingCompileTimeError # KernelVM bug: Constant eval
uation. | 474 const_conditional_test/08: MissingCompileTimeError # KernelVM bug: Constant eval
uation. |
475 inst_field_initializer1_negative_test: Fail # Fixed in ahe's dev branch. | 475 inst_field_initializer1_negative_test: Fail # Fixed in ahe's dev branch. |
OLD | NEW |