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 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
44 redirecting_factory: Fail | 44 redirecting_factory: Fail |
45 statements: Fail | 45 statements: Fail |
46 stringliteral: Fail | 46 stringliteral: Fail |
47 top_level_accessors: Fail | 47 top_level_accessors: Fail |
48 type_variable_as_super: Fail | 48 type_variable_as_super: Fail |
49 typedef: Fail | 49 typedef: Fail |
50 uninitialized_fields: Fail | 50 uninitialized_fields: Fail |
51 unused_methods: Fail | 51 unused_methods: Fail |
52 void-methods: Fail | 52 void-methods: Fail |
53 | 53 |
| 54 inference/abstract_class_instantiation: Fail # Issue #30040 |
54 inference/constructors_too_many_positional_arguments: Fail # Issue #30040 | 55 inference/constructors_too_many_positional_arguments: Fail # Issue #30040 |
55 inference/downwards_inference_annotations_for_loop_variable: Fail # Issue #30035 | 56 inference/downwards_inference_annotations_for_loop_variable: Fail # Issue #30035 |
56 inference/downwards_inference_annotations_locals: Fail # Issue #30031 and Issue
#30035 | 57 inference/downwards_inference_annotations_locals: Fail # Issue #30031 and Issue
#30035 |
57 inference/downwards_inference_annotations_locals_referring_to_locals: Fail # Iss
ue #30035 | 58 inference/downwards_inference_annotations_locals_referring_to_locals: Fail # Iss
ue #30035 |
58 inference/downwards_inference_annotations_parameter: Fail # Issue #30035 | 59 inference/downwards_inference_annotations_parameter: Fail # Issue #30035 |
59 inference/downwards_inference_annotations_parameter_local: Fail # Issue #30035 | 60 inference/downwards_inference_annotations_parameter_local: Fail # Issue #30035 |
60 inference/downwards_inference_annotations_type_variable: Fail # Issue #30035 | 61 inference/downwards_inference_annotations_type_variable: Fail # Issue #30035 |
61 inference/downwards_inference_annotations_type_variable_local: Fail # Issue #300
35 | 62 inference/downwards_inference_annotations_type_variable_local: Fail # Issue #300
35 |
62 inference/downwards_inference_annotations_typedef: Fail # Issue #30034 | 63 inference/downwards_inference_annotations_typedef: Fail # Issue #30034 |
63 inference/downwards_inference_on_function_of_t_using_the_t: Fail # Issue #29798 | 64 inference/downwards_inference_on_function_of_t_using_the_t: Fail # Issue #29798 |
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
167 regress/issue_29977: Crash # Issue 29977. | 168 regress/issue_29977: Crash # Issue 29977. |
168 regress/issue_29978: Crash # Issue 29978. | 169 regress/issue_29978: Crash # Issue 29978. |
169 regress/issue_29979: Crash # Issue 29979. | 170 regress/issue_29979: Crash # Issue 29979. |
170 regress/issue_29980: Crash # Issue 29980. | 171 regress/issue_29980: Crash # Issue 29980. |
171 regress/issue_29981: Crash # Issue 29981. | 172 regress/issue_29981: Crash # Issue 29981. |
172 regress/issue_29982: Crash # Issue 29982. | 173 regress/issue_29982: Crash # Issue 29982. |
173 regress/issue_29983: Crash # Issue 29983. | 174 regress/issue_29983: Crash # Issue 29983. |
174 regress/issue_29984: Crash # Issue 29984. | 175 regress/issue_29984: Crash # Issue 29984. |
175 regress/issue_29985: Crash # Issue 29985. | 176 regress/issue_29985: Crash # Issue 29985. |
176 regress/issue_29987: Crash # Issue 29987. | 177 regress/issue_29987: Crash # Issue 29987. |
OLD | NEW |