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 223 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
234 inference/instantiate_to_bounds_generic2_has_bound_defined_before: Fail | 234 inference/instantiate_to_bounds_generic2_has_bound_defined_before: Fail |
235 inference/instantiate_to_bounds_generic2_no_bound: Fail | 235 inference/instantiate_to_bounds_generic2_no_bound: Fail |
236 inference/instantiate_to_bounds_generic_has_bound_defined_after: Fail | 236 inference/instantiate_to_bounds_generic_has_bound_defined_after: Fail |
237 inference/instantiate_to_bounds_generic_has_bound_defined_before: Fail | 237 inference/instantiate_to_bounds_generic_has_bound_defined_before: Fail |
238 inference/instantiate_to_bounds_invoke_constructor_no_bound: Fail | 238 inference/instantiate_to_bounds_invoke_constructor_no_bound: Fail |
239 inference/instantiate_to_bounds_invoke_constructor_type_args_exact: Fail | 239 inference/instantiate_to_bounds_invoke_constructor_type_args_exact: Fail |
240 inference/instantiate_to_bounds_not_generic: Fail | 240 inference/instantiate_to_bounds_not_generic: Fail |
241 inference/lambda_does_not_have_propagated_type_hint: Fail | 241 inference/lambda_does_not_have_propagated_type_hint: Fail |
242 inference/list_literals: Fail | 242 inference/list_literals: Fail |
243 inference/list_literals_can_infer_null_bottom: Fail | 243 inference/list_literals_can_infer_null_bottom: Fail |
244 inference/list_literals_can_infer_null_top_level: Fail | |
245 inference/list_literals_top_level: Fail | 244 inference/list_literals_top_level: Fail |
246 inference/map_literals: Fail | 245 inference/map_literals: Fail |
247 inference/map_literals_can_infer_null: Fail | 246 inference/map_literals_can_infer_null: Fail |
248 inference/map_literals_can_infer_null_top_level: Fail | |
249 inference/map_literals_top_level: Fail | 247 inference/map_literals_top_level: Fail |
250 inference/method_call_with_type_arguments_instance_method: Fail | 248 inference/method_call_with_type_arguments_instance_method: Fail |
251 inference/method_call_with_type_arguments_instance_method_identifier_sequence: F
ail | 249 inference/method_call_with_type_arguments_instance_method_identifier_sequence: F
ail |
252 inference/method_call_with_type_arguments_static_method: Fail | 250 inference/method_call_with_type_arguments_static_method: Fail |
253 inference/method_call_with_type_arguments_top_level_function: Fail | 251 inference/method_call_with_type_arguments_top_level_function: Fail |
254 inference/no_error_when_declared_type_is_num_and_assigned_null: Fail | 252 inference/no_error_when_declared_type_is_num_and_assigned_null: Fail |
255 inference/null_coalescing_operator: Fail | 253 inference/null_coalescing_operator: Fail |
256 inference/null_coalescing_operator_2: Fail | 254 inference/null_coalescing_operator_2: Fail |
257 inference/null_literal_should_not_infer_as_bottom: Fail | 255 inference/null_literal_should_not_infer_as_bottom: Fail |
258 inference/propagate_inference_to_field_in_class: Fail | 256 inference/propagate_inference_to_field_in_class: Fail |
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
341 rasta/super_operator: Fail | 339 rasta/super_operator: Fail |
342 rasta/supports_reflection: VerificationError | 340 rasta/supports_reflection: VerificationError |
343 rasta/try_label: Fail | 341 rasta/try_label: Fail |
344 rasta/type_literals: Fail | 342 rasta/type_literals: Fail |
345 rasta/type_with_parse_error: Fail | 343 rasta/type_with_parse_error: Fail |
346 rasta/typedef: Fail | 344 rasta/typedef: Fail |
347 rasta/unresolved: Fail | 345 rasta/unresolved: Fail |
348 rasta/unresolved_constructor: Fail | 346 rasta/unresolved_constructor: Fail |
349 rasta/unresolved_for_in: Fail | 347 rasta/unresolved_for_in: Fail |
350 rasta/unresolved_recovery: Fail | 348 rasta/unresolved_recovery: Fail |
OLD | NEW |