Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(48)

Side by Side Diff: pkg/front_end/test/fasta/strong.status

Issue 2892593005: Handle FutureOr type when inferring async closures. (Closed)
Patch Set: Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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/async_closure_return_type_future_or: Fail
60 inference/block_bodied_lambdas_async_all_returns_are_futures: Fail 59 inference/block_bodied_lambdas_async_all_returns_are_futures: Fail
61 inference/block_bodied_lambdas_async_all_returns_are_values: Fail 60 inference/block_bodied_lambdas_async_all_returns_are_values: Fail
62 inference/block_bodied_lambdas_async_mix_of_values_and_futures: Fail 61 inference/block_bodied_lambdas_async_mix_of_values_and_futures: Fail
63 inference/block_bodied_lambdas_async_star: Fail 62 inference/block_bodied_lambdas_async_star: Fail
64 inference/block_bodied_lambdas_downwards_incompatible_with_upwards_inference: Fa il 63 inference/block_bodied_lambdas_downwards_incompatible_with_upwards_inference: Fa il
65 inference/block_bodied_lambdas_infer_bottom_sync: Fail 64 inference/block_bodied_lambdas_infer_bottom_sync: Fail
66 inference/block_bodied_lambdas_lub: Fail 65 inference/block_bodied_lambdas_lub: Fail
67 inference/block_bodied_lambdas_sync_star: Fail 66 inference/block_bodied_lambdas_sync_star: Fail
68 inference/circular_reference_via_closures: Fail 67 inference/circular_reference_via_closures: Fail
69 inference/circular_reference_via_closures_initializer_types: Fail 68 inference/circular_reference_via_closures_initializer_types: Fail
(...skipping 197 matching lines...) Expand 10 before | Expand all | Expand 10 after
267 rasta/this_invoke: Fail 266 rasta/this_invoke: Fail
268 rasta/try_label: Fail 267 rasta/try_label: Fail
269 rasta/type_literals: VerificationError 268 rasta/type_literals: VerificationError
270 rasta/type_with_parse_error: Fail 269 rasta/type_with_parse_error: Fail
271 rasta/typedef: VerificationError 270 rasta/typedef: VerificationError
272 rasta/unresolved: Fail 271 rasta/unresolved: Fail
273 rasta/unresolved_constructor: Fail 272 rasta/unresolved_constructor: Fail
274 rasta/unresolved_for_in: Fail 273 rasta/unresolved_for_in: Fail
275 rasta/unresolved_recovery: Fail 274 rasta/unresolved_recovery: Fail
276 rasta/unsupported_platform_library: Fail 275 rasta/unsupported_platform_library: Fail
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698