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

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

Issue 2905123002: Perform type inference on explicitly typed fields. (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 # Status file for the kompile_test.dart (notice k, not c) test suite. This is 5 # Status file for the kompile_test.dart (notice k, not c) test suite. This is
6 # testing generating Analyzer ASTs, that is, code in 6 # testing generating Analyzer ASTs, that is, code in
7 # pkg/fasta/lib/src/analyzer/. Currently, this is behind direct-to-kernel, so 7 # pkg/fasta/lib/src/analyzer/. Currently, this is behind direct-to-kernel, so
8 # there are many crashes. 8 # there are many crashes.
9 9
10 DeltaBlue: Crash 10 DeltaBlue: Crash
(...skipping 282 matching lines...) Expand 10 before | Expand all | Expand 10 after
293 inference/reference_to_typedef: Crash 293 inference/reference_to_typedef: Crash
294 inference/refine_binary_expression_type_type_parameter_t_double: Crash 294 inference/refine_binary_expression_type_type_parameter_t_double: Crash
295 inference/refine_binary_expression_type_type_parameter_t_int: Crash 295 inference/refine_binary_expression_type_type_parameter_t_int: Crash
296 inference/refine_binary_expression_type_type_parameter_t_t: Crash 296 inference/refine_binary_expression_type_type_parameter_t_t: Crash
297 inference/simple_literal_bool: Crash 297 inference/simple_literal_bool: Crash
298 inference/simple_literal_double: Crash 298 inference/simple_literal_double: Crash
299 inference/simple_literal_int: Crash 299 inference/simple_literal_int: Crash
300 inference/simple_literal_null: Crash 300 inference/simple_literal_null: Crash
301 inference/static_method_tear_off: Crash 301 inference/static_method_tear_off: Crash
302 inference/string_literal: Crash 302 inference/string_literal: Crash
303 inference/subexpressions_of_explicitly_typed_fields: Crash
303 inference/top_level_return_and_yield: Crash 304 inference/top_level_return_and_yield: Crash
304 inference/toplevel_inference_toplevel_var: Crash 305 inference/toplevel_inference_toplevel_var: Crash
305 inference/type_cast: Crash 306 inference/type_cast: Crash
306 inference/type_promotion_ignores_local_functions: Crash 307 inference/type_promotion_ignores_local_functions: Crash
307 inference/unsafe_block_closure_inference_closure_call: Crash 308 inference/unsafe_block_closure_inference_closure_call: Crash
308 inference/unsafe_block_closure_inference_constructor_call_explicit_dynamic_param : Crash 309 inference/unsafe_block_closure_inference_constructor_call_explicit_dynamic_param : Crash
309 inference/unsafe_block_closure_inference_constructor_call_explicit_type_param: C rash 310 inference/unsafe_block_closure_inference_constructor_call_explicit_type_param: C rash
310 inference/unsafe_block_closure_inference_constructor_call_implicit_type_param: C rash 311 inference/unsafe_block_closure_inference_constructor_call_implicit_type_param: C rash
311 inference/unsafe_block_closure_inference_constructor_call_no_type_param: Crash 312 inference/unsafe_block_closure_inference_constructor_call_no_type_param: Crash
312 inference/unsafe_block_closure_inference_function_call_explicit_dynamic_param: C rash 313 inference/unsafe_block_closure_inference_function_call_explicit_dynamic_param: C rash
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
403 rasta/this_invoke: Crash 404 rasta/this_invoke: Crash
404 rasta/try_label: Crash 405 rasta/try_label: Crash
405 rasta/type_literals: Crash 406 rasta/type_literals: Crash
406 rasta/type_with_parse_error: Fail 407 rasta/type_with_parse_error: Fail
407 rasta/typedef: Crash 408 rasta/typedef: Crash
408 rasta/unresolved: Fail 409 rasta/unresolved: Fail
409 rasta/unresolved_constructor: Crash 410 rasta/unresolved_constructor: Crash
410 rasta/unresolved_for_in: Crash 411 rasta/unresolved_for_in: Crash
411 rasta/unresolved_recovery: Fail 412 rasta/unresolved_recovery: Fail
412 rasta/unsupported_platform_library: Fail 413 rasta/unsupported_platform_library: Fail
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698