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

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

Issue 14071003: Fix first part on liveness analysis of bug https://code.google.com/p/dart/issues/detail?id=9687: a … (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 8 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
« no previous file with comments | « tests/language/execute_finally12_test.dart ('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) 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 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
64 64
65 on_catch_malformed_type_test: Fail # Issue 8601 65 on_catch_malformed_type_test: Fail # Issue 8601
66 66
67 mixin_mixin_test: Fail 67 mixin_mixin_test: Fail
68 68
69 type_variable_field_initializer_closure_test: Crash # issue 8847 69 type_variable_field_initializer_closure_test: Crash # issue 8847
70 70
71 super_getter_setter_test: Fail # Issue 8917 71 super_getter_setter_test: Fail # Issue 8917
72 super_operator_index7_test: Fail # Issue 8918 72 super_operator_index7_test: Fail # Issue 8918
73 73
74 execute_finally_10_test: Fail # Issue 430
75 execute_finally_11_test: Fail # Issue 430
76
74 [ $compiler == none && ($system == macos || $system == linux) && $arch == ia32 & & $checked ] 77 [ $compiler == none && ($system == macos || $system == linux) && $arch == ia32 & & $checked ]
75 gc_test: Skip # Issue 1487, flaky. 78 gc_test: Skip # Issue 1487, flaky.
76 79
77 [ $compiler == none && $mode == debug ] 80 [ $compiler == none && $mode == debug ]
78 gc_test: Skip # Takes too long. 81 gc_test: Skip # Takes too long.
79 82
80 [ $compiler == none && $unchecked ] 83 [ $compiler == none && $unchecked ]
81 84
82 # Only checked mode reports an error on type assignment 85 # Only checked mode reports an error on type assignment
83 # problems in compile time constants. 86 # problems in compile time constants.
(...skipping 456 matching lines...) Expand 10 before | Expand all | Expand 10 after
540 compile_time_constant_checked3_test/06: Fail, OK 543 compile_time_constant_checked3_test/06: Fail, OK
541 544
542 type_error_test: Fail, OK # VM bug: http://dartbug.com/5280 545 type_error_test: Fail, OK # VM bug: http://dartbug.com/5280
543 type_parameter_literal_test: Fail 546 type_parameter_literal_test: Fail
544 547
545 type_variable_field_initializer_closure_test: Crash # VM bug: issue 8847 548 type_variable_field_initializer_closure_test: Crash # VM bug: issue 8847
546 549
547 super_getter_setter_test: Fail # VM bug: issue 8917 550 super_getter_setter_test: Fail # VM bug: issue 8917
548 super_operator_index7_test: Fail # VM bug: issue 8918 551 super_operator_index7_test: Fail # VM bug: issue 8918
549 552
553 execute_finally_10_test: Fail # VM bug: issue 430
554 execute_finally_11_test: Fail # VM bug: issue 430
555
550 [ $compiler == dart2dart && $minified ] 556 [ $compiler == dart2dart && $minified ]
551 557
552 # TODO(tball): Assign proper bug numbers. 558 # TODO(tball): Assign proper bug numbers.
553 class_literal_test/none: Fail 559 class_literal_test/none: Fail
554 560
555 import_core_prefix_test: Pass 561 import_core_prefix_test: Pass
556 prefix22_test: Pass 562 prefix22_test: Pass
557 invocation_mirror_test: Fail, OK # hardcoded names. 563 invocation_mirror_test: Fail, OK # hardcoded names.
558 super_call4_test: Fail, OK # hardcoded names. 564 super_call4_test: Fail, OK # hardcoded names.
559 565
560 [ $arch == arm ] 566 [ $arch == arm ]
561 *: Skip 567 *: Skip
562 568
563 [ $arch == simarm ] 569 [ $arch == simarm ]
564 *: Skip 570 *: Skip
565 571
566 [ $arch == mips ] 572 [ $arch == mips ]
567 *: Skip 573 *: Skip
568 574
569 [ $arch == simmips ] 575 [ $arch == simmips ]
570 *: Skip 576 *: Skip
OLDNEW
« no previous file with comments | « tests/language/execute_finally12_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698