| 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 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 91 inference/downward_inference_miscellaneous: Fail | 91 inference/downward_inference_miscellaneous: Fail |
| 92 inference/downwards_inference_annotations: Fail | 92 inference/downwards_inference_annotations: Fail |
| 93 inference/downwards_inference_async_await: Fail | 93 inference/downwards_inference_async_await: Fail |
| 94 inference/downwards_inference_for_each: Fail | 94 inference/downwards_inference_for_each: Fail |
| 95 inference/downwards_inference_initializing_formal_default_formal: Fail | 95 inference/downwards_inference_initializing_formal_default_formal: Fail |
| 96 inference/downwards_inference_inside_top_level: Fail | 96 inference/downwards_inference_inside_top_level: Fail |
| 97 inference/downwards_inference_on_function_arguments_infer_downwards: Fail | 97 inference/downwards_inference_on_function_arguments_infer_downwards: Fail |
| 98 inference/downwards_inference_on_function_expressions: Fail | 98 inference/downwards_inference_on_function_expressions: Fail |
| 99 inference/downwards_inference_on_function_of_t_using_the_t: Fail | 99 inference/downwards_inference_on_function_of_t_using_the_t: Fail |
| 100 inference/downwards_inference_on_generic_function_expressions: Fail | 100 inference/downwards_inference_on_generic_function_expressions: Fail |
| 101 inference/downwards_inference_on_instance_creations_infer_downwards: Fail | |
| 102 inference/downwards_inference_on_list_literals_infer_downwards: Fail | 101 inference/downwards_inference_on_list_literals_infer_downwards: Fail |
| 103 inference/downwards_inference_on_list_literals_infer_if_value_types_match_contex
t: Fail | 102 inference/downwards_inference_on_list_literals_infer_if_value_types_match_contex
t: Fail |
| 104 inference/downwards_inference_on_map_literals: Fail | 103 inference/downwards_inference_on_map_literals: Fail |
| 105 inference/downwards_inference_yield_yield_star: Fail | 104 inference/downwards_inference_yield_yield_star: Fail |
| 106 inference/future_or_subtyping: Fail | 105 inference/future_or_subtyping: Fail |
| 107 inference/future_then: Fail | 106 inference/future_then: Fail |
| 108 inference/future_then_2: Fail | 107 inference/future_then_2: Fail |
| 109 inference/future_then_3: Fail | 108 inference/future_then_3: Fail |
| 110 inference/future_then_4: Fail | 109 inference/future_then_4: Fail |
| 111 inference/future_then_5: Fail | 110 inference/future_then_5: Fail |
| (...skipping 210 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 322 rasta/this_invoke: Fail | 321 rasta/this_invoke: Fail |
| 323 rasta/try_label: Fail | 322 rasta/try_label: Fail |
| 324 rasta/type_literals: VerificationError | 323 rasta/type_literals: VerificationError |
| 325 rasta/type_with_parse_error: Fail | 324 rasta/type_with_parse_error: Fail |
| 326 rasta/typedef: VerificationError | 325 rasta/typedef: VerificationError |
| 327 rasta/unresolved: Fail | 326 rasta/unresolved: Fail |
| 328 rasta/unresolved_constructor: Fail | 327 rasta/unresolved_constructor: Fail |
| 329 rasta/unresolved_for_in: Fail | 328 rasta/unresolved_for_in: Fail |
| 330 rasta/unresolved_recovery: Fail | 329 rasta/unresolved_recovery: Fail |
| 331 rasta/unsupported_platform_library: Fail | 330 rasta/unsupported_platform_library: Fail |
| OLD | NEW |