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

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

Issue 9213007: Fix dartc build (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 11 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 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
154 SuperOperatorTest: Fail # Bug 4995463. 154 SuperOperatorTest: Fail # Bug 4995463.
155 Switch7NegativeTest: Fail # Bug 4208467. 155 Switch7NegativeTest: Fail # Bug 4208467.
156 SwitchLabelTest: Fail # Bug 4208467. 156 SwitchLabelTest: Fail # Bug 4208467.
157 ThirdTest: Skip # Seems flaky in dartc after fixing test, was Bug 5339586 157 ThirdTest: Skip # Seems flaky in dartc after fixing test, was Bug 5339586
158 Throw7NegativeTest: Fail # Bug 4208459. 158 Throw7NegativeTest: Fail # Bug 4208459.
159 TypeChecksInFactoryMethodTest: Fail # Issue 925 159 TypeChecksInFactoryMethodTest: Fail # Issue 925
160 SyntaxTest/31: Fail # Issue 1108 160 SyntaxTest/31: Fail # Issue 1108
161 SyntaxTest/32: Fail # Issue 1108 161 SyntaxTest/32: Fail # Issue 1108
162 SyntaxTest/33: Fail # Issue 1108 162 SyntaxTest/33: Fail # Issue 1108
163 163
164 PseudoKWTest: Fail # Issue 356
165 NamingTest: Fail # Issue 356
164 PseudoKWIllegalTest/01: Fail # Issue 356 166 PseudoKWIllegalTest/01: Fail # Issue 356
165 PseudoKWIllegalTest/02: Fail # Issue 356 167 PseudoKWIllegalTest/02: Fail # Issue 356
166 PseudoKWIllegalTest/03: Fail # Issue 356 168 PseudoKWIllegalTest/03: Fail # Issue 356
167 PseudoKWIllegalTest/04: Fail # Issue 356 169 PseudoKWIllegalTest/04: Fail # Issue 356
168 PseudoKWIllegalTest/05: Fail # Issue 356 170 PseudoKWIllegalTest/05: Fail # Issue 356
169 PseudoKWIllegalTest/06: Fail # Issue 356 171 PseudoKWIllegalTest/06: Fail # Issue 356
170 PseudoKWIllegalTest/07: Fail # Issue 356 172 PseudoKWIllegalTest/07: Fail # Issue 356
171 PseudoKWIllegalTest/08: Fail # Issue 356 173 PseudoKWIllegalTest/08: Fail # Issue 356
172 PseudoKWIllegalTest/09: Fail # Issue 356 174 PseudoKWIllegalTest/09: Fail # Issue 356
173 PseudoKWIllegalTest/10: Fail # Issue 356 175 PseudoKWIllegalTest/10: Fail # Issue 356
(...skipping 21 matching lines...) Expand all
195 ToStringAsFixedTest: Fail # fails due to rounding in constant propagation 197 ToStringAsFixedTest: Fail # fails due to rounding in constant propagation
196 198
197 [ $component == frogsh || $component == frog || ($component == webdriver && $br owser == chrome) || $component == frogium ] 199 [ $component == frogsh || $component == frog || ($component == webdriver && $br owser == chrome) || $component == frogium ]
198 Factory3Test: Fail # Issue 417 200 Factory3Test: Fail # Issue 417
199 CallThroughNullGetterTest: Fail # Throw ObjectNotClosure instead of NullPointerE xception. 201 CallThroughNullGetterTest: Fail # Throw ObjectNotClosure instead of NullPointerE xception.
200 OptimizedSetterTest: Fail # Issue 863 202 OptimizedSetterTest: Fail # Issue 863
201 ExtendTypeParameterNegativeTest: Skip # Issue 886 203 ExtendTypeParameterNegativeTest: Skip # Issue 886
202 ExtendTypeParameter2NegativeTest: Skip # Issue 886 204 ExtendTypeParameter2NegativeTest: Skip # Issue 886
203 ImplementTypeParameterNegativeTest: Skip # Issue 887 205 ImplementTypeParameterNegativeTest: Skip # Issue 887
204 FactoryImplementationTest: Fail # Issue 523 206 FactoryImplementationTest: Fail # Issue 523
205 PseudoKWTest: Fail 207 PseudoKWTest: Fail # Issue 356
206 NamingTest: Fail 208 NamingTest: Fail # Issue 356
207 209
208 # VM or DartC specific tests not to be run by Frog. See language.status 210 # VM or DartC specific tests not to be run by Frog. See language.status
209 *VMTest: Skip 211 *VMTest: Skip
210 *VMNegativeTest: Skip 212 *VMNegativeTest: Skip
211 *DartcTest: Skip 213 *DartcTest: Skip
212 *DartcNegativeTest: Skip 214 *DartcNegativeTest: Skip
213 # Currently, these patterns skip three tests: 215 # Currently, these patterns skip three tests:
214 # MathVMTest - correctly skipped as this relies on VM guarantees 216 # MathVMTest - correctly skipped as this relies on VM guarantees
215 # - should add a version of this with the --enable_type_checks flag 217 # - should add a version of this with the --enable_type_checks flag
216 # TypeVMTest - correctly skipped as this relies on detailed of TypeError 218 # TypeVMTest - correctly skipped as this relies on detailed of TypeError
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after
348 350
349 351
350 [ $arch == x64 ] 352 [ $arch == x64 ]
351 *: Skip 353 *: Skip
352 354
353 [ $arch == simarm ] 355 [ $arch == simarm ]
354 *: Skip 356 *: Skip
355 357
356 [ $arch == arm ] 358 [ $arch == arm ]
357 *: Skip 359 *: 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