| 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 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 49 stringliteral: Crash | 49 stringliteral: Crash |
| 50 super_rasta_copy: Crash | 50 super_rasta_copy: Crash |
| 51 top_level_accessors: Crash | 51 top_level_accessors: Crash |
| 52 inference/toplevel_inference_toplevel_var: Crash | 52 inference/toplevel_inference_toplevel_var: Crash |
| 53 type_variable_as_super: Fail | 53 type_variable_as_super: Fail |
| 54 typedef: Crash | 54 typedef: Crash |
| 55 uninitialized_fields: Crash | 55 uninitialized_fields: Crash |
| 56 unused_methods: Crash | 56 unused_methods: Crash |
| 57 void-methods: Crash | 57 void-methods: Crash |
| 58 | 58 |
| 59 inference/local_constructor_from_arguments: Crash |
| 60 |
| 59 rasta/abstract_constructor: Fail | 61 rasta/abstract_constructor: Fail |
| 60 rasta/bad_constructor_redirection: Crash | 62 rasta/bad_constructor_redirection: Crash |
| 61 rasta/bad_continue: Crash | 63 rasta/bad_continue: Crash |
| 62 rasta/bad_default_constructor: Crash | 64 rasta/bad_default_constructor: Crash |
| 63 rasta/bad_explicit_super_constructor: Crash | 65 rasta/bad_explicit_super_constructor: Crash |
| 64 rasta/bad_implicit_super_constructor: Crash | 66 rasta/bad_implicit_super_constructor: Crash |
| 65 rasta/bad_interpolation: Fail | 67 rasta/bad_interpolation: Fail |
| 66 rasta/bad_redirection: Fail | 68 rasta/bad_redirection: Fail |
| 67 rasta/bad_setter_initializer: Crash | 69 rasta/bad_setter_initializer: Crash |
| 68 rasta/bad_unicode: Fail | 70 rasta/bad_unicode: Fail |
| (...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 130 rasta/this_invoke: Crash | 132 rasta/this_invoke: Crash |
| 131 rasta/try_label: Crash | 133 rasta/try_label: Crash |
| 132 rasta/type_literals: Crash | 134 rasta/type_literals: Crash |
| 133 rasta/type_with_parse_error: Fail | 135 rasta/type_with_parse_error: Fail |
| 134 rasta/typedef: Crash | 136 rasta/typedef: Crash |
| 135 rasta/unresolved: Fail | 137 rasta/unresolved: Fail |
| 136 rasta/unresolved_constructor: Crash | 138 rasta/unresolved_constructor: Crash |
| 137 rasta/unresolved_for_in: Crash | 139 rasta/unresolved_for_in: Crash |
| 138 rasta/unresolved_recovery: Fail | 140 rasta/unresolved_recovery: Fail |
| 139 rasta/unsupported_platform_library: Fail | 141 rasta/unsupported_platform_library: Fail |
| OLD | NEW |