| 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 277 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 288 inference/map_literals_top_level: Crash | 288 inference/map_literals_top_level: Crash |
| 289 inference/method_call_with_type_arguments_instance_method: Crash | 289 inference/method_call_with_type_arguments_instance_method: Crash |
| 290 inference/method_call_with_type_arguments_instance_method_identifier_sequence: C
rash | 290 inference/method_call_with_type_arguments_instance_method_identifier_sequence: C
rash |
| 291 inference/method_call_with_type_arguments_static_method: Crash | 291 inference/method_call_with_type_arguments_static_method: Crash |
| 292 inference/method_call_with_type_arguments_top_level_function: Crash | 292 inference/method_call_with_type_arguments_top_level_function: Crash |
| 293 inference/null_literal_should_not_infer_as_bottom: Crash | 293 inference/null_literal_should_not_infer_as_bottom: Crash |
| 294 inference/propagate_inference_to_field_in_class: Crash | 294 inference/propagate_inference_to_field_in_class: Crash |
| 295 inference/propagate_inference_to_field_in_class_dynamic_warnings: Crash | 295 inference/propagate_inference_to_field_in_class_dynamic_warnings: Crash |
| 296 inference/propagate_inference_transitively2: Crash | 296 inference/propagate_inference_transitively2: Crash |
| 297 inference/propagate_inference_transitively: Crash | 297 inference/propagate_inference_transitively: Crash |
| 298 inference/property_set: Crash |
| 299 inference/property_set_bad_setter: Crash |
| 298 inference/reference_to_typedef: Crash | 300 inference/reference_to_typedef: Crash |
| 299 inference/refine_binary_expression_type_type_parameter_t_double: Crash | 301 inference/refine_binary_expression_type_type_parameter_t_double: Crash |
| 300 inference/refine_binary_expression_type_type_parameter_t_int: Crash | 302 inference/refine_binary_expression_type_type_parameter_t_int: Crash |
| 301 inference/refine_binary_expression_type_type_parameter_t_t: Crash | 303 inference/refine_binary_expression_type_type_parameter_t_t: Crash |
| 302 inference/simple_literal_bool: Crash | 304 inference/simple_literal_bool: Crash |
| 303 inference/simple_literal_double: Crash | 305 inference/simple_literal_double: Crash |
| 304 inference/simple_literal_int: Crash | 306 inference/simple_literal_int: Crash |
| 305 inference/simple_literal_null: Crash | 307 inference/simple_literal_null: Crash |
| 306 inference/static_method_tear_off: Crash | 308 inference/static_method_tear_off: Crash |
| 307 inference/string_literal: Crash | 309 inference/string_literal: Crash |
| (...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 409 rasta/switch_fall_through: Fail | 411 rasta/switch_fall_through: Fail |
| 410 rasta/this_invoke: Crash | 412 rasta/this_invoke: Crash |
| 411 rasta/try_label: Crash | 413 rasta/try_label: Crash |
| 412 rasta/type_literals: Crash | 414 rasta/type_literals: Crash |
| 413 rasta/type_with_parse_error: Fail | 415 rasta/type_with_parse_error: Fail |
| 414 rasta/typedef: Crash | 416 rasta/typedef: Crash |
| 415 rasta/unresolved: Fail | 417 rasta/unresolved: Fail |
| 416 rasta/unresolved_constructor: Crash | 418 rasta/unresolved_constructor: Crash |
| 417 rasta/unresolved_for_in: Crash | 419 rasta/unresolved_for_in: Crash |
| 418 rasta/unresolved_recovery: Fail | 420 rasta/unresolved_recovery: Fail |
| OLD | NEW |