| 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 invocations: Fail | 10 invocations: Fail |
| (...skipping 28 matching lines...) Expand all Loading... |
| 39 rasta/issue_000036: Fail | 39 rasta/issue_000036: Fail |
| 40 rasta/issue_000039: Fail | 40 rasta/issue_000039: Fail |
| 41 rasta/issue_000041: Fail | 41 rasta/issue_000041: Fail |
| 42 rasta/issue_000042: Fail | 42 rasta/issue_000042: Fail |
| 43 rasta/issue_000043: Fail | 43 rasta/issue_000043: Fail |
| 44 rasta/issue_000044: Fail | 44 rasta/issue_000044: Fail |
| 45 rasta/issue_000045: Fail | 45 rasta/issue_000045: Fail |
| 46 rasta/issue_000046: Fail | 46 rasta/issue_000046: Fail |
| 47 rasta/issue_000047: Fail | 47 rasta/issue_000047: Fail |
| 48 rasta/issue_000067: Fail | 48 rasta/issue_000067: Fail |
| 49 rasta/issue_000068: Fail | |
| 50 rasta/issue_000069: Fail | 49 rasta/issue_000069: Fail |
| 51 rasta/issue_000070: Fail | 50 rasta/issue_000070: Fail |
| 52 rasta/issue_000081: Fail | 51 rasta/issue_000081: Fail |
| 53 rasta/malformed_const_constructor: Fail | 52 rasta/malformed_const_constructor: Fail |
| 54 rasta/malformed_function: Fail | 53 rasta/malformed_function: Fail |
| 55 rasta/malformed_function_type: Fail | 54 rasta/malformed_function_type: Fail |
| 56 rasta/mandatory_parameter_initializer: Fail | 55 rasta/mandatory_parameter_initializer: Fail |
| 57 rasta/mixin_library: Fail | 56 rasta/mixin_library: Fail |
| 58 rasta/native_is_illegal: Fail | 57 rasta/native_is_illegal: Fail |
| 59 rasta/parser_error: Fail | 58 rasta/parser_error: Fail |
| 60 rasta/static: VerificationError | 59 rasta/static: VerificationError |
| 61 rasta/super: Fail | 60 rasta/super: Fail |
| 62 rasta/super_initializer: Fail | 61 rasta/super_initializer: Fail |
| 63 rasta/super_mixin: Fail | 62 rasta/super_mixin: Fail |
| 64 rasta/super_operator: Fail | 63 rasta/super_operator: Fail |
| 65 rasta/switch_execution_case_t02: Fail | 64 rasta/switch_execution_case_t02: Fail |
| 66 rasta/switch_fall_through: Fail | 65 rasta/switch_fall_through: Fail |
| 67 rasta/try_label: Fail | 66 rasta/try_label: Fail |
| 68 rasta/type_literals: Fail | 67 rasta/type_literals: Fail |
| 69 rasta/type_with_parse_error: Fail | 68 rasta/type_with_parse_error: Fail |
| 70 rasta/typedef: Fail | 69 rasta/typedef: Fail |
| 71 rasta/unresolved: Fail | 70 rasta/unresolved: Fail |
| 72 rasta/unresolved_constructor: Fail | 71 rasta/unresolved_constructor: Fail |
| 73 rasta/unresolved_for_in: Fail | 72 rasta/unresolved_for_in: Fail |
| 74 rasta/unresolved_recovery: Fail | 73 rasta/unresolved_recovery: Fail |
| 75 rasta/unsupported_platform_library: Fail | 74 rasta/unsupported_platform_library: Fail |
| OLD | NEW |