| 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 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 |
| 66 rasta/issue_000032: Fail | 66 rasta/issue_000032: Fail |
| 67 rasta/issue_000034: Crash | 67 rasta/issue_000034: Crash |
| 68 rasta/issue_000035: Crash | 68 rasta/issue_000035: Crash |
| 69 rasta/issue_000035a: Fail | 69 rasta/issue_000035a: Fail |
| 70 rasta/issue_000036: Fail | 70 rasta/issue_000036: Fail |
| 71 rasta/issue_000039: Crash | 71 rasta/issue_000039: Crash |
| 72 rasta/issue_000041: Crash | 72 rasta/issue_000041: Fail |
| 73 rasta/issue_000042: Crash | 73 rasta/issue_000042: Crash |
| 74 rasta/issue_000043: Fail | 74 rasta/issue_000043: Fail |
| 75 rasta/issue_000044: Fail | 75 rasta/issue_000044: Fail |
| 76 rasta/issue_000045: Fail | 76 rasta/issue_000045: Fail |
| 77 rasta/issue_000046: Fail | 77 rasta/issue_000046: Fail |
| 78 rasta/issue_000047: Fail | 78 rasta/issue_000047: Fail |
| 79 rasta/issue_000048: Crash | 79 rasta/issue_000048: Crash |
| 80 rasta/issue_000052: Crash | 80 rasta/issue_000052: Crash |
| 81 rasta/issue_000053: Crash | 81 rasta/issue_000053: Crash |
| 82 rasta/issue_000067: Crash | 82 rasta/issue_000067: Crash |
| (...skipping 20 matching lines...) Expand all Loading... |
| 103 rasta/switch_execution_case_t02: Crash | 103 rasta/switch_execution_case_t02: Crash |
| 104 rasta/switch_fall_through: Crash | 104 rasta/switch_fall_through: Crash |
| 105 rasta/this_invoke: Crash | 105 rasta/this_invoke: Crash |
| 106 rasta/try_label: Crash | 106 rasta/try_label: Crash |
| 107 rasta/type_literals: Crash | 107 rasta/type_literals: Crash |
| 108 rasta/type_with_parse_error: Fail | 108 rasta/type_with_parse_error: Fail |
| 109 rasta/typedef: Crash | 109 rasta/typedef: Crash |
| 110 rasta/unresolved: Crash | 110 rasta/unresolved: Crash |
| 111 rasta/unresolved_constructor: Crash | 111 rasta/unresolved_constructor: Crash |
| 112 rasta/unresolved_for_in: Crash | 112 rasta/unresolved_for_in: Crash |
| 113 rasta/unresolved_recovery: Crash | 113 rasta/unresolved_recovery: Fail |
| 114 rasta/unsupported_platform_library: Fail | 114 rasta/unsupported_platform_library: Fail |
| OLD | NEW |