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

Side by Side Diff: pkg/front_end/testcases/kompile.status

Issue 2953423002: Add type inference for switch statements. (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
« no previous file with comments | « pkg/front_end/testcases/inference_new/switch.dart.strong.expect ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 389 matching lines...) Expand 10 before | Expand all | Expand 10 after
400 inference_new/infer_assign_to_ref: Crash 400 inference_new/infer_assign_to_ref: Crash
401 inference_new/infer_instance_accessor_ref: Crash 401 inference_new/infer_instance_accessor_ref: Crash
402 inference_new/infer_instance_field_ref: Crash 402 inference_new/infer_instance_field_ref: Crash
403 inference_new/infer_instance_field_ref_circular: Crash 403 inference_new/infer_instance_field_ref_circular: Crash
404 inference_new/infer_logical: Crash 404 inference_new/infer_logical: Crash
405 inference_new/infer_use_of_void: Crash 405 inference_new/infer_use_of_void: Crash
406 inference_new/list_literals_can_infer_null_top_level: Crash 406 inference_new/list_literals_can_infer_null_top_level: Crash
407 inference_new/map_literals_can_infer_null_top_level: Crash 407 inference_new/map_literals_can_infer_null_top_level: Crash
408 inference_new/property_get_toplevel: Crash 408 inference_new/property_get_toplevel: Crash
409 inference_new/strongly_connected_component: Crash 409 inference_new/strongly_connected_component: Crash
410 inference_new/switch: Crash
410 inference_new/unsafe_block_closure_inference_function_call_explicit_dynamic_para m_via_expr2: Crash 411 inference_new/unsafe_block_closure_inference_function_call_explicit_dynamic_para m_via_expr2: Crash
411 inference_new/unsafe_block_closure_inference_function_call_explicit_type_param_v ia_expr2: Crash 412 inference_new/unsafe_block_closure_inference_function_call_explicit_type_param_v ia_expr2: Crash
412 inference_new/void_return_type_subtypes_dynamic: Crash 413 inference_new/void_return_type_subtypes_dynamic: Crash
413 414
414 rasta/abstract_constructor: Fail 415 rasta/abstract_constructor: Fail
415 rasta/bad_constructor_redirection: Crash 416 rasta/bad_constructor_redirection: Crash
416 rasta/bad_continue: Crash 417 rasta/bad_continue: Crash
417 rasta/bad_default_constructor: Crash 418 rasta/bad_default_constructor: Crash
418 rasta/bad_explicit_super_constructor: Crash 419 rasta/bad_explicit_super_constructor: Crash
419 rasta/bad_implicit_super_constructor: Crash 420 rasta/bad_implicit_super_constructor: Crash
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
505 regress/issue_29977: Crash 506 regress/issue_29977: Crash
506 regress/issue_29978: Crash 507 regress/issue_29978: Crash
507 regress/issue_29979: Crash 508 regress/issue_29979: Crash
508 regress/issue_29980: Crash 509 regress/issue_29980: Crash
509 regress/issue_29981: Crash 510 regress/issue_29981: Crash
510 regress/issue_29982: Crash 511 regress/issue_29982: Crash
511 regress/issue_29984: RuntimeError 512 regress/issue_29984: RuntimeError
512 regress/issue_29985: Crash 513 regress/issue_29985: Crash
513 regress/issue_29986: Crash 514 regress/issue_29986: Crash
514 regress/issue_29987: Crash 515 regress/issue_29987: Crash
OLDNEW
« no previous file with comments | « pkg/front_end/testcases/inference_new/switch.dart.strong.expect ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698