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 231 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
242 inference/infer_generic_method_type_required: Crash | 242 inference/infer_generic_method_type_required: Crash |
243 inference/infer_getter_from_later_inferred_getter: Crash | 243 inference/infer_getter_from_later_inferred_getter: Crash |
244 inference/infer_list_literal_nested_in_map_literal: Crash | 244 inference/infer_list_literal_nested_in_map_literal: Crash |
245 inference/infer_local_function_return_type: Crash | 245 inference/infer_local_function_return_type: Crash |
246 inference/infer_parameter_type_setter_from_field: Crash | 246 inference/infer_parameter_type_setter_from_field: Crash |
247 inference/infer_parameter_type_setter_from_setter: Crash | 247 inference/infer_parameter_type_setter_from_setter: Crash |
248 inference/infer_prefix_expression: Crash | 248 inference/infer_prefix_expression: Crash |
249 inference/infer_prefix_expression_custom: Crash | 249 inference/infer_prefix_expression_custom: Crash |
250 inference/infer_return_of_statement_lambda: Crash | 250 inference/infer_return_of_statement_lambda: Crash |
251 inference/infer_setter_from_later_inferred_setter: Crash | 251 inference/infer_setter_from_later_inferred_setter: Crash |
| 252 inference/infer_setter_function_typed: Crash |
252 inference/infer_statics_transitively2: Crash | 253 inference/infer_statics_transitively2: Crash |
253 inference/infer_statics_transitively3: Crash | 254 inference/infer_statics_transitively3: Crash |
254 inference/infer_statics_transitively3_a: Crash | 255 inference/infer_statics_transitively3_a: Crash |
255 inference/infer_statics_transitively: Crash | 256 inference/infer_statics_transitively: Crash |
256 inference/infer_statics_transitively_2_a: Crash | 257 inference/infer_statics_transitively_2_a: Crash |
257 inference/infer_statics_transitively_a: Crash | 258 inference/infer_statics_transitively_a: Crash |
258 inference/infer_statics_transitively_b: Crash | 259 inference/infer_statics_transitively_b: Crash |
259 inference/infer_statics_with_method_invocations: Crash | 260 inference/infer_statics_with_method_invocations: Crash |
260 inference/infer_statics_with_method_invocations_a: Crash | 261 inference/infer_statics_with_method_invocations_a: Crash |
261 inference/infer_throw: Crash | 262 inference/infer_throw: Crash |
(...skipping 206 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
468 rasta/switch_fall_through: Fail | 469 rasta/switch_fall_through: Fail |
469 rasta/this_invoke: Crash | 470 rasta/this_invoke: Crash |
470 rasta/try_label: Crash | 471 rasta/try_label: Crash |
471 rasta/type_literals: Crash | 472 rasta/type_literals: Crash |
472 rasta/type_with_parse_error: Fail | 473 rasta/type_with_parse_error: Fail |
473 rasta/typedef: Crash | 474 rasta/typedef: Crash |
474 rasta/unresolved: Fail | 475 rasta/unresolved: Fail |
475 rasta/unresolved_constructor: Crash | 476 rasta/unresolved_constructor: Crash |
476 rasta/unresolved_for_in: Crash | 477 rasta/unresolved_for_in: Crash |
477 rasta/unresolved_recovery: Fail | 478 rasta/unresolved_recovery: Fail |
OLD | NEW |