OLD | NEW |
1 # Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2017, 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 strong_test.dart test suite. This is testing generating | 5 # Status file for the strong_test.dart test suite. This is testing generating |
6 # Kernel ASTs directly, that is, code in pkg/fasta/lib/src/kernel/ with | 6 # Kernel ASTs directly, that is, code in pkg/fasta/lib/src/kernel/ with |
7 # strong-mode enabled. | 7 # strong-mode enabled. |
8 | 8 |
9 DeltaBlue: Fail | 9 DeltaBlue: Fail |
10 accessors: Fail | 10 accessors: Fail |
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
51 typedef: Fail | 51 typedef: Fail |
52 uninitialized_fields: Fail | 52 uninitialized_fields: Fail |
53 unused_methods: Fail | 53 unused_methods: Fail |
54 void-methods: Fail | 54 void-methods: Fail |
55 | 55 |
56 inference/constructors_too_many_positional_arguments: Fail | 56 inference/constructors_too_many_positional_arguments: Fail |
57 inference/downwards_inference_annotations: Fail | 57 inference/downwards_inference_annotations: Fail |
58 inference/downwards_inference_on_function_of_t_using_the_t: Fail | 58 inference/downwards_inference_on_function_of_t_using_the_t: Fail |
59 inference/future_then_explicit_future: Fail | 59 inference/future_then_explicit_future: Fail |
60 inference/generic_functions_return_typedef: Fail | 60 inference/generic_functions_return_typedef: Fail |
61 inference/generic_methods_downwards_inference_fold: Fail | |
62 inference/generic_methods_infer_js_builtin: Fail | 61 inference/generic_methods_infer_js_builtin: Fail |
63 inference/generic_methods_iterable_and_future: Fail | 62 inference/generic_methods_iterable_and_future: Fail |
64 inference/infer_assign_to_index: Fail | 63 inference/infer_assign_to_index: Fail |
65 inference/infer_assign_to_property: Fail | 64 inference/infer_assign_to_property: Fail |
66 inference/infer_assign_to_property_custom: Fail | 65 inference/infer_assign_to_property_custom: Fail |
67 inference/infer_binary_double_double: Fail | 66 inference/infer_binary_double_double: Fail |
68 inference/infer_binary_double_int: Fail | 67 inference/infer_binary_double_int: Fail |
69 inference/infer_binary_int_double: Fail | 68 inference/infer_binary_int_double: Fail |
70 inference/infer_binary_int_int: Fail | 69 inference/infer_binary_int_int: Fail |
71 inference/infer_consts_transitively_2: Fail | 70 inference/infer_consts_transitively_2: Fail |
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
179 rasta/this_invoke: Fail | 178 rasta/this_invoke: Fail |
180 rasta/try_label: Fail | 179 rasta/try_label: Fail |
181 rasta/type_literals: Fail | 180 rasta/type_literals: Fail |
182 rasta/type_with_parse_error: Fail | 181 rasta/type_with_parse_error: Fail |
183 rasta/typedef: Fail | 182 rasta/typedef: Fail |
184 rasta/unresolved: Fail | 183 rasta/unresolved: Fail |
185 rasta/unresolved_constructor: Fail | 184 rasta/unresolved_constructor: Fail |
186 rasta/unresolved_for_in: Fail | 185 rasta/unresolved_for_in: Fail |
187 rasta/unresolved_recovery: Fail | 186 rasta/unresolved_recovery: Fail |
188 rasta/unsupported_platform_library: Fail | 187 rasta/unsupported_platform_library: Fail |
OLD | NEW |