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

Side by Side Diff: tests/language/language.status

Issue 17893003: Fix a VM bug in the handling of try/catch/finally. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 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 | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2012, 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 file. 3 # BSD-style license that can be found in the LICENSE file.
4 4
5 # This directory contains tests that are intended to show the 5 # This directory contains tests that are intended to show the
6 # current state of the language. 6 # current state of the language.
7 7
8 # In order to maintain maximum test coverage for all builds, 8 # In order to maintain maximum test coverage for all builds,
9 # please use the following procedure to mark a test 9 # please use the following procedure to mark a test
10 # failed on architectures other than the one you are working on. 10 # failed on architectures other than the one you are working on.
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 on_catch_malformed_type_test: Fail # Issue 8601 78 on_catch_malformed_type_test: Fail # Issue 8601
79 79
80 mixin_mixin_test: Fail 80 mixin_mixin_test: Fail
81 mixin_issue10216_2_test: Fail 81 mixin_issue10216_2_test: Fail
82 mixin_illegal_object_test/01: Crash # Issue 10952 82 mixin_illegal_object_test/01: Crash # Issue 10952
83 mixin_illegal_object_test/02: Crash # Issue 10952 83 mixin_illegal_object_test/02: Crash # Issue 10952
84 84
85 type_variable_field_initializer_closure_test: Crash # issue 8847 85 type_variable_field_initializer_closure_test: Crash # issue 8847
86 86
87 87
88 execute_finally10_test: Fail # Issue 430
89 execute_finally11_test: Fail # Issue 430
90
91 [ $compiler == none && $unchecked ] 88 [ $compiler == none && $unchecked ]
92 89
93 # Only checked mode reports an error on type assignment 90 # Only checked mode reports an error on type assignment
94 # problems in compile time constants. 91 # problems in compile time constants.
95 compile_time_constant_checked_test/02: Fail, OK 92 compile_time_constant_checked_test/02: Fail, OK
96 compile_time_constant_checked2_test/01: Fail, OK 93 compile_time_constant_checked2_test/01: Fail, OK
97 compile_time_constant_checked2_test/02: Fail, OK 94 compile_time_constant_checked2_test/02: Fail, OK
98 compile_time_constant_checked2_test/03: Fail, OK 95 compile_time_constant_checked2_test/03: Fail, OK
99 compile_time_constant_checked2_test/04: Fail, OK 96 compile_time_constant_checked2_test/04: Fail, OK
100 compile_time_constant_checked2_test/05: Fail, OK 97 compile_time_constant_checked2_test/05: Fail, OK
(...skipping 400 matching lines...) Expand 10 before | Expand all | Expand 10 after
501 compile_time_constant_checked3_test/04: Fail, OK 498 compile_time_constant_checked3_test/04: Fail, OK
502 compile_time_constant_checked3_test/05: Fail, OK 499 compile_time_constant_checked3_test/05: Fail, OK
503 compile_time_constant_checked3_test/06: Fail, OK 500 compile_time_constant_checked3_test/06: Fail, OK
504 501
505 type_error_test: Fail, OK # VM bug: http://dartbug.com/5280 502 type_error_test: Fail, OK # VM bug: http://dartbug.com/5280
506 type_parameter_literal_test: Fail 503 type_parameter_literal_test: Fail
507 504
508 type_variable_field_initializer_closure_test: Crash # VM bug: issue 8847 505 type_variable_field_initializer_closure_test: Crash # VM bug: issue 8847
509 506
510 507
511 execute_finally10_test: Fail # VM bug: issue 430
512 execute_finally11_test: Fail # VM bug: issue 430
513
514 bound_closure_equality_test: Fail # Issue 10849 508 bound_closure_equality_test: Fail # Issue 10849
515 509
516 [ $compiler == dart2dart && $minified ] 510 [ $compiler == dart2dart && $minified ]
517 dynamic_test: Fail # dartbug.com/11468 511 dynamic_test: Fail # dartbug.com/11468
518 function_subtype_bound_closure0_test: Fail # dartbug.com/11468 512 function_subtype_bound_closure0_test: Fail # dartbug.com/11468
519 function_subtype_bound_closure1_test: Fail # dartbug.com/11468 513 function_subtype_bound_closure1_test: Fail # dartbug.com/11468
520 function_subtype_bound_closure2_test: Fail # dartbug.com/11468 514 function_subtype_bound_closure2_test: Fail # dartbug.com/11468
521 function_subtype_bound_closure5_test: Fail # dartbug.com/11468 515 function_subtype_bound_closure5_test: Fail # dartbug.com/11468
522 function_subtype_bound_closure6_test: Fail # dartbug.com/11468 516 function_subtype_bound_closure6_test: Fail # dartbug.com/11468
523 function_subtype_bound_closure7_test: Fail # dartbug.com/11468 517 function_subtype_bound_closure7_test: Fail # dartbug.com/11468
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
585 [ $arch == simmips ] 579 [ $arch == simmips ]
586 arithmetic_test: Crash # Too far relative branch. 580 arithmetic_test: Crash # Too far relative branch.
587 deopt_smi_op_test: Fail 581 deopt_smi_op_test: Fail
588 gc_test: Crash 582 gc_test: Crash
589 invocation_mirror_test: Fail 583 invocation_mirror_test: Fail
590 large_implicit_getter_test: Crash 584 large_implicit_getter_test: Crash
591 load_to_load_forwarding_vm_test: Fail 585 load_to_load_forwarding_vm_test: Fail
592 named_parameters_with_conversions_test: Pass, Crash 586 named_parameters_with_conversions_test: Pass, Crash
593 stack_overflow_test: Crash 587 stack_overflow_test: Crash
594 stack_overflow_stacktrace_test: Crash 588 stack_overflow_stacktrace_test: Crash
OLDNEW
« runtime/vm/flow_graph_builder.cc ('K') | « tests/co19/co19-runtime.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698