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.md file. | 3 # BSD-style license that can be found in the LICENSE.md file. |
4 | 4 |
5 # Status file for the compile_test.dart (notice c, not k) test suite. This is | 5 # Status file for the compile_test.dart (notice c, not k) test suite. This is |
6 # testing generating Kernel ASTs directly, that is, code in | 6 # testing generating Kernel ASTs directly, that is, code in |
7 # pkg/fasta/lib/src/kernel/. | 7 # pkg/fasta/lib/src/kernel/. |
8 | 8 |
9 rasta/unsupported_platform_library: RuntimeError # OK, this must report an error
at runtime. | 9 rasta/unsupported_platform_library: RuntimeError # OK, this must report an error
at runtime. |
10 | 10 |
(...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
192 inference/infer_typed_list_literal: Fail | 192 inference/infer_typed_list_literal: Fail |
193 inference/infer_typed_map_literal: Fail | 193 inference/infer_typed_map_literal: Fail |
194 inference/infer_types_on_generic_instantiations_3: Fail | 194 inference/infer_types_on_generic_instantiations_3: Fail |
195 inference/infer_types_on_generic_instantiations_4: Fail | 195 inference/infer_types_on_generic_instantiations_4: Fail |
196 inference/infer_types_on_generic_instantiations_5: Fail | 196 inference/infer_types_on_generic_instantiations_5: Fail |
197 inference/infer_types_on_generic_instantiations_in_library_cycle: Fail | 197 inference/infer_types_on_generic_instantiations_in_library_cycle: Fail |
198 inference/infer_types_on_generic_instantiations_in_library_cycle_a: Fail | 198 inference/infer_types_on_generic_instantiations_in_library_cycle_a: Fail |
199 inference/infer_types_on_generic_instantiations_infer: Fail | 199 inference/infer_types_on_generic_instantiations_infer: Fail |
200 inference/infer_types_on_loop_indices_for_each_loop: Fail | 200 inference/infer_types_on_loop_indices_for_each_loop: Fail |
201 inference/infer_types_on_loop_indices_for_loop_with_inference: Fail | 201 inference/infer_types_on_loop_indices_for_loop_with_inference: Fail |
202 inference/infer_use_of_void: Fail | |
203 inference/infer_variable_void: Fail | 202 inference/infer_variable_void: Fail |
204 inference/inferred_initializing_formal_checks_default_value: Fail | 203 inference/inferred_initializing_formal_checks_default_value: Fail |
205 inference/inferred_nonstatic_field_depends_on_static_field_complex: Fail | 204 inference/inferred_nonstatic_field_depends_on_static_field_complex: Fail |
206 inference/inferred_nonstatic_field_depends_on_top_level_var_simple: Fail | 205 inference/inferred_nonstatic_field_depends_on_top_level_var_simple: Fail |
207 inference/inferred_type_block_closure_no_args_no_return: Fail | 206 inference/inferred_type_block_closure_no_args_no_return: Fail |
208 inference/inferred_type_cascade: Fail | 207 inference/inferred_type_cascade: Fail |
209 inference/inferred_type_custom_binary_op: Fail | 208 inference/inferred_type_custom_binary_op: Fail |
210 inference/inferred_type_custom_binary_op_via_interface: Fail | 209 inference/inferred_type_custom_binary_op_via_interface: Fail |
211 inference/inferred_type_custom_index_op: Fail | 210 inference/inferred_type_custom_index_op: Fail |
212 inference/inferred_type_custom_index_op_via_interface: Fail | 211 inference/inferred_type_custom_index_op_via_interface: Fail |
(...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
341 rasta/super_operator: Fail | 340 rasta/super_operator: Fail |
342 rasta/supports_reflection: VerificationError | 341 rasta/supports_reflection: VerificationError |
343 rasta/try_label: Fail | 342 rasta/try_label: Fail |
344 rasta/type_literals: Fail | 343 rasta/type_literals: Fail |
345 rasta/type_with_parse_error: Fail | 344 rasta/type_with_parse_error: Fail |
346 rasta/typedef: Fail | 345 rasta/typedef: Fail |
347 rasta/unresolved: Fail | 346 rasta/unresolved: Fail |
348 rasta/unresolved_constructor: Fail | 347 rasta/unresolved_constructor: Fail |
349 rasta/unresolved_for_in: Fail | 348 rasta/unresolved_for_in: Fail |
350 rasta/unresolved_recovery: Fail | 349 rasta/unresolved_recovery: Fail |
OLD | NEW |