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 accessors: Crash | 10 accessors: Crash |
11 await: Fail | 11 await: Fail |
12 classes: Crash | 12 classes: Crash |
13 cycles: Fail | 13 cycles: Fail |
14 default_values: Crash | 14 default_values: Crash |
15 expressions: Crash | 15 expressions: Crash |
16 fibonacci: Crash | 16 fibonacci: Crash |
17 for_in_scope: Crash | 17 for_in_scope: Crash |
18 function_in_field: Crash | 18 function_in_field: Crash |
19 function_type_recovery: Fail | 19 function_type_recovery: Fail |
20 functions: Crash | 20 functions: Crash |
21 implicit_this: Crash | 21 implicit_this: Crash |
22 invocations: Fail | 22 invocations: Fail |
23 map: Fail | 23 map: Fail |
24 mixin: Crash | 24 mixin: Crash |
25 operators: Crash | 25 operators: Crash |
26 redirecting_constructor: Fail | 26 redirecting_constructor: Fail |
27 statements: Crash | 27 statements: Fail |
28 super_rasta_copy: Crash | 28 super_rasta_copy: Crash |
29 top_level_accessors: Crash | 29 top_level_accessors: Crash |
30 type_variable_as_super: Fail | 30 type_variable_as_super: Fail |
31 typedef: Crash | 31 typedef: Crash |
32 | 32 |
33 rasta/abstract_constructor: Fail | 33 rasta/abstract_constructor: Fail |
34 rasta/bad_constructor_redirection: Crash | 34 rasta/bad_constructor_redirection: Crash |
35 rasta/bad_continue: Crash | 35 rasta/bad_continue: Crash |
36 rasta/bad_default_constructor: Crash | 36 rasta/bad_default_constructor: Crash |
37 rasta/bad_explicit_super_constructor: Crash | 37 rasta/bad_explicit_super_constructor: Crash |
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
104 rasta/this_invoke: Crash | 104 rasta/this_invoke: Crash |
105 rasta/try_label: Crash | 105 rasta/try_label: Crash |
106 rasta/type_literals: Crash | 106 rasta/type_literals: Crash |
107 rasta/type_with_parse_error: Fail | 107 rasta/type_with_parse_error: Fail |
108 rasta/typedef: Crash | 108 rasta/typedef: Crash |
109 rasta/unresolved: Fail | 109 rasta/unresolved: Fail |
110 rasta/unresolved_constructor: Crash | 110 rasta/unresolved_constructor: Crash |
111 rasta/unresolved_for_in: Crash | 111 rasta/unresolved_for_in: Crash |
112 rasta/unresolved_recovery: Fail | 112 rasta/unresolved_recovery: Fail |
113 rasta/unsupported_platform_library: Fail | 113 rasta/unsupported_platform_library: Fail |
OLD | NEW |