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

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

Issue 8332024: Add a test for http://code.google.com/p/dart/issues/detail?id=223. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: '' Created 9 years, 2 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 | tests/language/src/FactoryArrowTest.dart » ('j') | 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) 2011, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2011, 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 an architecture other than the one you are working on. 10 # failed on an architecture other than the one you are working on.
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
130 ListTest: Fail # Bug 5146975. 130 ListTest: Fail # Bug 5146975.
131 StackTraceTest: Fail # Bug 4971920. 131 StackTraceTest: Fail # Bug 4971920.
132 ExpectTest: Fail # Missing extensions to class Expect. 132 ExpectTest: Fail # Missing extensions to class Expect.
133 DivByZeroTest: Fail # Bug 5184183 133 DivByZeroTest: Fail # Bug 5184183
134 OverrideFieldMethod1NegativeTest: Fail # Bug 5215249 134 OverrideFieldMethod1NegativeTest: Fail # Bug 5215249
135 OverrideFieldMethod2NegativeTest: Fail # Bug 5215249 135 OverrideFieldMethod2NegativeTest: Fail # Bug 5215249
136 OverrideFieldMethod3NegativeTest: Fail # Bug 5215249 136 OverrideFieldMethod3NegativeTest: Fail # Bug 5215249
137 OverrideFieldMethod4NegativeTest: Fail # Bug 5215249 137 OverrideFieldMethod4NegativeTest: Fail # Bug 5215249
138 OverrideFieldMethod5NegativeTest: Fail # Bug 5215249 138 OverrideFieldMethod5NegativeTest: Fail # Bug 5215249
139 OverrideFieldMethod6NegativeTest: Fail # Bug 5215249 139 OverrideFieldMethod6NegativeTest: Fail # Bug 5215249
140 FieldOverrideTest/01: Fail» # Bug 5215249 140 FieldOverrideTest/01: Fail # Bug 5215249
141 FieldOverrideTest/02: Fail» # Bug 5215249 141 FieldOverrideTest/02: Fail # Bug 5215249
142 OverrideMethodWithFieldTest/01: Fail # Bug 5215249 142 OverrideMethodWithFieldTest/01: Fail # Bug 5215249
143 OverrideFieldTest/04: Fail» # Bug 5215249 143 OverrideFieldTest/04: Fail # Bug 5215249
144 CharEscapeTest: Fail 144 CharEscapeTest: Fail
145 GetterClosureExecutionOrderTest: Fail # Bug 5481595 145 GetterClosureExecutionOrderTest: Fail # Bug 5481595
146 146
147 # The following tests use missing error classes. Bug 4385894. 147 # The following tests use missing error classes. Bug 4385894.
148 AssertTest: Fail # Uses AssertError class. 148 AssertTest: Fail # Uses AssertError class.
149 149
150 ThirdTest: Fail # Bug 5339586 150 ThirdTest: Fail # Bug 5339586
151 151
152 BlackListedTest/01: Fail # Bug 5469684 152 BlackListedTest/01: Fail # Bug 5469684
153 BlackListedTest/02: Fail # Bug 5469684 153 BlackListedTest/02: Fail # Bug 5469684
154 BlackListedTest/03: Fail # Bug 5469684 154 BlackListedTest/03: Fail # Bug 5469684
155 BlackListedTest/04: Fail # Bug 5469684 155 BlackListedTest/04: Fail # Bug 5469684
156 BlackListedTest/05: Fail # Bug 5469684 156 BlackListedTest/05: Fail # Bug 5469684
157 BlackListedTest/06: Fail # Bug 5469684 157 BlackListedTest/06: Fail # Bug 5469684
158 BlackListedTest/07: Fail # Bug 5469684 158 BlackListedTest/07: Fail # Bug 5469684
159 BlackListedTest/08: Fail # Bug 5469684 159 BlackListedTest/08: Fail # Bug 5469684
160 BlackListedTest/09: Fail # Bug 5469684 160 BlackListedTest/09: Fail # Bug 5469684
161 BlackListedTest/10: Fail # Bug 5469684 161 BlackListedTest/10: Fail # Bug 5469684
162 BlackListedTest/11: Fail # Bug 5469684 162 BlackListedTest/11: Fail # Bug 5469684
163 BlackListedTest/12: Fail # Bug 5469684 163 BlackListedTest/12: Fail # Bug 5469684
164 164
165 FactoryArrowTest: Fail # Issue 223
166
165 # VM specific tests that should not be run by DartC. 167 # VM specific tests that should not be run by DartC.
166 *VMTest: Skip 168 *VMTest: Skip
167 169
168 170
169 [ $arch == dartium ] 171 [ $arch == dartium ]
170 # Bug 5476054: print is only available if DOM is imported. 172 # Bug 5476054: print is only available if DOM is imported.
171 Throw5Test: Fail 173 Throw5Test: Fail
172 ExceptionTest: Fail 174 ExceptionTest: Fail
173 ExpectTest: Fail 175 ExpectTest: Fail
174 StringInterpolateTest: Fail 176 StringInterpolateTest: Fail
(...skipping 27 matching lines...) Expand all
202 TypedMessageTest: Fail # Bug 5246195 204 TypedMessageTest: Fail # Bug 5246195
203 205
204 [ $arch == x64 ] 206 [ $arch == x64 ]
205 *: Skip 207 *: Skip
206 208
207 [ $arch == simarm ] 209 [ $arch == simarm ]
208 *: Skip 210 *: Skip
209 211
210 [ $arch == arm ] 212 [ $arch == arm ]
211 *: Skip 213 *: Skip
OLDNEW
« no previous file with comments | « no previous file | tests/language/src/FactoryArrowTest.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698