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

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

Issue 10661033: Disable failing test for dartc. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | 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 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 46
47 constructor_redirect_test/01: Fail # Issue 2103. 47 constructor_redirect_test/01: Fail # Issue 2103.
48 48
49 closure_with_super_send_test: Fail # Issue 3197. 49 closure_with_super_send_test: Fail # Issue 3197.
50 super_closure_test: Fail # Issue 3197. 50 super_closure_test: Fail # Issue 3197.
51 parameter_initializer6_negative_test: Fail # Issue 3502 51 parameter_initializer6_negative_test: Fail # Issue 3502
52 52
53 prefix_core_test: Fail # Issue 3638. 53 prefix_core_test: Fail # Issue 3638.
54 54
55 # Issue 2501 55 # Issue 2501
56 cascade_test: Pass,Fail # Some cases pass, but for the wrong reason 56 cascade_test: Pass,Fail # Some cases pass, but for the wrong reason
57 cascade_precedence_test: Fail 57 cascade_precedence_test: Fail
58 58
59 fauxverride_test/none: Fail # Issue 3778. 59 fauxverride_test/none: Fail # Issue 3778.
60 60
61 # DartC specific tests that should not be run by the VM 61 # DartC specific tests that should not be run by the VM
62 *dartc_test: Skip 62 *dartc_test: Skip
63 *dartc_negative_test: Skip 63 *dartc_negative_test: Skip
64 64
65 [ $compiler == none && $mode == debug ] 65 [ $compiler == none && $mode == debug ]
66 gc_test: Skip # Takes too long. 66 gc_test: Skip # Takes too long.
67 67
68 [ $compiler == dartc ] 68 [ $compiler == dartc ]
69 application_negative_test: Fail # Runtime only test, rewrite as multitest 69 application_negative_test: Fail # Runtime only test, rewrite as multitest
70 assert_keyword_negative_test: Fail # Runtime only test, rewrite as multitest 70 assert_keyword_negative_test: Fail # Runtime only test, rewrite as multitest
71 assign_instance_method_negative_test: Fail # Issue 3662 71 assign_instance_method_negative_test: Fail # Issue 3662
72 body_less_constructor_wrong_arg_negative_test: Fail # Runtime only test, rewrit e as multitest 72 body_less_constructor_wrong_arg_negative_test: Fail # Runtime only test, rewrit e as multitest
73 call_operator_test: Pass # Issue 1355 73 call_operator_test: Pass # Issue 1355
74 cascade_test: Pass,Fail # Issue 3729 Some cases pass, but for the wrong reason 74 cascade_test: Pass,Fail # Issue 3729 Some cases pass, but for the wrong reason
75 cascade_precedence_test: Fail # Issue 3729 75 cascade_precedence_test: Fail # Issue 3729
76 char_escape_test: Pass # Issue 1654 76 char_escape_test: Pass # Issue 1654
77 closure_call_wrong_argument_count_negative_test: Fail # Runtime only test, rewri te as multitest 77 closure_call_wrong_argument_count_negative_test: Fail # Runtime only test, rewri te as multitest
78 compile_time_constant_p_test/01: Fail # Issue 2580 78 compile_time_constant_p_test/01: Fail # Issue 2580
79 const_syntax_test/01: Fail # test issue 3626 79 const_syntax_test/01: Fail # test issue 3626
80 const_syntax_test/02: Fail # test issue 3626 80 const_syntax_test/02: Fail # test issue 3626
81 const_syntax_test/03: Fail # test issue 3626 81 const_syntax_test/03: Fail # test issue 3626
82 constructor3_negative_test: Fail # Runtime only test, rewrite as multitest 82 constructor3_negative_test: Fail # Runtime only test, rewrite as multitest
83 constructor_call_wrong_argument_count_negative_test: Fail # Runtime only test, r ewrite as multitest 83 constructor_call_wrong_argument_count_negative_test: Fail # Runtime only test, r ewrite as multitest
84 default_factory_library_test: Fail # Issue 514 84 default_factory_library_test: Fail # Issue 514
85 disable_privacy_test: Skip # Issue 1882: Needs --disable_privacy support. 85 disable_privacy_test: Skip # Issue 1882: Needs --disable_privacy support.
86 duplicate_implements_test: Skip # Issue 976 86 duplicate_implements_test: Skip # Issue 976
87 factory5_test/00: Fail # issue 3079 87 factory5_test/00: Fail # issue 3079
88 field3a_negative_test: Fail # Issue 3655 88 field3a_negative_test: Fail # Issue 3655
89 field_method4_negative_test: Fail # Runtime only test, rewrite as multitest 89 field_method4_negative_test: Fail # Runtime only test, rewrite as multitest
90 final_syntax_test/*: Skip # can't handle base case 90 final_syntax_test/*: Skip # can't handle base case
91 instance_call_wrong_argument_count_negative_test: Fail # Runtime only test, rewr ite as multitest 91 instance_call_wrong_argument_count_negative_test: Fail # Runtime only test, rewr ite as multitest
92 library2_negative_test: Fail # still a valid test? Issue 3649 92 library2_negative_test: Fail # still a valid test? Issue 3649
93 library4_negative_test: Fail # still a valid test? Issue 3530 93 library4_negative_test: Fail # still a valid test? Issue 3530
94 library6_negative_test: Fail # still a valid test? Issue 3650 94 library6_negative_test: Fail # still a valid test? Issue 3650
95 list_literal4_test: Fail # Issue 1343 95 list_literal4_test: Fail # Issue 1343
96 map_literal4_test: Fail # Issue 1343 96 map_literal4_test: Fail # Issue 1343
97 named_parameters_negative_test: Fail # Runtime only test, rewrite as multitest 97 named_parameters_negative_test: Fail # Runtime only test, rewrite as multitest
98 named_parameters_with_object_property_names_test: Fail # Issue 2137 98 named_parameters_with_object_property_names_test: Fail # Issue 2137
99 no_such_method_negative_test: Fail # Runtime only test, rewrite as multitest 99 no_such_method_negative_test: Fail # Runtime only test, rewrite as multitest
100 override_field_test/04: Fail # Issue 3656 100 override_field_test/04: Fail # Issue 3656
101 private_member3_negative_test: Fail # Runtime only test? rewrite as multitest 101 private_member3_negative_test: Fail # Runtime only test? rewrite as multitest
102 pseudo_kw_illegal_test/08: Fail # Issue 356 102 pseudo_kw_illegal_test/08: Fail # Issue 356
103 pseudo_kw_illegal_test/10: Fail # Issue 356 103 pseudo_kw_illegal_test/10: Fail # Issue 356
104 pseudo_kw_illegal_test/14: Fail # Issue 356 104 pseudo_kw_illegal_test/14: Fail # Issue 356
105 pseudo_kw_test: Fail # Issue 3401, 'as' is not a reserved word.
105 static_call_wrong_argument_count_negative_test: Fail # Runtime only test, rewrit e as multitest 106 static_call_wrong_argument_count_negative_test: Fail # Runtime only test, rewrit e as multitest
106 switch7_negative_test: Fail # Issue 3658 107 switch7_negative_test: Fail # Issue 3658
107 switch_label_test: Fail # Issue 3658 108 switch_label_test: Fail # Issue 3658
108 syntax_test: Skip # Bug 2107 Static type warnings in none case 109 syntax_test: Skip # Bug 2107 Static type warnings in none case
109 third_test: Fail # Issue 3659 110 third_test: Fail # Issue 3659
110 throw7_negative_test: Fail # Issue 3654 111 throw7_negative_test: Fail # Issue 3654
111 # try_catch_syntax_test/08: Fail # Issue 3795 112 # try_catch_syntax_test/08: Fail # Issue 3795
112 type_variable_bounds_test/00: Fail # issue 3079 113 type_variable_bounds_test/00: Fail # issue 3079
113 fauxverride_test/none: Fail # Issue 3779. 114 fauxverride_test/none: Fail # Issue 3779.
114 115
(...skipping 28 matching lines...) Expand all
143 *: Skip 144 *: Skip
144 145
145 [ $browser ] 146 [ $browser ]
146 prefix_core_test: Fail # Issue 2264. 147 prefix_core_test: Fail # Issue 2264.
147 148
148 [ $arch == simarm ] 149 [ $arch == simarm ]
149 *: Skip 150 *: Skip
150 151
151 [ $arch == arm ] 152 [ $arch == arm ]
152 *: Skip 153 *: Skip
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698