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 226 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
237 inference/infer_from_variables_in_non_cycle_imports_with_flag2_a: Crash | 237 inference/infer_from_variables_in_non_cycle_imports_with_flag2_a: Crash |
238 inference/infer_from_variables_in_non_cycle_imports_with_flag: Crash | 238 inference/infer_from_variables_in_non_cycle_imports_with_flag: Crash |
239 inference/infer_from_variables_in_non_cycle_imports_with_flag_a: Crash | 239 inference/infer_from_variables_in_non_cycle_imports_with_flag_a: Crash |
240 inference/infer_generic_method_type_named: Crash | 240 inference/infer_generic_method_type_named: Crash |
241 inference/infer_generic_method_type_positional2: Crash | 241 inference/infer_generic_method_type_positional2: Crash |
242 inference/infer_generic_method_type_positional: Crash | 242 inference/infer_generic_method_type_positional: Crash |
243 inference/infer_generic_method_type_required: Crash | 243 inference/infer_generic_method_type_required: Crash |
244 inference/infer_getter_cross_to_setter: Crash | 244 inference/infer_getter_cross_to_setter: Crash |
245 inference/infer_getter_from_later_inferred_getter: Crash | 245 inference/infer_getter_from_later_inferred_getter: Crash |
246 inference/infer_list_literal_nested_in_map_literal: Crash | 246 inference/infer_list_literal_nested_in_map_literal: Crash |
| 247 inference/infer_local_function_referenced_before_declaration: Crash |
247 inference/infer_local_function_return_type: Crash | 248 inference/infer_local_function_return_type: Crash |
248 inference/infer_method_function_typed: Crash | 249 inference/infer_method_function_typed: Crash |
249 inference/infer_method_missing_params: Crash | 250 inference/infer_method_missing_params: Crash |
250 inference/infer_parameter_type_setter_from_field: Crash | 251 inference/infer_parameter_type_setter_from_field: Crash |
251 inference/infer_parameter_type_setter_from_setter: Crash | 252 inference/infer_parameter_type_setter_from_setter: Crash |
252 inference/infer_prefix_expression: Crash | 253 inference/infer_prefix_expression: Crash |
253 inference/infer_prefix_expression_custom: Crash | 254 inference/infer_prefix_expression_custom: Crash |
254 inference/infer_return_of_statement_lambda: Crash | 255 inference/infer_return_of_statement_lambda: Crash |
255 inference/infer_setter_cross_to_getter: Crash | 256 inference/infer_setter_cross_to_getter: Crash |
256 inference/infer_setter_from_later_inferred_setter: Crash | 257 inference/infer_setter_from_later_inferred_setter: Crash |
(...skipping 219 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
476 rasta/switch_fall_through: Fail | 477 rasta/switch_fall_through: Fail |
477 rasta/this_invoke: Crash | 478 rasta/this_invoke: Crash |
478 rasta/try_label: Crash | 479 rasta/try_label: Crash |
479 rasta/type_literals: Crash | 480 rasta/type_literals: Crash |
480 rasta/type_with_parse_error: Fail | 481 rasta/type_with_parse_error: Fail |
481 rasta/typedef: Crash | 482 rasta/typedef: Crash |
482 rasta/unresolved: Fail | 483 rasta/unresolved: Fail |
483 rasta/unresolved_constructor: Crash | 484 rasta/unresolved_constructor: Crash |
484 rasta/unresolved_for_in: Crash | 485 rasta/unresolved_for_in: Crash |
485 rasta/unresolved_recovery: Fail | 486 rasta/unresolved_recovery: Fail |
OLD | NEW |