| 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 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 103 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 |
| 104 inference/dont_infer_field_type_when_initializer_is_null: Crash | 104 inference/dont_infer_field_type_when_initializer_is_null: Crash |
| 105 inference/dont_infer_type_on_dynamic: Crash | 105 inference/dont_infer_type_on_dynamic: Crash |
| 106 inference/downward_inference_fixes_no_upwards_errors: Crash | 106 inference/downward_inference_fixes_no_upwards_errors: Crash |
| 107 inference/downward_inference_miscellaneous: Crash | 107 inference/downward_inference_miscellaneous: Crash |
| 108 inference/downwards_inference_annotations: Crash | 108 inference/downwards_inference_annotations: Crash |
| 109 inference/downwards_inference_async_await: Crash | 109 inference/downwards_inference_async_await: Crash |
| 110 inference/downwards_inference_for_each: Crash | 110 inference/downwards_inference_for_each: Crash |
| 111 inference/downwards_inference_initializing_formal_default_formal: Crash | 111 inference/downwards_inference_initializing_formal_default_formal: Crash |
| 112 inference/downwards_inference_inside_top_level: Crash | 112 inference/downwards_inference_inside_top_level: Crash |
| 113 inference/downwards_inference_inside_top_level_2: Crash |
| 113 inference/downwards_inference_on_constructor_arguments_infer_downwards: Crash | 114 inference/downwards_inference_on_constructor_arguments_infer_downwards: Crash |
| 114 inference/downwards_inference_on_function_arguments_infer_downwards: Crash | 115 inference/downwards_inference_on_function_arguments_infer_downwards: Crash |
| 115 inference/downwards_inference_on_function_expressions: Crash | 116 inference/downwards_inference_on_function_expressions: Crash |
| 116 inference/downwards_inference_on_function_of_t_using_the_t: Crash | 117 inference/downwards_inference_on_function_of_t_using_the_t: Crash |
| 117 inference/downwards_inference_on_generic_constructor_arguments_empty_list: Crash | 118 inference/downwards_inference_on_generic_constructor_arguments_empty_list: Crash |
| 118 inference/downwards_inference_on_generic_constructor_arguments_infer_downwards:
Crash | 119 inference/downwards_inference_on_generic_constructor_arguments_infer_downwards:
Crash |
| 119 inference/downwards_inference_on_generic_function_expressions: Crash | 120 inference/downwards_inference_on_generic_function_expressions: Crash |
| 120 inference/downwards_inference_on_instance_creations_infer_downwards: Crash | 121 inference/downwards_inference_on_instance_creations_infer_downwards: Crash |
| 121 inference/downwards_inference_on_list_literals_infer_downwards: Crash | 122 inference/downwards_inference_on_list_literals_infer_downwards: Crash |
| 122 inference/downwards_inference_on_list_literals_infer_if_value_types_match_contex
t: Crash | 123 inference/downwards_inference_on_list_literals_infer_if_value_types_match_contex
t: Crash |
| (...skipping 282 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 405 rasta/this_invoke: Crash | 406 rasta/this_invoke: Crash |
| 406 rasta/try_label: Crash | 407 rasta/try_label: Crash |
| 407 rasta/type_literals: Crash | 408 rasta/type_literals: Crash |
| 408 rasta/type_with_parse_error: Fail | 409 rasta/type_with_parse_error: Fail |
| 409 rasta/typedef: Crash | 410 rasta/typedef: Crash |
| 410 rasta/unresolved: Fail | 411 rasta/unresolved: Fail |
| 411 rasta/unresolved_constructor: Crash | 412 rasta/unresolved_constructor: Crash |
| 412 rasta/unresolved_for_in: Crash | 413 rasta/unresolved_for_in: Crash |
| 413 rasta/unresolved_recovery: Fail | 414 rasta/unresolved_recovery: Fail |
| 414 rasta/unsupported_platform_library: Fail | 415 rasta/unsupported_platform_library: Fail |
| OLD | NEW |