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 |
11 [ $compiler == dartk || $compiler == dartkp ] | 11 [ $compiler == dartk || $compiler == dartkp ] |
12 method_override_test: RuntimeError # Not triaged. | 12 method_override_test: RuntimeError # Not triaged. |
13 | 13 |
14 cha_deopt1_test: CompileTimeError # Fasta/KernelVM bug: Deferred loading kernel
issue 28335. | |
15 cha_deopt2_test: CompileTimeError # Fasta/KernelVM bug: Deferred loading kernel
issue 28335. | |
16 cha_deopt3_test: CompileTimeError # Fasta/KernelVM bug: Deferred loading kernel
issue 28335. | |
17 conditional_import_string_test: CompileTimeError # Fasta/KernelVM bug: Deferred
loading kernel issue 28335. | 14 conditional_import_string_test: CompileTimeError # Fasta/KernelVM bug: Deferred
loading kernel issue 28335. |
18 conditional_import_test: CompileTimeError # Fasta/KernelVM bug: Deferred loading
kernel issue 28335. | 15 conditional_import_test: CompileTimeError # Fasta/KernelVM bug: Deferred loading
kernel issue 28335. |
19 deferred_call_empty_before_load_test: RuntimeError # Fasta/KernelVM bug: Deferre
d loading kernel issue 28335. | 16 deferred_call_empty_before_load_test: RuntimeError # Fasta/KernelVM bug: Deferre
d loading kernel issue 28335. |
20 deferred_closurize_load_library_test: CompileTimeError # Fasta/KernelVM bug: Def
erred loading kernel issue 28335. | 17 deferred_closurize_load_library_test: CompileTimeError # Fasta/KernelVM bug: Def
erred loading kernel issue 28335. |
21 deferred_constant_list_test: CompileTimeError # Fasta/KernelVM bug: Deferred loa
ding kernel issue 28335. | 18 deferred_constant_list_test: CompileTimeError # Fasta/KernelVM bug: Deferred loa
ding kernel issue 28335. |
22 deferred_constraints_constants_test/none: CompileTimeError # Fasta/KernelVM bug:
Deferred loading kernel issue 28335. | 19 deferred_constraints_constants_test/none: CompileTimeError # Fasta/KernelVM bug:
Deferred loading kernel issue 28335. |
23 deferred_constraints_constants_test/reference_after_load: CompileTimeError # Fas
ta/KernelVM bug: Deferred loading kernel issue 28335. | 20 deferred_constraints_constants_test/reference_after_load: CompileTimeError # Fas
ta/KernelVM bug: Deferred loading kernel issue 28335. |
24 deferred_constraints_type_annotation_test/as_operation: CompileTimeError # Fasta
/KernelVM bug: Deferred loading kernel issue 28335. | 21 deferred_constraints_type_annotation_test/as_operation: CompileTimeError # Fasta
/KernelVM bug: Deferred loading kernel issue 28335. |
25 deferred_constraints_type_annotation_test/catch_check: CompileTimeError # Fasta/
KernelVM bug: Deferred loading kernel issue 28335. | 22 deferred_constraints_type_annotation_test/catch_check: CompileTimeError # Fasta/
KernelVM bug: Deferred loading kernel issue 28335. |
26 deferred_constraints_type_annotation_test/is_check: CompileTimeError # Fasta/Ker
nelVM bug: Deferred loading kernel issue 28335. | 23 deferred_constraints_type_annotation_test/is_check: CompileTimeError # Fasta/Ker
nelVM bug: Deferred loading kernel issue 28335. |
(...skipping 234 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
261 mixin_super_bound2_test/01: RuntimeError | 258 mixin_super_bound2_test/01: RuntimeError |
262 mixin_super_bound_test: RuntimeError | 259 mixin_super_bound_test: RuntimeError |
263 msk_bound_test: RuntimeError | 260 msk_bound_test: RuntimeError |
264 redirecting_factory_infinite_steps_test/01: Fail | 261 redirecting_factory_infinite_steps_test/01: Fail |
265 redirecting_factory_malbounded_test/01: Fail | 262 redirecting_factory_malbounded_test/01: Fail |
266 regress_22728_test: RuntimeError | 263 regress_22728_test: RuntimeError |
267 regress_26133_test: RuntimeError | 264 regress_26133_test: RuntimeError |
268 type_parameter_test/05: MissingCompileTimeError | 265 type_parameter_test/05: MissingCompileTimeError |
269 type_parameter_test/none: RuntimeError | 266 type_parameter_test/none: RuntimeError |
270 type_variable_bounds4_test/01: RuntimeError | 267 type_variable_bounds4_test/01: RuntimeError |
OLD | NEW |