| 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 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 49 store_load: Fail | 49 store_load: Fail |
| 50 stringliteral: Fail | 50 stringliteral: Fail |
| 51 super_rasta_copy: Fail | 51 super_rasta_copy: Fail |
| 52 top_level_accessors: Fail | 52 top_level_accessors: Fail |
| 53 type_variable_as_super: Fail | 53 type_variable_as_super: Fail |
| 54 typedef: Fail | 54 typedef: Fail |
| 55 uninitialized_fields: Fail | 55 uninitialized_fields: Fail |
| 56 unused_methods: Fail | 56 unused_methods: Fail |
| 57 void-methods: Fail | 57 void-methods: Fail |
| 58 | 58 |
| 59 inference/constructors_infer_from_arguments_redirecting_factory: Fail | |
| 60 inference/constructors_too_many_positional_arguments: Fail | 59 inference/constructors_too_many_positional_arguments: Fail |
| 61 inference/downward_inference_fixes_no_upwards_errors: Fail | 60 inference/downward_inference_fixes_no_upwards_errors: Fail |
| 62 inference/downward_inference_miscellaneous: Fail | 61 inference/downward_inference_miscellaneous: Fail |
| 63 inference/downwards_inference_annotations: Fail | 62 inference/downwards_inference_annotations: Fail |
| 64 inference/downwards_inference_async_await: Fail | 63 inference/downwards_inference_async_await: Fail |
| 65 inference/downwards_inference_for_each: Fail | 64 inference/downwards_inference_for_each: Fail |
| 66 inference/downwards_inference_initializing_formal_default_formal: Fail | 65 inference/downwards_inference_initializing_formal_default_formal: Fail |
| 67 inference/downwards_inference_inside_top_level: Fail | 66 inference/downwards_inference_inside_top_level: Fail |
| 68 inference/downwards_inference_on_function_expressions: Fail | 67 inference/downwards_inference_on_function_expressions: Fail |
| 69 inference/downwards_inference_on_function_of_t_using_the_t: Fail | 68 inference/downwards_inference_on_function_of_t_using_the_t: Fail |
| (...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 246 rasta/this_invoke: Fail | 245 rasta/this_invoke: Fail |
| 247 rasta/try_label: Fail | 246 rasta/try_label: Fail |
| 248 rasta/type_literals: VerificationError | 247 rasta/type_literals: VerificationError |
| 249 rasta/type_with_parse_error: Fail | 248 rasta/type_with_parse_error: Fail |
| 250 rasta/typedef: VerificationError | 249 rasta/typedef: VerificationError |
| 251 rasta/unresolved: Fail | 250 rasta/unresolved: Fail |
| 252 rasta/unresolved_constructor: Fail | 251 rasta/unresolved_constructor: Fail |
| 253 rasta/unresolved_for_in: Fail | 252 rasta/unresolved_for_in: Fail |
| 254 rasta/unresolved_recovery: Fail | 253 rasta/unresolved_recovery: Fail |
| 255 rasta/unsupported_platform_library: Fail | 254 rasta/unsupported_platform_library: Fail |
| OLD | NEW |