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 compile_test.dart (notice c, not k) test suite. This is | 5 # Status file for the compile_test.dart (notice c, not k) test suite. This is |
6 # testing generating Kernel ASTs directly, that is, code in | 6 # testing generating Kernel ASTs directly, that is, code in |
7 # pkg/fasta/lib/src/kernel/. | 7 # pkg/fasta/lib/src/kernel/. |
8 | 8 |
9 await: Fail | 9 await: Fail |
10 function_type_recovery: Fail | 10 function_type_recovery: Fail |
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
60 rasta/native_is_illegal: Fail | 60 rasta/native_is_illegal: Fail |
61 rasta/parser_error: Fail | 61 rasta/parser_error: Fail |
62 rasta/static: VerificationError | 62 rasta/static: VerificationError |
63 rasta/super: Fail | 63 rasta/super: Fail |
64 rasta/super_initializer: Fail | 64 rasta/super_initializer: Fail |
65 rasta/super_mixin: Fail | 65 rasta/super_mixin: Fail |
66 rasta/super_operator: Fail | 66 rasta/super_operator: Fail |
67 rasta/switch_execution_case_t02: Fail | 67 rasta/switch_execution_case_t02: Fail |
68 rasta/switch_fall_through: Fail | 68 rasta/switch_fall_through: Fail |
69 rasta/try_label: Fail | 69 rasta/try_label: Fail |
70 rasta/type_literals: VerificationError | 70 rasta/type_literals: Fail |
71 rasta/type_with_parse_error: Fail | 71 rasta/type_with_parse_error: Fail |
72 rasta/typedef: VerificationError | 72 rasta/typedef: VerificationError |
73 rasta/unresolved: Fail | 73 rasta/unresolved: Fail |
74 rasta/unresolved_constructor: Fail | 74 rasta/unresolved_constructor: Fail |
75 rasta/unresolved_for_in: Fail | 75 rasta/unresolved_for_in: Fail |
76 rasta/unresolved_recovery: Fail | 76 rasta/unresolved_recovery: Fail |
77 rasta/unsupported_platform_library: Fail | 77 rasta/unsupported_platform_library: Fail |
OLD | NEW |