| 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 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 57 inference/downwards_inference_annotations_locals_referring_to_locals: Fail # Iss
ue #30035 | 57 inference/downwards_inference_annotations_locals_referring_to_locals: Fail # Iss
ue #30035 |
| 58 inference/downwards_inference_annotations_parameter: Fail # Issue #30035 | 58 inference/downwards_inference_annotations_parameter: Fail # Issue #30035 |
| 59 inference/downwards_inference_annotations_parameter_local: Fail # Issue #30035 | 59 inference/downwards_inference_annotations_parameter_local: Fail # Issue #30035 |
| 60 inference/downwards_inference_annotations_type_variable: Fail # Issue #30035 | 60 inference/downwards_inference_annotations_type_variable: Fail # Issue #30035 |
| 61 inference/downwards_inference_annotations_type_variable_local: Fail # Issue #300
35 | 61 inference/downwards_inference_annotations_type_variable_local: Fail # Issue #300
35 |
| 62 inference/downwards_inference_annotations_typedef: Fail # Issue #30034 | 62 inference/downwards_inference_annotations_typedef: Fail # Issue #30034 |
| 63 inference/downwards_inference_on_function_of_t_using_the_t: Fail # Issue #29798 | 63 inference/downwards_inference_on_function_of_t_using_the_t: Fail # Issue #29798 |
| 64 inference/future_then_explicit_future: Fail # Issue #30040 | 64 inference/future_then_explicit_future: Fail # Issue #30040 |
| 65 inference/generic_functions_return_typedef: Fail # Issue #29798 | 65 inference/generic_functions_return_typedef: Fail # Issue #29798 |
| 66 inference/generic_methods_infer_js_builtin: Fail # Issue #30029 | 66 inference/generic_methods_infer_js_builtin: Fail # Issue #30029 |
| 67 inference/unresolved_super: Fail # Issue #30000 | |
| 68 inference/unsafe_block_closure_inference_function_call_explicit_dynamic_param_vi
a_expr1: Fail # Issue #25824 | 67 inference/unsafe_block_closure_inference_function_call_explicit_dynamic_param_vi
a_expr1: Fail # Issue #25824 |
| 69 inference/unsafe_block_closure_inference_function_call_explicit_dynamic_param_vi
a_expr2: Fail # Issue #25824 | 68 inference/unsafe_block_closure_inference_function_call_explicit_dynamic_param_vi
a_expr2: Fail # Issue #25824 |
| 70 inference/unsafe_block_closure_inference_function_call_explicit_type_param_via_e
xpr1: Fail # Issue #25824 | 69 inference/unsafe_block_closure_inference_function_call_explicit_type_param_via_e
xpr1: Fail # Issue #25824 |
| 71 inference/unsafe_block_closure_inference_function_call_explicit_type_param_via_e
xpr2: Fail # Issue #25824 | 70 inference/unsafe_block_closure_inference_function_call_explicit_type_param_via_e
xpr2: Fail # Issue #25824 |
| 72 | 71 |
| 73 rasta/abstract_constructor: Fail | 72 rasta/abstract_constructor: Fail |
| 74 rasta/bad_constructor_redirection: Fail | 73 rasta/bad_constructor_redirection: Fail |
| 75 rasta/bad_continue: Fail | 74 rasta/bad_continue: Fail |
| 76 rasta/bad_default_constructor: Fail | 75 rasta/bad_default_constructor: Fail |
| 77 rasta/bad_explicit_super_constructor: Fail | 76 rasta/bad_explicit_super_constructor: Fail |
| (...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 168 regress/issue_29977: Crash # Issue 29977. | 167 regress/issue_29977: Crash # Issue 29977. |
| 169 regress/issue_29978: Crash # Issue 29978. | 168 regress/issue_29978: Crash # Issue 29978. |
| 170 regress/issue_29979: Crash # Issue 29979. | 169 regress/issue_29979: Crash # Issue 29979. |
| 171 regress/issue_29980: Crash # Issue 29980. | 170 regress/issue_29980: Crash # Issue 29980. |
| 172 regress/issue_29981: Crash # Issue 29981. | 171 regress/issue_29981: Crash # Issue 29981. |
| 173 regress/issue_29982: Crash # Issue 29982. | 172 regress/issue_29982: Crash # Issue 29982. |
| 174 regress/issue_29983: Crash # Issue 29983. | 173 regress/issue_29983: Crash # Issue 29983. |
| 175 regress/issue_29984: Crash # Issue 29984. | 174 regress/issue_29984: Crash # Issue 29984. |
| 176 regress/issue_29985: Crash # Issue 29985. | 175 regress/issue_29985: Crash # Issue 29985. |
| 177 regress/issue_29987: Crash # Issue 29987. | 176 regress/issue_29987: Crash # Issue 29987. |
| OLD | NEW |