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

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

Issue 2908973002: Add type inference logic for "for-in" loops. (Closed)
Patch Set: Created 3 years, 6 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 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
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_too_many_positional_arguments: Fail 59 inference/constructors_too_many_positional_arguments: Fail
60 inference/downwards_inference_annotations: Fail 60 inference/downwards_inference_annotations: Fail
61 inference/downwards_inference_for_each: Fail
62 inference/downwards_inference_initializing_formal_default_formal: Fail 61 inference/downwards_inference_initializing_formal_default_formal: Fail
63 inference/downwards_inference_inside_top_level: Fail 62 inference/downwards_inference_inside_top_level: Fail
64 inference/downwards_inference_on_function_expressions: Fail 63 inference/downwards_inference_on_function_expressions: Fail
65 inference/downwards_inference_on_function_of_t_using_the_t: Fail 64 inference/downwards_inference_on_function_of_t_using_the_t: Fail
66 inference/downwards_inference_on_generic_function_expressions: Fail 65 inference/downwards_inference_on_generic_function_expressions: Fail
67 inference/downwards_inference_on_list_literals_infer_downwards: Fail 66 inference/downwards_inference_on_list_literals_infer_downwards: Fail
68 inference/downwards_inference_on_list_literals_infer_if_value_types_match_contex t: Fail 67 inference/downwards_inference_on_list_literals_infer_if_value_types_match_contex t: Fail
69 inference/downwards_inference_on_map_literals: Fail 68 inference/downwards_inference_on_map_literals: Fail
70 inference/future_then_conditional: Fail 69 inference/future_then_conditional: Fail
71 inference/future_then_conditional_2: Fail 70 inference/future_then_conditional_2: Fail
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after
210 rasta/this_invoke: Fail 209 rasta/this_invoke: Fail
211 rasta/try_label: Fail 210 rasta/try_label: Fail
212 rasta/type_literals: VerificationError 211 rasta/type_literals: VerificationError
213 rasta/type_with_parse_error: Fail 212 rasta/type_with_parse_error: Fail
214 rasta/typedef: VerificationError 213 rasta/typedef: VerificationError
215 rasta/unresolved: Fail 214 rasta/unresolved: Fail
216 rasta/unresolved_constructor: Fail 215 rasta/unresolved_constructor: Fail
217 rasta/unresolved_for_in: Fail 216 rasta/unresolved_for_in: Fail
218 rasta/unresolved_recovery: Fail 217 rasta/unresolved_recovery: Fail
219 rasta/unsupported_platform_library: Fail 218 rasta/unsupported_platform_library: Fail
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698