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

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

Issue 2931363003: Add type inference for assignments to properties. (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) 2016, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2016, 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 rasta/unsupported_platform_library: RuntimeError # OK, this must report an error at runtime. 5 rasta/unsupported_platform_library: RuntimeError # OK, this must report an error at runtime.
6 6
7 # Status file for the kompile_test.dart (notice k, not c) test suite. This is 7 # Status file for the kompile_test.dart (notice k, not c) test suite. This is
8 # testing generating Analyzer ASTs, that is, code in 8 # testing generating Analyzer ASTs, that is, code in
9 # pkg/fasta/lib/src/analyzer/. Currently, this is behind direct-to-kernel, so 9 # pkg/fasta/lib/src/analyzer/. Currently, this is behind direct-to-kernel, so
10 # there are many crashes. 10 # there are many crashes.
(...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
168 inference/generic_methods_infer_generic_function_parameter_type2: Crash 168 inference/generic_methods_infer_generic_function_parameter_type2: Crash
169 inference/generic_methods_infer_generic_function_parameter_type: Crash 169 inference/generic_methods_infer_generic_function_parameter_type: Crash
170 inference/generic_methods_infer_generic_function_return_type: Crash 170 inference/generic_methods_infer_generic_function_return_type: Crash
171 inference/generic_methods_infer_generic_instantiation: Crash 171 inference/generic_methods_infer_generic_instantiation: Crash
172 inference/generic_methods_infer_generic_method_type: Crash 172 inference/generic_methods_infer_generic_method_type: Crash
173 inference/generic_methods_infer_js_builtin: Fail 173 inference/generic_methods_infer_js_builtin: Fail
174 inference/generic_methods_inference_error: Crash 174 inference/generic_methods_inference_error: Crash
175 inference/generic_methods_iterable_and_future: Crash 175 inference/generic_methods_iterable_and_future: Crash
176 inference/generic_methods_nested_generic_instantiation: Crash 176 inference/generic_methods_nested_generic_instantiation: Crash
177 inference/generic_methods_uses_greatest_lower_bound: Crash 177 inference/generic_methods_uses_greatest_lower_bound: Crash
178 inference/infer_assign_to_implicit_this: Crash
179 inference/infer_assign_to_implicit_this_upwards: Crash
178 inference/infer_assign_to_index: Crash 180 inference/infer_assign_to_index: Crash
179 inference/infer_assign_to_index_full: Crash 181 inference/infer_assign_to_index_full: Crash
180 inference/infer_assign_to_index_set_vs_get: Crash 182 inference/infer_assign_to_index_set_vs_get: Crash
181 inference/infer_assign_to_index_upwards: Crash 183 inference/infer_assign_to_index_upwards: Crash
182 inference/infer_assign_to_local: Crash 184 inference/infer_assign_to_local: Crash
183 inference/infer_assign_to_local_upwards: Crash 185 inference/infer_assign_to_local_upwards: Crash
184 inference/infer_assign_to_property: Crash 186 inference/infer_assign_to_property: Crash
185 inference/infer_assign_to_property_custom: Crash 187 inference/infer_assign_to_property_custom: Crash
188 inference/infer_assign_to_property_full: Crash
189 inference/infer_assign_to_property_null_aware: Crash
190 inference/infer_assign_to_property_null_aware_upwards: Crash
191 inference/infer_assign_to_property_super: Crash
192 inference/infer_assign_to_property_super_upwards: Crash
193 inference/infer_assign_to_property_upwards: Crash
186 inference/infer_assign_to_ref: Crash 194 inference/infer_assign_to_ref: Crash
187 inference/infer_assign_to_static: Crash 195 inference/infer_assign_to_static: Crash
188 inference/infer_assign_to_static_upwards: Crash 196 inference/infer_assign_to_static_upwards: Crash
189 inference/infer_binary_custom: Crash 197 inference/infer_binary_custom: Crash
190 inference/infer_binary_double_double: Crash 198 inference/infer_binary_double_double: Crash
191 inference/infer_binary_double_int: Crash 199 inference/infer_binary_double_int: Crash
192 inference/infer_binary_int_double: Crash 200 inference/infer_binary_int_double: Crash
193 inference/infer_binary_int_int: Crash 201 inference/infer_binary_int_int: Crash
194 inference/infer_conditional: Crash 202 inference/infer_conditional: Crash
195 inference/infer_consts_transitively_2: Crash 203 inference/infer_consts_transitively_2: Crash
(...skipping 228 matching lines...) Expand 10 before | Expand all | Expand 10 after
424 rasta/switch_fall_through: Fail 432 rasta/switch_fall_through: Fail
425 rasta/this_invoke: Crash 433 rasta/this_invoke: Crash
426 rasta/try_label: Crash 434 rasta/try_label: Crash
427 rasta/type_literals: Crash 435 rasta/type_literals: Crash
428 rasta/type_with_parse_error: Fail 436 rasta/type_with_parse_error: Fail
429 rasta/typedef: Crash 437 rasta/typedef: Crash
430 rasta/unresolved: Fail 438 rasta/unresolved: Fail
431 rasta/unresolved_constructor: Crash 439 rasta/unresolved_constructor: Crash
432 rasta/unresolved_for_in: Crash 440 rasta/unresolved_for_in: Crash
433 rasta/unresolved_recovery: Fail 441 rasta/unresolved_recovery: Fail
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698