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

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

Issue 2954253002: Add type inference for while and do loops. (Closed)
Patch Set: Created 3 years, 5 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/while_loop.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 373 matching lines...) Expand 10 before | Expand all | Expand 10 after
384 inference/unsafe_block_closure_inference_in_list_typed: Crash 384 inference/unsafe_block_closure_inference_in_list_typed: Crash
385 inference/unsafe_block_closure_inference_in_map_dynamic: Crash 385 inference/unsafe_block_closure_inference_in_map_dynamic: Crash
386 inference/unsafe_block_closure_inference_in_map_typed: Crash 386 inference/unsafe_block_closure_inference_in_map_typed: Crash
387 inference/unsafe_block_closure_inference_method_call_explicit_dynamic_param: Cra sh 387 inference/unsafe_block_closure_inference_method_call_explicit_dynamic_param: Cra sh
388 inference/unsafe_block_closure_inference_method_call_explicit_type_param: Crash 388 inference/unsafe_block_closure_inference_method_call_explicit_type_param: Crash
389 inference/unsafe_block_closure_inference_method_call_implicit_type_param: Crash 389 inference/unsafe_block_closure_inference_method_call_implicit_type_param: Crash
390 inference/unsafe_block_closure_inference_method_call_no_type_param: Crash 390 inference/unsafe_block_closure_inference_method_call_no_type_param: Crash
391 inference/void_return_type_subtypes_dynamic: Crash 391 inference/void_return_type_subtypes_dynamic: Crash
392 inference_new/dependency_only_if_generic_method: Crash 392 inference_new/dependency_only_if_generic_method: Crash
393 inference_new/dependency_only_if_overloaded: Crash 393 inference_new/dependency_only_if_overloaded: Crash
394 inference_new/do_loop: VerificationError
394 inference_new/downwards_inference_inside_top_level: Crash 395 inference_new/downwards_inference_inside_top_level: Crash
395 inference_new/downwards_inference_inside_top_level_2: Crash 396 inference_new/downwards_inference_inside_top_level_2: Crash
396 inference_new/field_inference_circularity: Crash 397 inference_new/field_inference_circularity: Crash
397 inference_new/infer_assign_to_index: Crash 398 inference_new/infer_assign_to_index: Crash
398 inference_new/infer_assign_to_property: Crash 399 inference_new/infer_assign_to_property: Crash
399 inference_new/infer_assign_to_property_custom: Crash 400 inference_new/infer_assign_to_property_custom: Crash
400 inference_new/infer_assign_to_ref: Crash 401 inference_new/infer_assign_to_ref: Crash
401 inference_new/infer_instance_accessor_ref: Crash 402 inference_new/infer_instance_accessor_ref: Crash
402 inference_new/infer_instance_field_ref: Crash 403 inference_new/infer_instance_field_ref: Crash
403 inference_new/infer_instance_field_ref_circular: Crash 404 inference_new/infer_instance_field_ref_circular: Crash
404 inference_new/infer_logical: Crash 405 inference_new/infer_logical: Crash
405 inference_new/infer_use_of_void: Crash 406 inference_new/infer_use_of_void: Crash
406 inference_new/list_literals_can_infer_null_top_level: Crash 407 inference_new/list_literals_can_infer_null_top_level: Crash
407 inference_new/map_literals_can_infer_null_top_level: Crash 408 inference_new/map_literals_can_infer_null_top_level: Crash
408 inference_new/property_get_toplevel: Crash 409 inference_new/property_get_toplevel: Crash
409 inference_new/strongly_connected_component: Crash 410 inference_new/strongly_connected_component: 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
414 inference_new/while_loop: VerificationError
413 415
414 rasta/abstract_constructor: Fail 416 rasta/abstract_constructor: Fail
415 rasta/bad_constructor_redirection: Crash 417 rasta/bad_constructor_redirection: Crash
416 rasta/bad_continue: Crash 418 rasta/bad_continue: Crash
417 rasta/bad_default_constructor: Crash 419 rasta/bad_default_constructor: Crash
418 rasta/bad_explicit_super_constructor: Crash 420 rasta/bad_explicit_super_constructor: Crash
419 rasta/bad_implicit_super_constructor: Crash 421 rasta/bad_implicit_super_constructor: Crash
420 rasta/bad_interpolation: Fail 422 rasta/bad_interpolation: Fail
421 rasta/bad_redirection: Fail 423 rasta/bad_redirection: Fail
422 rasta/bad_setter_initializer: Crash 424 rasta/bad_setter_initializer: Crash
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
505 regress/issue_29977: Crash 507 regress/issue_29977: Crash
506 regress/issue_29978: Crash 508 regress/issue_29978: Crash
507 regress/issue_29979: Crash 509 regress/issue_29979: Crash
508 regress/issue_29980: Crash 510 regress/issue_29980: Crash
509 regress/issue_29981: Crash 511 regress/issue_29981: Crash
510 regress/issue_29982: Crash 512 regress/issue_29982: Crash
511 regress/issue_29984: RuntimeError 513 regress/issue_29984: RuntimeError
512 regress/issue_29985: Crash 514 regress/issue_29985: Crash
513 regress/issue_29986: Crash 515 regress/issue_29986: Crash
514 regress/issue_29987: Crash 516 regress/issue_29987: Crash
OLDNEW
« no previous file with comments | « pkg/front_end/testcases/inference_new/while_loop.dart.strong.expect ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698