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

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

Issue 2951033004: Implement type inference for conventional for-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
11 arithmetic: Fail
12 async_function: Fail 11 async_function: Fail
13 await: Fail 12 await: Fail
14 call: Fail 13 call: Fail
15 cascade: Fail 14 cascade: Fail
16 casts: Fail 15 casts: Fail
17 classes: Fail 16 classes: Fail
18 closure: Fail 17 closure: Fail
19 covariant_generic: Fail 18 covariant_generic: Fail
20 cycles: Fail 19 cycles: Fail
21 default_values: Fail 20 default_values: Fail
(...skipping 30 matching lines...) Expand all
52 uninitialized_fields: Fail 51 uninitialized_fields: Fail
53 unused_methods: Fail 52 unused_methods: Fail
54 void-methods: Fail 53 void-methods: Fail
55 54
56 inference/constructors_too_many_positional_arguments: Fail 55 inference/constructors_too_many_positional_arguments: Fail
57 inference/downwards_inference_annotations: Fail 56 inference/downwards_inference_annotations: Fail
58 inference/downwards_inference_on_function_of_t_using_the_t: Fail 57 inference/downwards_inference_on_function_of_t_using_the_t: Fail
59 inference/future_then_explicit_future: Fail 58 inference/future_then_explicit_future: Fail
60 inference/generic_functions_return_typedef: Fail 59 inference/generic_functions_return_typedef: Fail
61 inference/generic_methods_infer_js_builtin: Fail 60 inference/generic_methods_infer_js_builtin: Fail
62 inference/infer_types_on_loop_indices_for_loop_with_inference: Fail
63 inference/infer_use_of_void: Fail 61 inference/infer_use_of_void: Fail
64 inference/list_literals_can_infer_null_top_level: Fail 62 inference/list_literals_can_infer_null_top_level: Fail
65 inference/map_literals_can_infer_null_top_level: Fail 63 inference/map_literals_can_infer_null_top_level: Fail
66 inference/property_set: Fail 64 inference/property_set: Fail
67 inference/property_set_bad_setter: Crash 65 inference/property_set_bad_setter: Crash
68 inference/reference_to_typedef: Fail 66 inference/reference_to_typedef: Fail
69 inference/refine_binary_expression_type_type_parameter_t_double: Fail 67 inference/refine_binary_expression_type_type_parameter_t_double: Fail
70 inference/refine_binary_expression_type_type_parameter_t_int: Fail 68 inference/refine_binary_expression_type_type_parameter_t_int: Fail
71 inference/refine_binary_expression_type_type_parameter_t_t: Fail 69 inference/refine_binary_expression_type_type_parameter_t_t: Fail
72 inference/unsafe_block_closure_inference_function_call_explicit_dynamic_param_vi a_expr1: Fail 70 inference/unsafe_block_closure_inference_function_call_explicit_dynamic_param_vi a_expr1: Fail
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
153 rasta/this_invoke: Fail 151 rasta/this_invoke: Fail
154 rasta/try_label: Fail 152 rasta/try_label: Fail
155 rasta/type_literals: Fail 153 rasta/type_literals: Fail
156 rasta/type_with_parse_error: Fail 154 rasta/type_with_parse_error: Fail
157 rasta/typedef: Fail 155 rasta/typedef: Fail
158 rasta/unresolved: Fail 156 rasta/unresolved: Fail
159 rasta/unresolved_constructor: Fail 157 rasta/unresolved_constructor: Fail
160 rasta/unresolved_for_in: Fail 158 rasta/unresolved_for_in: Fail
161 rasta/unresolved_recovery: Fail 159 rasta/unresolved_recovery: Fail
162 rasta/unsupported_platform_library: Fail 160 rasta/unsupported_platform_library: Fail
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698