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 160 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
171 inference/generic_methods_infer_generic_instantiation: Crash | 171 inference/generic_methods_infer_generic_instantiation: Crash |
172 inference/generic_methods_infer_generic_method_type: Crash | 172 inference/generic_methods_infer_generic_method_type: Crash |
173 inference/generic_methods_infer_js_builtin: Fail | 173 inference/generic_methods_infer_js_builtin: Fail |
174 inference/generic_methods_inference_error: Crash | 174 inference/generic_methods_inference_error: Crash |
175 inference/generic_methods_iterable_and_future: Crash | 175 inference/generic_methods_iterable_and_future: Crash |
176 inference/generic_methods_nested_generic_instantiation: Crash | 176 inference/generic_methods_nested_generic_instantiation: Crash |
177 inference/generic_methods_uses_greatest_lower_bound: Crash | 177 inference/generic_methods_uses_greatest_lower_bound: Crash |
178 inference/infer_assign_to_index: Crash | 178 inference/infer_assign_to_index: Crash |
179 inference/infer_assign_to_index_full: Crash | 179 inference/infer_assign_to_index_full: Crash |
180 inference/infer_assign_to_index_set_vs_get: Crash | 180 inference/infer_assign_to_index_set_vs_get: Crash |
| 181 inference/infer_assign_to_index_upwards: Crash |
| 182 inference/infer_assign_to_local: Crash |
| 183 inference/infer_assign_to_local_upwards: Crash |
181 inference/infer_assign_to_property: Crash | 184 inference/infer_assign_to_property: Crash |
182 inference/infer_assign_to_property_custom: Crash | 185 inference/infer_assign_to_property_custom: Crash |
183 inference/infer_assign_to_ref: Crash | 186 inference/infer_assign_to_ref: Crash |
184 inference/infer_binary_custom: Crash | 187 inference/infer_binary_custom: Crash |
185 inference/infer_binary_double_double: Crash | 188 inference/infer_binary_double_double: Crash |
186 inference/infer_binary_double_int: Crash | 189 inference/infer_binary_double_int: Crash |
187 inference/infer_binary_int_double: Crash | 190 inference/infer_binary_int_double: Crash |
188 inference/infer_binary_int_int: Crash | 191 inference/infer_binary_int_int: Crash |
189 inference/infer_conditional: Crash | 192 inference/infer_conditional: Crash |
190 inference/infer_consts_transitively_2: Crash | 193 inference/infer_consts_transitively_2: Crash |
(...skipping 228 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
419 rasta/switch_fall_through: Fail | 422 rasta/switch_fall_through: Fail |
420 rasta/this_invoke: Crash | 423 rasta/this_invoke: Crash |
421 rasta/try_label: Crash | 424 rasta/try_label: Crash |
422 rasta/type_literals: Crash | 425 rasta/type_literals: Crash |
423 rasta/type_with_parse_error: Fail | 426 rasta/type_with_parse_error: Fail |
424 rasta/typedef: Crash | 427 rasta/typedef: Crash |
425 rasta/unresolved: Fail | 428 rasta/unresolved: Fail |
426 rasta/unresolved_constructor: Crash | 429 rasta/unresolved_constructor: Crash |
427 rasta/unresolved_for_in: Crash | 430 rasta/unresolved_for_in: Crash |
428 rasta/unresolved_recovery: Fail | 431 rasta/unresolved_recovery: Fail |
OLD | NEW |