| 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 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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/refine_binary_expression_type_type_parameter_t_double: Fail | 61 inference/refine_binary_expression_type_type_parameter_t_double: Fail |
| 62 inference/refine_binary_expression_type_type_parameter_t_int: Fail | 62 inference/refine_binary_expression_type_type_parameter_t_int: Fail |
| 63 inference/refine_binary_expression_type_type_parameter_t_t: Fail | 63 inference/refine_binary_expression_type_type_parameter_t_t: Fail |
| 64 inference/unsafe_block_closure_inference_function_call_explicit_dynamic_param_vi
a_expr1: Fail | 64 inference/unsafe_block_closure_inference_function_call_explicit_dynamic_param_vi
a_expr1: Fail |
| 65 inference/unsafe_block_closure_inference_function_call_explicit_dynamic_param_vi
a_expr2: Fail |
| 65 inference/unsafe_block_closure_inference_function_call_explicit_type_param_via_e
xpr1: Fail | 66 inference/unsafe_block_closure_inference_function_call_explicit_type_param_via_e
xpr1: Fail |
| 67 inference/unsafe_block_closure_inference_function_call_explicit_type_param_via_e
xpr2: Fail |
| 66 | 68 |
| 67 rasta/abstract_constructor: Fail | 69 rasta/abstract_constructor: Fail |
| 68 rasta/bad_constructor_redirection: Fail | 70 rasta/bad_constructor_redirection: Fail |
| 69 rasta/bad_continue: Fail | 71 rasta/bad_continue: Fail |
| 70 rasta/bad_default_constructor: Fail | 72 rasta/bad_default_constructor: Fail |
| 71 rasta/bad_explicit_super_constructor: Fail | 73 rasta/bad_explicit_super_constructor: Fail |
| 72 rasta/bad_implicit_super_constructor: Fail | 74 rasta/bad_implicit_super_constructor: Fail |
| 73 rasta/bad_interpolation: Fail | 75 rasta/bad_interpolation: Fail |
| 74 rasta/bad_redirection: Fail | 76 rasta/bad_redirection: Fail |
| 75 rasta/bad_setter_initializer: Fail | 77 rasta/bad_setter_initializer: Fail |
| (...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 163 regress/issue_29977: Crash # Issue 29977. | 165 regress/issue_29977: Crash # Issue 29977. |
| 164 regress/issue_29978: Crash # Issue 29978. | 166 regress/issue_29978: Crash # Issue 29978. |
| 165 regress/issue_29979: Crash # Issue 29979. | 167 regress/issue_29979: Crash # Issue 29979. |
| 166 regress/issue_29980: Crash # Issue 29980. | 168 regress/issue_29980: Crash # Issue 29980. |
| 167 regress/issue_29981: Crash # Issue 29981. | 169 regress/issue_29981: Crash # Issue 29981. |
| 168 regress/issue_29982: Crash # Issue 29982. | 170 regress/issue_29982: Crash # Issue 29982. |
| 169 regress/issue_29983: Crash # Issue 29983. | 171 regress/issue_29983: Crash # Issue 29983. |
| 170 regress/issue_29984: Crash # Issue 29984. | 172 regress/issue_29984: Crash # Issue 29984. |
| 171 regress/issue_29985: Crash # Issue 29985. | 173 regress/issue_29985: Crash # Issue 29985. |
| 172 regress/issue_29987: Crash # Issue 29987. | 174 regress/issue_29987: Crash # Issue 29987. |
| OLD | NEW |