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 |
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
45 rasta/class_hierarchy: Fail | 45 rasta/class_hierarchy: Fail |
46 rasta/class_member: Crash | 46 rasta/class_member: Crash |
47 rasta/constant_get_and_invoke: Crash | 47 rasta/constant_get_and_invoke: Crash |
48 rasta/deferred_lib: Fail | 48 rasta/deferred_lib: Fail |
49 rasta/deferred_load: Crash | 49 rasta/deferred_load: Crash |
50 rasta/duplicated_mixin: Crash | 50 rasta/duplicated_mixin: Crash |
51 rasta/export: Fail | 51 rasta/export: Fail |
52 rasta/external_factory_redirection: Crash | 52 rasta/external_factory_redirection: Crash |
53 rasta/foo: Fail | 53 rasta/foo: Fail |
54 rasta/for_loop: Fail | 54 rasta/for_loop: Fail |
55 rasta/generic_factory: VerificationError | 55 rasta/generic_factory: Fail # Compile-time error destroys program. |
56 rasta/issue_000001: Crash | 56 rasta/issue_000001: Crash |
57 rasta/issue_000002: Crash | 57 rasta/issue_000002: Crash |
58 rasta/issue_000004: Crash | 58 rasta/issue_000004: Crash |
59 rasta/issue_000006: Crash | 59 rasta/issue_000006: Crash |
60 rasta/issue_000007: Fail | 60 rasta/issue_000007: Fail |
61 rasta/issue_000008: Crash | 61 rasta/issue_000008: Crash |
62 rasta/issue_000012: Crash | 62 rasta/issue_000012: Crash |
63 rasta/issue_000025: Crash | 63 rasta/issue_000025: Crash |
64 rasta/issue_000026: Crash | 64 rasta/issue_000026: Crash |
65 rasta/issue_000031: Crash | 65 rasta/issue_000031: Crash |
(...skipping 38 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 |