| 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 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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/*: Crash, Fail | 59 inference/*: Crash, Fail |
| 60 inference/conditional_lub: Pass | 60 inference/conditional_lub: Pass |
| 61 inference/int_upwards_local: Pass | 61 inference/int_upwards_local: Pass |
| 62 inference/local_reference_upwards_local: Pass | 62 inference/local_reference_upwards_local: Pass |
| 63 inference/overloaded_int_operators: Pass |
| 63 inference/propagate_variable_get: Pass | 64 inference/propagate_variable_get: Pass |
| 64 inference/type_promotion_simple: Pass | 65 inference/type_promotion_simple: Pass |
| 65 inference/type_promotion_stopped_by_access_in_a_closure: Pass | 66 inference/type_promotion_stopped_by_access_in_a_closure: Pass |
| 66 inference/type_promotion_stopped_by_assignment_in_scope: Pass | 67 inference/type_promotion_stopped_by_assignment_in_scope: Pass |
| 67 inference/type_promotion_stopped_by_mutation_in_a_closure: Pass | 68 inference/type_promotion_stopped_by_mutation_in_a_closure: Pass |
| 68 | 69 |
| 69 rasta/abstract_constructor: Fail | 70 rasta/abstract_constructor: Fail |
| 70 rasta/bad_constructor_redirection: Crash | 71 rasta/bad_constructor_redirection: Crash |
| 71 rasta/bad_continue: Crash | 72 rasta/bad_continue: Crash |
| 72 rasta/bad_default_constructor: Crash | 73 rasta/bad_default_constructor: Crash |
| (...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 140 rasta/this_invoke: Crash | 141 rasta/this_invoke: Crash |
| 141 rasta/try_label: Crash | 142 rasta/try_label: Crash |
| 142 rasta/type_literals: Crash | 143 rasta/type_literals: Crash |
| 143 rasta/type_with_parse_error: Fail | 144 rasta/type_with_parse_error: Fail |
| 144 rasta/typedef: Crash | 145 rasta/typedef: Crash |
| 145 rasta/unresolved: Fail | 146 rasta/unresolved: Fail |
| 146 rasta/unresolved_constructor: Crash | 147 rasta/unresolved_constructor: Crash |
| 147 rasta/unresolved_for_in: Crash | 148 rasta/unresolved_for_in: Crash |
| 148 rasta/unresolved_recovery: Fail | 149 rasta/unresolved_recovery: Fail |
| 149 rasta/unsupported_platform_library: Fail | 150 rasta/unsupported_platform_library: Fail |
| OLD | NEW |