| 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 DeltaBlue: Crash | 10 DeltaBlue: Crash |
| (...skipping 11 matching lines...) Expand all Loading... |
| 22 default_values: Crash | 22 default_values: Crash |
| 23 escape: Crash | 23 escape: Crash |
| 24 expressions: Crash | 24 expressions: Crash |
| 25 external: Crash | 25 external: Crash |
| 26 fallthrough: Crash | 26 fallthrough: Crash |
| 27 fibonacci: Crash | 27 fibonacci: Crash |
| 28 for_in_scope: Crash | 28 for_in_scope: Crash |
| 29 function_in_field: Crash | 29 function_in_field: Crash |
| 30 function_type_recovery: Fail | 30 function_type_recovery: Fail |
| 31 functions: Crash | 31 functions: Crash |
| 32 implicit_scope_test: Crash |
| 32 implicit_this: Crash | 33 implicit_this: Crash |
| 33 invocations: Fail | 34 invocations: Fail |
| 34 map: Fail | 35 map: Fail |
| 35 micro: Crash | 36 micro: Crash |
| 36 mixin: Crash | 37 mixin: Crash |
| 37 named_parameters: Crash | 38 named_parameters: Crash |
| 38 null_aware: Crash | 39 null_aware: Crash |
| 39 operators: Crash | 40 operators: Crash |
| 40 optional: Crash | 41 optional: Crash |
| 41 override: Crash | 42 override: Crash |
| (...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 129 rasta/this_invoke: Crash | 130 rasta/this_invoke: Crash |
| 130 rasta/try_label: Crash | 131 rasta/try_label: Crash |
| 131 rasta/type_literals: Crash | 132 rasta/type_literals: Crash |
| 132 rasta/type_with_parse_error: Fail | 133 rasta/type_with_parse_error: Fail |
| 133 rasta/typedef: Crash | 134 rasta/typedef: Crash |
| 134 rasta/unresolved: Fail | 135 rasta/unresolved: Fail |
| 135 rasta/unresolved_constructor: Crash | 136 rasta/unresolved_constructor: Crash |
| 136 rasta/unresolved_for_in: Crash | 137 rasta/unresolved_for_in: Crash |
| 137 rasta/unresolved_recovery: Fail | 138 rasta/unresolved_recovery: Fail |
| 138 rasta/unsupported_platform_library: Fail | 139 rasta/unsupported_platform_library: Fail |
| OLD | NEW |