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 344 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
355 inference/unsafe_block_closure_inference_function_call_no_type_param_via_expr: C
rash | 355 inference/unsafe_block_closure_inference_function_call_no_type_param_via_expr: C
rash |
356 inference/unsafe_block_closure_inference_in_list_dynamic: Crash | 356 inference/unsafe_block_closure_inference_in_list_dynamic: Crash |
357 inference/unsafe_block_closure_inference_in_list_typed: Crash | 357 inference/unsafe_block_closure_inference_in_list_typed: Crash |
358 inference/unsafe_block_closure_inference_in_map_dynamic: Crash | 358 inference/unsafe_block_closure_inference_in_map_dynamic: Crash |
359 inference/unsafe_block_closure_inference_in_map_typed: Crash | 359 inference/unsafe_block_closure_inference_in_map_typed: Crash |
360 inference/unsafe_block_closure_inference_method_call_explicit_dynamic_param: Cra
sh | 360 inference/unsafe_block_closure_inference_method_call_explicit_dynamic_param: Cra
sh |
361 inference/unsafe_block_closure_inference_method_call_explicit_type_param: Crash | 361 inference/unsafe_block_closure_inference_method_call_explicit_type_param: Crash |
362 inference/unsafe_block_closure_inference_method_call_implicit_type_param: Crash | 362 inference/unsafe_block_closure_inference_method_call_implicit_type_param: Crash |
363 inference/unsafe_block_closure_inference_method_call_no_type_param: Crash | 363 inference/unsafe_block_closure_inference_method_call_no_type_param: Crash |
364 inference/void_return_type_subtypes_dynamic: Crash | 364 inference/void_return_type_subtypes_dynamic: Crash |
| 365 inference_new/infer_assign_to_index: Crash |
| 366 inference_new/infer_assign_to_ref: Crash |
365 | 367 |
366 rasta/abstract_constructor: Fail | 368 rasta/abstract_constructor: Fail |
367 rasta/bad_constructor_redirection: Crash | 369 rasta/bad_constructor_redirection: Crash |
368 rasta/bad_continue: Crash | 370 rasta/bad_continue: Crash |
369 rasta/bad_default_constructor: Crash | 371 rasta/bad_default_constructor: Crash |
370 rasta/bad_explicit_super_constructor: Crash | 372 rasta/bad_explicit_super_constructor: Crash |
371 rasta/bad_implicit_super_constructor: Crash | 373 rasta/bad_implicit_super_constructor: Crash |
372 rasta/bad_interpolation: Fail | 374 rasta/bad_interpolation: Fail |
373 rasta/bad_redirection: Fail | 375 rasta/bad_redirection: Fail |
374 rasta/bad_setter_initializer: Crash | 376 rasta/bad_setter_initializer: Crash |
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
437 rasta/switch_fall_through: Fail | 439 rasta/switch_fall_through: Fail |
438 rasta/this_invoke: Crash | 440 rasta/this_invoke: Crash |
439 rasta/try_label: Crash | 441 rasta/try_label: Crash |
440 rasta/type_literals: Crash | 442 rasta/type_literals: Crash |
441 rasta/type_with_parse_error: Fail | 443 rasta/type_with_parse_error: Fail |
442 rasta/typedef: Crash | 444 rasta/typedef: Crash |
443 rasta/unresolved: Fail | 445 rasta/unresolved: Fail |
444 rasta/unresolved_constructor: Crash | 446 rasta/unresolved_constructor: Crash |
445 rasta/unresolved_for_in: Crash | 447 rasta/unresolved_for_in: Crash |
446 rasta/unresolved_recovery: Fail | 448 rasta/unresolved_recovery: Fail |
OLD | NEW |