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

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

Issue 2944933002: Implement type inference for null-aware property gets. (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 312 matching lines...) Expand 10 before | Expand all | Expand 10 after
323 inference/local_return_and_yield: Crash 323 inference/local_return_and_yield: Crash
324 inference/map_literals: Fail 324 inference/map_literals: Fail
325 inference/map_literals_can_infer_null: Fail 325 inference/map_literals_can_infer_null: Fail
326 inference/map_literals_can_infer_null_top_level: Crash 326 inference/map_literals_can_infer_null_top_level: Crash
327 inference/map_literals_top_level: Crash 327 inference/map_literals_top_level: Crash
328 inference/method_call_with_type_arguments_instance_method: Crash 328 inference/method_call_with_type_arguments_instance_method: Crash
329 inference/method_call_with_type_arguments_instance_method_identifier_sequence: C rash 329 inference/method_call_with_type_arguments_instance_method_identifier_sequence: C rash
330 inference/method_call_with_type_arguments_static_method: Crash 330 inference/method_call_with_type_arguments_static_method: Crash
331 inference/method_call_with_type_arguments_top_level_function: Crash 331 inference/method_call_with_type_arguments_top_level_function: Crash
332 inference/non_inferrable_getter_setter: Crash 332 inference/non_inferrable_getter_setter: Crash
333 inference/null_aware_property_get: Crash
333 inference/null_literal_should_not_infer_as_bottom: Crash 334 inference/null_literal_should_not_infer_as_bottom: Crash
334 inference/parameter_defaults_downwards: Crash 335 inference/parameter_defaults_downwards: Crash
335 inference/parameter_defaults_upwards: Crash 336 inference/parameter_defaults_upwards: Crash
336 inference/propagate_inference_to_field_in_class: Crash 337 inference/propagate_inference_to_field_in_class: Crash
337 inference/propagate_inference_to_field_in_class_dynamic_warnings: Crash 338 inference/propagate_inference_to_field_in_class_dynamic_warnings: Crash
338 inference/propagate_inference_transitively2: Crash 339 inference/propagate_inference_transitively2: Crash
339 inference/propagate_inference_transitively: Crash 340 inference/propagate_inference_transitively: Crash
340 inference/property_get_toplevel: Crash 341 inference/property_get_toplevel: Crash
341 inference/property_set: Crash 342 inference/property_set: Crash
342 inference/property_set_bad_setter: Crash 343 inference/property_set_bad_setter: Crash
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
468 rasta/switch_fall_through: Fail 469 rasta/switch_fall_through: Fail
469 rasta/this_invoke: Crash 470 rasta/this_invoke: Crash
470 rasta/try_label: Crash 471 rasta/try_label: Crash
471 rasta/type_literals: Crash 472 rasta/type_literals: Crash
472 rasta/type_with_parse_error: Fail 473 rasta/type_with_parse_error: Fail
473 rasta/typedef: Crash 474 rasta/typedef: Crash
474 rasta/unresolved: Fail 475 rasta/unresolved: Fail
475 rasta/unresolved_constructor: Crash 476 rasta/unresolved_constructor: Crash
476 rasta/unresolved_for_in: Crash 477 rasta/unresolved_for_in: Crash
477 rasta/unresolved_recovery: Fail 478 rasta/unresolved_recovery: Fail
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698