| 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 214 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 225 inference/infer_return_of_statement_lambda: Fail | 225 inference/infer_return_of_statement_lambda: Fail |
| 226 inference/infer_statics_transitively: Fail | 226 inference/infer_statics_transitively: Fail |
| 227 inference/infer_statics_transitively3: Fail | 227 inference/infer_statics_transitively3: Fail |
| 228 inference/infer_statics_transitively2: Fail | 228 inference/infer_statics_transitively2: Fail |
| 229 inference/infer_statics_transitively3_a: Fail | 229 inference/infer_statics_transitively3_a: Fail |
| 230 inference/infer_statics_transitively_a: Fail | 230 inference/infer_statics_transitively_a: Fail |
| 231 inference/infer_statics_transitively_2_a: Fail | 231 inference/infer_statics_transitively_2_a: Fail |
| 232 inference/infer_statics_transitively_b: Fail | 232 inference/infer_statics_transitively_b: Fail |
| 233 inference/infer_statics_with_method_invocations: Fail | 233 inference/infer_statics_with_method_invocations: Fail |
| 234 inference/infer_throw: Fail | 234 inference/infer_throw: Fail |
| 235 inference/infer_type_cast: Fail | |
| 236 inference/infer_statics_with_method_invocations_a: Fail | 235 inference/infer_statics_with_method_invocations_a: Fail |
| 237 inference/infer_type_on_overridden_fields2: Fail | 236 inference/infer_type_on_overridden_fields2: Fail |
| 238 inference/infer_type_on_overridden_fields4: Fail | 237 inference/infer_type_on_overridden_fields4: Fail |
| 239 inference/infer_type_on_var: Fail | 238 inference/infer_type_on_var: Fail |
| 240 inference/infer_type_on_var_from_field: Fail | 239 inference/infer_type_on_var_from_field: Fail |
| 241 inference/infer_type_on_var2: Fail | 240 inference/infer_type_on_var2: Fail |
| 242 inference/infer_type_on_var_from_top_level: Fail | 241 inference/infer_type_on_var_from_top_level: Fail |
| 243 inference/infer_type_regardless_of_declaration_order_or_cycles: Fail | 242 inference/infer_type_regardless_of_declaration_order_or_cycles: Fail |
| 244 inference/infer_typed_map_literal: Fail | 243 inference/infer_typed_map_literal: Fail |
| 245 inference/infer_type_regardless_of_declaration_order_or_cycles_b: Fail | 244 inference/infer_type_regardless_of_declaration_order_or_cycles_b: Fail |
| (...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 425 rasta/this_invoke: Fail | 424 rasta/this_invoke: Fail |
| 426 rasta/try_label: Fail | 425 rasta/try_label: Fail |
| 427 rasta/type_literals: VerificationError | 426 rasta/type_literals: VerificationError |
| 428 rasta/type_with_parse_error: Fail | 427 rasta/type_with_parse_error: Fail |
| 429 rasta/typedef: VerificationError | 428 rasta/typedef: VerificationError |
| 430 rasta/unresolved: Fail | 429 rasta/unresolved: Fail |
| 431 rasta/unresolved_constructor: Fail | 430 rasta/unresolved_constructor: Fail |
| 432 rasta/unresolved_for_in: Fail | 431 rasta/unresolved_for_in: Fail |
| 433 rasta/unresolved_recovery: Fail | 432 rasta/unresolved_recovery: Fail |
| 434 rasta/unsupported_platform_library: Fail | 433 rasta/unsupported_platform_library: Fail |
| OLD | NEW |