| 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 accessors: Crash | 11 accessors: Crash |
| 12 argument: Crash |
| 13 arithmetic: Crash |
| 14 async_function: Crash |
| 11 await: Fail | 15 await: Fail |
| 16 bad_store: Crash |
| 17 call: Crash |
| 12 classes: Crash | 18 classes: Crash |
| 19 closure: Crash |
| 20 covariant_generic: Crash |
| 13 cycles: Fail | 21 cycles: Fail |
| 14 default_values: Crash | 22 default_values: Crash |
| 23 escape: Crash |
| 15 expressions: Crash | 24 expressions: Crash |
| 25 external: Crash |
| 26 fallthrough: Crash |
| 16 fibonacci: Crash | 27 fibonacci: Crash |
| 17 for_in_scope: Crash | 28 for_in_scope: Crash |
| 18 function_in_field: Crash | 29 function_in_field: Crash |
| 19 function_type_recovery: Fail | 30 function_type_recovery: Fail |
| 20 functions: Crash | 31 functions: Crash |
| 21 implicit_this: Crash | 32 implicit_this: Crash |
| 22 invocations: Fail | 33 invocations: Fail |
| 23 map: Fail | 34 map: Fail |
| 35 micro: Crash |
| 24 mixin: Crash | 36 mixin: Crash |
| 37 named_parameters: Crash |
| 38 null_aware: Crash |
| 25 operators: Crash | 39 operators: Crash |
| 40 optional: Crash |
| 41 override: Crash |
| 42 prefer_baseclass: Crash |
| 26 redirecting_constructor: Fail | 43 redirecting_constructor: Fail |
| 44 redirecting_factory: Crash |
| 27 statements: Fail | 45 statements: Fail |
| 46 static_setter: Crash |
| 47 store_load: Crash |
| 48 stringliteral: Crash |
| 28 super_rasta_copy: Crash | 49 super_rasta_copy: Crash |
| 29 top_level_accessors: Crash | 50 top_level_accessors: Crash |
| 30 type_variable_as_super: Fail | 51 type_variable_as_super: Fail |
| 31 typedef: Crash | 52 typedef: Crash |
| 53 uninitialized_fields: Crash |
| 54 unused_methods: Crash |
| 55 void-methods: Crash |
| 32 | 56 |
| 33 rasta/abstract_constructor: Fail | 57 rasta/abstract_constructor: Fail |
| 34 rasta/bad_constructor_redirection: Crash | 58 rasta/bad_constructor_redirection: Crash |
| 35 rasta/bad_continue: Crash | 59 rasta/bad_continue: Crash |
| 36 rasta/bad_default_constructor: Crash | 60 rasta/bad_default_constructor: Crash |
| 37 rasta/bad_explicit_super_constructor: Crash | 61 rasta/bad_explicit_super_constructor: Crash |
| 38 rasta/bad_implicit_super_constructor: Crash | 62 rasta/bad_implicit_super_constructor: Crash |
| 39 rasta/bad_interpolation: Fail | 63 rasta/bad_interpolation: Fail |
| 40 rasta/bad_redirection: Fail | 64 rasta/bad_redirection: Fail |
| 41 rasta/bad_setter_initializer: Crash | 65 rasta/bad_setter_initializer: Crash |
| (...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 104 rasta/this_invoke: Crash | 128 rasta/this_invoke: Crash |
| 105 rasta/try_label: Crash | 129 rasta/try_label: Crash |
| 106 rasta/type_literals: Crash | 130 rasta/type_literals: Crash |
| 107 rasta/type_with_parse_error: Fail | 131 rasta/type_with_parse_error: Fail |
| 108 rasta/typedef: Crash | 132 rasta/typedef: Crash |
| 109 rasta/unresolved: Fail | 133 rasta/unresolved: Fail |
| 110 rasta/unresolved_constructor: Crash | 134 rasta/unresolved_constructor: Crash |
| 111 rasta/unresolved_for_in: Crash | 135 rasta/unresolved_for_in: Crash |
| 112 rasta/unresolved_recovery: Fail | 136 rasta/unresolved_recovery: Fail |
| 113 rasta/unsupported_platform_library: Fail | 137 rasta/unsupported_platform_library: Fail |
| OLD | NEW |