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 164 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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_implicit_this: Crash | 178 inference/infer_assign_to_implicit_this: Crash |
179 inference/infer_assign_to_implicit_this_upwards: Crash | 179 inference/infer_assign_to_implicit_this_upwards: Crash |
180 inference/infer_assign_to_index: Crash | 180 inference/infer_assign_to_index: Crash |
181 inference/infer_assign_to_index_full: Crash | 181 inference/infer_assign_to_index_full: Crash |
182 inference/infer_assign_to_index_set_vs_get: Crash | 182 inference/infer_assign_to_index_set_vs_get: Crash |
183 inference/infer_assign_to_index_super: Crash | 183 inference/infer_assign_to_index_super: Crash |
184 inference/infer_assign_to_index_super_upwards: Crash | 184 inference/infer_assign_to_index_super_upwards: Crash |
| 185 inference/infer_assign_to_index_this: Crash |
| 186 inference/infer_assign_to_index_this_upwards: Crash |
185 inference/infer_assign_to_index_upwards: Crash | 187 inference/infer_assign_to_index_upwards: Crash |
186 inference/infer_assign_to_local: Crash | 188 inference/infer_assign_to_local: Crash |
187 inference/infer_assign_to_local_upwards: Crash | 189 inference/infer_assign_to_local_upwards: Crash |
188 inference/infer_assign_to_property: Crash | 190 inference/infer_assign_to_property: Crash |
189 inference/infer_assign_to_property_custom: Crash | 191 inference/infer_assign_to_property_custom: Crash |
190 inference/infer_assign_to_property_full: Crash | 192 inference/infer_assign_to_property_full: Crash |
191 inference/infer_assign_to_property_null_aware: Crash | 193 inference/infer_assign_to_property_null_aware: Crash |
192 inference/infer_assign_to_property_null_aware_upwards: Crash | 194 inference/infer_assign_to_property_null_aware_upwards: Crash |
193 inference/infer_assign_to_property_super: Crash | 195 inference/infer_assign_to_property_super: Crash |
194 inference/infer_assign_to_property_super_upwards: Crash | 196 inference/infer_assign_to_property_super_upwards: Crash |
(...skipping 239 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
434 rasta/switch_fall_through: Fail | 436 rasta/switch_fall_through: Fail |
435 rasta/this_invoke: Crash | 437 rasta/this_invoke: Crash |
436 rasta/try_label: Crash | 438 rasta/try_label: Crash |
437 rasta/type_literals: Crash | 439 rasta/type_literals: Crash |
438 rasta/type_with_parse_error: Fail | 440 rasta/type_with_parse_error: Fail |
439 rasta/typedef: Crash | 441 rasta/typedef: Crash |
440 rasta/unresolved: Fail | 442 rasta/unresolved: Fail |
441 rasta/unresolved_constructor: Crash | 443 rasta/unresolved_constructor: Crash |
442 rasta/unresolved_for_in: Crash | 444 rasta/unresolved_for_in: Crash |
443 rasta/unresolved_recovery: Fail | 445 rasta/unresolved_recovery: Fail |
OLD | NEW |