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

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

Issue 2954063002: Small fixes to top level type inference. (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 374 matching lines...) Expand 10 before | Expand all | Expand 10 after
385 inference/unsafe_block_closure_inference_in_list_typed: Crash 385 inference/unsafe_block_closure_inference_in_list_typed: Crash
386 inference/unsafe_block_closure_inference_in_map_dynamic: Crash 386 inference/unsafe_block_closure_inference_in_map_dynamic: Crash
387 inference/unsafe_block_closure_inference_in_map_typed: Crash 387 inference/unsafe_block_closure_inference_in_map_typed: Crash
388 inference/unsafe_block_closure_inference_method_call_explicit_dynamic_param: Cra sh 388 inference/unsafe_block_closure_inference_method_call_explicit_dynamic_param: Cra sh
389 inference/unsafe_block_closure_inference_method_call_explicit_type_param: Crash 389 inference/unsafe_block_closure_inference_method_call_explicit_type_param: Crash
390 inference/unsafe_block_closure_inference_method_call_implicit_type_param: Crash 390 inference/unsafe_block_closure_inference_method_call_implicit_type_param: Crash
391 inference/unsafe_block_closure_inference_method_call_no_type_param: Crash 391 inference/unsafe_block_closure_inference_method_call_no_type_param: Crash
392 inference/void_return_type_subtypes_dynamic: Crash 392 inference/void_return_type_subtypes_dynamic: Crash
393 inference_new/dependency_only_if_generic_method: Crash 393 inference_new/dependency_only_if_generic_method: Crash
394 inference_new/dependency_only_if_overloaded: Crash 394 inference_new/dependency_only_if_overloaded: Crash
395 inference_new/downwards_inference_inside_top_level: Crash
396 inference_new/downwards_inference_inside_top_level_2: Crash
395 inference_new/field_inference_circularity: Crash 397 inference_new/field_inference_circularity: Crash
396 inference_new/infer_assign_to_index: Crash 398 inference_new/infer_assign_to_index: Crash
397 inference_new/infer_assign_to_property: Crash 399 inference_new/infer_assign_to_property: Crash
398 inference_new/infer_assign_to_property_custom: Crash 400 inference_new/infer_assign_to_property_custom: Crash
399 inference_new/infer_assign_to_ref: Crash 401 inference_new/infer_assign_to_ref: Crash
400 inference_new/infer_instance_accessor_ref: Crash 402 inference_new/infer_instance_accessor_ref: Crash
401 inference_new/infer_instance_field_ref: Crash 403 inference_new/infer_instance_field_ref: Crash
402 inference_new/infer_instance_field_ref_circular: Crash 404 inference_new/infer_instance_field_ref_circular: Crash
403 inference_new/property_get_toplevel: Crash 405 inference_new/property_get_toplevel: Crash
404 inference_new/strongly_connected_component: Crash 406 inference_new/strongly_connected_component: Crash
407 inference_new/unsafe_block_closure_inference_function_call_explicit_dynamic_para m_via_expr2: Crash
408 inference_new/unsafe_block_closure_inference_function_call_explicit_type_param_v ia_expr2: Crash
409 inference_new/void_return_type_subtypes_dynamic: Crash
405 410
406 rasta/abstract_constructor: Fail 411 rasta/abstract_constructor: Fail
407 rasta/bad_constructor_redirection: Crash 412 rasta/bad_constructor_redirection: Crash
408 rasta/bad_continue: Crash 413 rasta/bad_continue: Crash
409 rasta/bad_default_constructor: Crash 414 rasta/bad_default_constructor: Crash
410 rasta/bad_explicit_super_constructor: Crash 415 rasta/bad_explicit_super_constructor: Crash
411 rasta/bad_implicit_super_constructor: Crash 416 rasta/bad_implicit_super_constructor: Crash
412 rasta/bad_interpolation: Fail 417 rasta/bad_interpolation: Fail
413 rasta/bad_redirection: Fail 418 rasta/bad_redirection: Fail
414 rasta/bad_setter_initializer: Crash 419 rasta/bad_setter_initializer: Crash
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
477 rasta/switch_fall_through: Fail 482 rasta/switch_fall_through: Fail
478 rasta/this_invoke: Crash 483 rasta/this_invoke: Crash
479 rasta/try_label: Crash 484 rasta/try_label: Crash
480 rasta/type_literals: Crash 485 rasta/type_literals: Crash
481 rasta/type_with_parse_error: Fail 486 rasta/type_with_parse_error: Fail
482 rasta/typedef: Crash 487 rasta/typedef: Crash
483 rasta/unresolved: Fail 488 rasta/unresolved: Fail
484 rasta/unresolved_constructor: Crash 489 rasta/unresolved_constructor: Crash
485 rasta/unresolved_for_in: Crash 490 rasta/unresolved_for_in: Crash
486 rasta/unresolved_recovery: Fail 491 rasta/unresolved_recovery: Fail
OLDNEW
« no previous file with comments | « pkg/front_end/lib/src/fasta/type_inference/type_inferrer.dart ('k') | pkg/front_end/test/fasta/strong.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698