| 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 # Status file for the kompile_test.dart (notice k, not c) test suite. This is | 5 # Status file for the kompile_test.dart (notice k, not c) test suite. This is |
| 6 # testing generating Analyzer ASTs, that is, code in | 6 # testing generating Analyzer ASTs, that is, code in |
| 7 # pkg/fasta/lib/src/analyzer/. Currently, this is behind direct-to-kernel, so | 7 # pkg/fasta/lib/src/analyzer/. Currently, this is behind direct-to-kernel, so |
| 8 # there are many crashes. | 8 # there are many crashes. |
| 9 | 9 |
| 10 DeltaBlue: Crash | 10 DeltaBlue: Crash |
| (...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 89 inference/constructors_infer_from_arguments_argument_not_assignable: Crash | 89 inference/constructors_infer_from_arguments_argument_not_assignable: Crash |
| 90 inference/constructors_infer_from_arguments_const: Crash | 90 inference/constructors_infer_from_arguments_const: Crash |
| 91 inference/constructors_infer_from_arguments_const_with_upper_bound: Crash | 91 inference/constructors_infer_from_arguments_const_with_upper_bound: Crash |
| 92 inference/constructors_infer_from_arguments_downwards_from_constructor: Crash | 92 inference/constructors_infer_from_arguments_downwards_from_constructor: Crash |
| 93 inference/constructors_infer_from_arguments_factory: Crash | 93 inference/constructors_infer_from_arguments_factory: Crash |
| 94 inference/constructors_infer_from_arguments_factory_calls_constructor: Crash | 94 inference/constructors_infer_from_arguments_factory_calls_constructor: Crash |
| 95 inference/constructors_infer_from_arguments_named: Crash | 95 inference/constructors_infer_from_arguments_named: Crash |
| 96 inference/constructors_infer_from_arguments_named_factory: Crash | 96 inference/constructors_infer_from_arguments_named_factory: Crash |
| 97 inference/constructors_infer_from_arguments_redirecting: Crash | 97 inference/constructors_infer_from_arguments_redirecting: Crash |
| 98 inference/constructors_infer_from_arguments_redirecting_factory: Crash | 98 inference/constructors_infer_from_arguments_redirecting_factory: Crash |
| 99 inference/constructors_infer_from_arguments_redirecting_factory_to_factory: Cras
h |
| 99 inference/constructors_inference_f_bounded: Crash | 100 inference/constructors_inference_f_bounded: Crash |
| 100 inference/constructors_reverse_type_parameters: Crash | 101 inference/constructors_reverse_type_parameters: Crash |
| 101 inference/constructors_too_many_positional_arguments: Fail | 102 inference/constructors_too_many_positional_arguments: Fail |
| 102 inference/do_not_infer_overridden_fields_that_explicitly_say_dynamic_infer: Cras
h | 103 inference/do_not_infer_overridden_fields_that_explicitly_say_dynamic_infer: Cras
h |
| 103 inference/dont_infer_field_type_when_initializer_is_null: Crash | 104 inference/dont_infer_field_type_when_initializer_is_null: Crash |
| 104 inference/dont_infer_type_on_dynamic: Crash | 105 inference/dont_infer_type_on_dynamic: Crash |
| 105 inference/downward_inference_fixes_no_upwards_errors: Crash | 106 inference/downward_inference_fixes_no_upwards_errors: Crash |
| 106 inference/downward_inference_miscellaneous: Crash | 107 inference/downward_inference_miscellaneous: Crash |
| 107 inference/downwards_inference_annotations: Crash | 108 inference/downwards_inference_annotations: Crash |
| 108 inference/downwards_inference_async_await: Crash | 109 inference/downwards_inference_async_await: Crash |
| (...skipping 295 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 404 rasta/this_invoke: Crash | 405 rasta/this_invoke: Crash |
| 405 rasta/try_label: Crash | 406 rasta/try_label: Crash |
| 406 rasta/type_literals: Crash | 407 rasta/type_literals: Crash |
| 407 rasta/type_with_parse_error: Fail | 408 rasta/type_with_parse_error: Fail |
| 408 rasta/typedef: Crash | 409 rasta/typedef: Crash |
| 409 rasta/unresolved: Fail | 410 rasta/unresolved: Fail |
| 410 rasta/unresolved_constructor: Crash | 411 rasta/unresolved_constructor: Crash |
| 411 rasta/unresolved_for_in: Crash | 412 rasta/unresolved_for_in: Crash |
| 412 rasta/unresolved_recovery: Fail | 413 rasta/unresolved_recovery: Fail |
| 413 rasta/unsupported_platform_library: Fail | 414 rasta/unsupported_platform_library: Fail |
| OLD | NEW |