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 19 matching lines...) Expand all Loading... |
30 rasta/bad_continue: Crash | 30 rasta/bad_continue: Crash |
31 rasta/bad_default_constructor: Crash | 31 rasta/bad_default_constructor: Crash |
32 rasta/bad_explicit_super_constructor: Crash | 32 rasta/bad_explicit_super_constructor: Crash |
33 rasta/bad_implicit_super_constructor: Crash | 33 rasta/bad_implicit_super_constructor: Crash |
34 rasta/bad_interpolation: Fail | 34 rasta/bad_interpolation: Fail |
35 rasta/bad_redirection: Fail | 35 rasta/bad_redirection: Fail |
36 rasta/bad_setter_initializer: Crash | 36 rasta/bad_setter_initializer: Crash |
37 rasta/bad_unicode: Fail | 37 rasta/bad_unicode: Fail |
38 rasta/breaking_bad: Crash | 38 rasta/breaking_bad: Crash |
39 rasta/cascades: Crash | 39 rasta/cascades: Crash |
40 rasta/class_hierarchy: Fail | 40 rasta/class_hierarchy: Crash |
41 rasta/class_member: Crash | 41 rasta/class_member: Crash |
42 rasta/constant_get_and_invoke: Crash | 42 rasta/constant_get_and_invoke: Crash |
43 rasta/deferred_lib: Fail | 43 rasta/deferred_lib: Fail |
44 rasta/deferred_load: Crash | 44 rasta/deferred_load: Crash |
45 rasta/duplicated_mixin: Crash | 45 rasta/duplicated_mixin: Crash |
46 rasta/export: Fail | 46 rasta/export: Fail |
47 rasta/external_factory_redirection: Crash | 47 rasta/external_factory_redirection: Crash |
48 rasta/foo: Fail | 48 rasta/foo: Fail |
49 rasta/for_loop: Crash | 49 rasta/for_loop: Crash |
50 rasta/generic_factory: Crash | 50 rasta/generic_factory: Crash |
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
101 rasta/this_invoke: Crash | 101 rasta/this_invoke: Crash |
102 rasta/try_label: Crash | 102 rasta/try_label: Crash |
103 rasta/type_literals: Crash | 103 rasta/type_literals: Crash |
104 rasta/type_with_parse_error: Fail | 104 rasta/type_with_parse_error: Fail |
105 rasta/typedef: Crash | 105 rasta/typedef: Crash |
106 rasta/unresolved: Crash | 106 rasta/unresolved: Crash |
107 rasta/unresolved_constructor: Crash | 107 rasta/unresolved_constructor: Crash |
108 rasta/unresolved_for_in: Crash | 108 rasta/unresolved_for_in: Crash |
109 rasta/unresolved_recovery: Crash | 109 rasta/unresolved_recovery: Crash |
110 rasta/unsupported_platform_library: Fail | 110 rasta/unsupported_platform_library: Fail |
OLD | NEW |