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 uninitialized_fields: Fail | 51 uninitialized_fields: Fail |
52 unused_methods: Fail | 52 unused_methods: Fail |
53 void-methods: Fail | 53 void-methods: Fail |
54 | 54 |
55 inference/constructors_too_many_positional_arguments: Fail | 55 inference/constructors_too_many_positional_arguments: Fail |
56 inference/downwards_inference_annotations: Fail | 56 inference/downwards_inference_annotations: Fail |
57 inference/downwards_inference_on_function_of_t_using_the_t: Fail | 57 inference/downwards_inference_on_function_of_t_using_the_t: Fail |
58 inference/future_then_explicit_future: Fail | 58 inference/future_then_explicit_future: Fail |
59 inference/generic_functions_return_typedef: Fail | 59 inference/generic_functions_return_typedef: Fail |
60 inference/generic_methods_infer_js_builtin: Fail | 60 inference/generic_methods_infer_js_builtin: Fail |
| 61 inference/unresolved_super: Fail |
61 inference/unsafe_block_closure_inference_function_call_explicit_dynamic_param_vi
a_expr1: Fail | 62 inference/unsafe_block_closure_inference_function_call_explicit_dynamic_param_vi
a_expr1: Fail |
62 inference/unsafe_block_closure_inference_function_call_explicit_dynamic_param_vi
a_expr2: Fail | 63 inference/unsafe_block_closure_inference_function_call_explicit_dynamic_param_vi
a_expr2: Fail |
63 inference/unsafe_block_closure_inference_function_call_explicit_type_param_via_e
xpr1: Fail | 64 inference/unsafe_block_closure_inference_function_call_explicit_type_param_via_e
xpr1: Fail |
64 inference/unsafe_block_closure_inference_function_call_explicit_type_param_via_e
xpr2: Fail | 65 inference/unsafe_block_closure_inference_function_call_explicit_type_param_via_e
xpr2: Fail |
65 | 66 |
66 rasta/abstract_constructor: Fail | 67 rasta/abstract_constructor: Fail |
67 rasta/bad_constructor_redirection: Fail | 68 rasta/bad_constructor_redirection: Fail |
68 rasta/bad_continue: Fail | 69 rasta/bad_continue: Fail |
69 rasta/bad_default_constructor: Fail | 70 rasta/bad_default_constructor: Fail |
70 rasta/bad_explicit_super_constructor: Fail | 71 rasta/bad_explicit_super_constructor: Fail |
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
162 regress/issue_29977: Crash # Issue 29977. | 163 regress/issue_29977: Crash # Issue 29977. |
163 regress/issue_29978: Crash # Issue 29978. | 164 regress/issue_29978: Crash # Issue 29978. |
164 regress/issue_29979: Crash # Issue 29979. | 165 regress/issue_29979: Crash # Issue 29979. |
165 regress/issue_29980: Crash # Issue 29980. | 166 regress/issue_29980: Crash # Issue 29980. |
166 regress/issue_29981: Crash # Issue 29981. | 167 regress/issue_29981: Crash # Issue 29981. |
167 regress/issue_29982: Crash # Issue 29982. | 168 regress/issue_29982: Crash # Issue 29982. |
168 regress/issue_29983: Crash # Issue 29983. | 169 regress/issue_29983: Crash # Issue 29983. |
169 regress/issue_29984: Crash # Issue 29984. | 170 regress/issue_29984: Crash # Issue 29984. |
170 regress/issue_29985: Crash # Issue 29985. | 171 regress/issue_29985: Crash # Issue 29985. |
171 regress/issue_29987: Crash # Issue 29987. | 172 regress/issue_29987: Crash # Issue 29987. |
OLD | NEW |