| 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 rasta/unsupported_platform_library: RuntimeError # OK, this must report an error
at runtime. | 5 rasta/unsupported_platform_library: RuntimeError # OK, this must report an error
at runtime. |
| 6 | 6 |
| 7 # Status file for the kompile_test.dart (notice k, not c) test suite. This is | 7 # Status file for the kompile_test.dart (notice k, not c) test suite. This is |
| 8 # testing generating Analyzer ASTs, that is, code in | 8 # testing generating Analyzer ASTs, that is, code in |
| 9 # pkg/fasta/lib/src/analyzer/. Currently, this is behind direct-to-kernel, so | 9 # pkg/fasta/lib/src/analyzer/. Currently, this is behind direct-to-kernel, so |
| 10 # there are many crashes. | 10 # there are many crashes. |
| (...skipping 315 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 326 inference/local_return_and_yield: Crash | 326 inference/local_return_and_yield: Crash |
| 327 inference/map_literals: Fail | 327 inference/map_literals: Fail |
| 328 inference/map_literals_can_infer_null: Fail | 328 inference/map_literals_can_infer_null: Fail |
| 329 inference/map_literals_can_infer_null_top_level: Crash | 329 inference/map_literals_can_infer_null_top_level: Crash |
| 330 inference/map_literals_top_level: Crash | 330 inference/map_literals_top_level: Crash |
| 331 inference/method_call_with_type_arguments_instance_method: Crash | 331 inference/method_call_with_type_arguments_instance_method: Crash |
| 332 inference/method_call_with_type_arguments_instance_method_identifier_sequence: C
rash | 332 inference/method_call_with_type_arguments_instance_method_identifier_sequence: C
rash |
| 333 inference/method_call_with_type_arguments_static_method: Crash | 333 inference/method_call_with_type_arguments_static_method: Crash |
| 334 inference/method_call_with_type_arguments_top_level_function: Crash | 334 inference/method_call_with_type_arguments_top_level_function: Crash |
| 335 inference/non_inferrable_getter_setter: Crash | 335 inference/non_inferrable_getter_setter: Crash |
| 336 inference/null_aware_method_invocation: Crash |
| 336 inference/null_aware_property_get: Crash | 337 inference/null_aware_property_get: Crash |
| 337 inference/null_literal_should_not_infer_as_bottom: Crash | 338 inference/null_literal_should_not_infer_as_bottom: Crash |
| 338 inference/parameter_defaults_downwards: Crash | 339 inference/parameter_defaults_downwards: Crash |
| 339 inference/parameter_defaults_upwards: Crash | 340 inference/parameter_defaults_upwards: Crash |
| 340 inference/propagate_inference_to_field_in_class: Crash | 341 inference/propagate_inference_to_field_in_class: Crash |
| 341 inference/propagate_inference_to_field_in_class_dynamic_warnings: Crash | 342 inference/propagate_inference_to_field_in_class_dynamic_warnings: Crash |
| 342 inference/propagate_inference_transitively2: Crash | 343 inference/propagate_inference_transitively2: Crash |
| 343 inference/propagate_inference_transitively: Crash | 344 inference/propagate_inference_transitively: Crash |
| 344 inference/property_get_toplevel: Crash | 345 inference/property_get_toplevel: Crash |
| 345 inference/property_set: Crash | 346 inference/property_set: Crash |
| (...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 472 rasta/switch_fall_through: Fail | 473 rasta/switch_fall_through: Fail |
| 473 rasta/this_invoke: Crash | 474 rasta/this_invoke: Crash |
| 474 rasta/try_label: Crash | 475 rasta/try_label: Crash |
| 475 rasta/type_literals: Crash | 476 rasta/type_literals: Crash |
| 476 rasta/type_with_parse_error: Fail | 477 rasta/type_with_parse_error: Fail |
| 477 rasta/typedef: Crash | 478 rasta/typedef: Crash |
| 478 rasta/unresolved: Fail | 479 rasta/unresolved: Fail |
| 479 rasta/unresolved_constructor: Crash | 480 rasta/unresolved_constructor: Crash |
| 480 rasta/unresolved_for_in: Crash | 481 rasta/unresolved_for_in: Crash |
| 481 rasta/unresolved_recovery: Fail | 482 rasta/unresolved_recovery: Fail |
| OLD | NEW |