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 113 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
124 inference/downwards_inference_on_generic_constructor_arguments_empty_list: Crash | 124 inference/downwards_inference_on_generic_constructor_arguments_empty_list: Crash |
125 inference/downwards_inference_on_generic_constructor_arguments_infer_downwards:
Crash | 125 inference/downwards_inference_on_generic_constructor_arguments_infer_downwards:
Crash |
126 inference/downwards_inference_on_generic_function_expressions: Crash | 126 inference/downwards_inference_on_generic_function_expressions: Crash |
127 inference/downwards_inference_on_instance_creations_infer_downwards: Crash | 127 inference/downwards_inference_on_instance_creations_infer_downwards: Crash |
128 inference/downwards_inference_on_list_literals_infer_downwards: Crash | 128 inference/downwards_inference_on_list_literals_infer_downwards: Crash |
129 inference/downwards_inference_on_list_literals_infer_if_value_types_match_contex
t: Crash | 129 inference/downwards_inference_on_list_literals_infer_if_value_types_match_contex
t: Crash |
130 inference/downwards_inference_on_map_literals: Crash | 130 inference/downwards_inference_on_map_literals: Crash |
131 inference/downwards_inference_yield_yield_star: Fail | 131 inference/downwards_inference_yield_yield_star: Fail |
132 inference/field_refers_to_static_getter: Crash | 132 inference/field_refers_to_static_getter: Crash |
133 inference/field_refers_to_top_level_getter: Crash | 133 inference/field_refers_to_top_level_getter: Crash |
| 134 inference/for_in_loop_promotion: Crash |
134 inference/future_or_subtyping: Crash | 135 inference/future_or_subtyping: Crash |
135 inference/future_then: Crash | 136 inference/future_then: Crash |
136 inference/future_then_2: Crash | 137 inference/future_then_2: Crash |
137 inference/future_then_3: Crash | 138 inference/future_then_3: Crash |
138 inference/future_then_4: Crash | 139 inference/future_then_4: Crash |
139 inference/future_then_5: Crash | 140 inference/future_then_5: Crash |
140 inference/future_then_6: Crash | 141 inference/future_then_6: Crash |
141 inference/future_then_conditional: Crash | 142 inference/future_then_conditional: Crash |
142 inference/future_then_conditional_2: Crash | 143 inference/future_then_conditional_2: Crash |
143 inference/future_then_conditional_3: Crash | 144 inference/future_then_conditional_3: Crash |
(...skipping 375 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
519 regress/issue_29977: Crash | 520 regress/issue_29977: Crash |
520 regress/issue_29978: Crash | 521 regress/issue_29978: Crash |
521 regress/issue_29979: Crash | 522 regress/issue_29979: Crash |
522 regress/issue_29980: Crash | 523 regress/issue_29980: Crash |
523 regress/issue_29981: Crash | 524 regress/issue_29981: Crash |
524 regress/issue_29982: Crash | 525 regress/issue_29982: Crash |
525 regress/issue_29984: RuntimeError | 526 regress/issue_29984: RuntimeError |
526 regress/issue_29985: Crash | 527 regress/issue_29985: Crash |
527 regress/issue_29986: Crash | 528 regress/issue_29986: Crash |
528 regress/issue_29987: Crash | 529 regress/issue_29987: Crash |
OLD | NEW |