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

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

Issue 2942153002: Enable top level inference of instance property gets/sets. (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 347 matching lines...) Expand 10 before | Expand all | Expand 10 after
358 inference/unsafe_block_closure_inference_in_map_dynamic: Crash 358 inference/unsafe_block_closure_inference_in_map_dynamic: Crash
359 inference/unsafe_block_closure_inference_in_map_typed: Crash 359 inference/unsafe_block_closure_inference_in_map_typed: Crash
360 inference/unsafe_block_closure_inference_method_call_explicit_dynamic_param: Cra sh 360 inference/unsafe_block_closure_inference_method_call_explicit_dynamic_param: Cra sh
361 inference/unsafe_block_closure_inference_method_call_explicit_type_param: Crash 361 inference/unsafe_block_closure_inference_method_call_explicit_type_param: Crash
362 inference/unsafe_block_closure_inference_method_call_implicit_type_param: Crash 362 inference/unsafe_block_closure_inference_method_call_implicit_type_param: Crash
363 inference/unsafe_block_closure_inference_method_call_no_type_param: Crash 363 inference/unsafe_block_closure_inference_method_call_no_type_param: Crash
364 inference/void_return_type_subtypes_dynamic: Crash 364 inference/void_return_type_subtypes_dynamic: Crash
365 inference_new/dependency_only_if_generic_method: Crash 365 inference_new/dependency_only_if_generic_method: Crash
366 inference_new/dependency_only_if_overloaded: Crash 366 inference_new/dependency_only_if_overloaded: Crash
367 inference_new/infer_assign_to_index: Crash 367 inference_new/infer_assign_to_index: Crash
368 inference_new/infer_assign_to_property: Crash
369 inference_new/infer_assign_to_property_custom: Crash
368 inference_new/infer_assign_to_ref: Crash 370 inference_new/infer_assign_to_ref: Crash
371 inference_new/infer_instance_accessor_ref: Crash
372 inference_new/infer_instance_field_ref: Crash
373 inference_new/infer_instance_field_ref_circular: Crash
374 inference_new/property_get_toplevel: Crash
369 inference_new/strongly_connected_component: Crash 375 inference_new/strongly_connected_component: Crash
370 376
371 rasta/abstract_constructor: Fail 377 rasta/abstract_constructor: Fail
372 rasta/bad_constructor_redirection: Crash 378 rasta/bad_constructor_redirection: Crash
373 rasta/bad_continue: Crash 379 rasta/bad_continue: Crash
374 rasta/bad_default_constructor: Crash 380 rasta/bad_default_constructor: Crash
375 rasta/bad_explicit_super_constructor: Crash 381 rasta/bad_explicit_super_constructor: Crash
376 rasta/bad_implicit_super_constructor: Crash 382 rasta/bad_implicit_super_constructor: Crash
377 rasta/bad_interpolation: Fail 383 rasta/bad_interpolation: Fail
378 rasta/bad_redirection: Fail 384 rasta/bad_redirection: Fail
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
442 rasta/switch_fall_through: Fail 448 rasta/switch_fall_through: Fail
443 rasta/this_invoke: Crash 449 rasta/this_invoke: Crash
444 rasta/try_label: Crash 450 rasta/try_label: Crash
445 rasta/type_literals: Crash 451 rasta/type_literals: Crash
446 rasta/type_with_parse_error: Fail 452 rasta/type_with_parse_error: Fail
447 rasta/typedef: Crash 453 rasta/typedef: Crash
448 rasta/unresolved: Fail 454 rasta/unresolved: Fail
449 rasta/unresolved_constructor: Crash 455 rasta/unresolved_constructor: Crash
450 rasta/unresolved_for_in: Crash 456 rasta/unresolved_for_in: Crash
451 rasta/unresolved_recovery: Fail 457 rasta/unresolved_recovery: Fail
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698