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

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

Issue 8957008: Always use --leg_only option. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Update language-leg.status Created 9 years 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) 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 architectures other than the one you are working on. 10 # failed on architectures other than the one you are working on.
(...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after
164 *FrogTest: Skip 164 *FrogTest: Skip
165 *FrogNegativeTest: Skip 165 *FrogNegativeTest: Skip
166 166
167 167
168 [ $component == dartium ] 168 [ $component == dartium ]
169 # TODO: These need to be retriaged. 169 # TODO: These need to be retriaged.
170 RichardsTest: Fail 170 RichardsTest: Fail
171 TypedMessageTest: Fail # Bug 5246195 171 TypedMessageTest: Fail # Bug 5246195
172 172
173 173
174 [ $component == frog || $component == leg ] 174 [ $component == frog ]
175 ToStringAsFixedTest: Fail # fails due to rounding in constant propagation 175 ToStringAsFixedTest: Fail # fails due to rounding in constant propagation
176 176
177 [ $component == frogsh || $component == frog || $component == leg || $component == webdriver || $component == frogium ] 177 [ $component == frogsh || $component == frog || $component == webdriver || $com ponent == frogium ]
178 # TODO(efortuna): Distinguish between specific browser being run for webdriver 178 # TODO(efortuna): Distinguish between specific browser being run for webdriver
179 # (by flag option) to specify which tests pass. 179 # (by flag option) to specify which tests pass.
180 FactoryNegativeTest: Fail # Issue 417 180 FactoryNegativeTest: Fail # Issue 417
181 Factory3Test: Fail # Issue 417 181 Factory3Test: Fail # Issue 417
182 CallThroughNullGetterTest: Fail # Throw ObjectNotClosure instead of NullPointerE xception. 182 CallThroughNullGetterTest: Fail # Throw ObjectNotClosure instead of NullPointerE xception.
183 OptimizedSetterTest: Fail # Issue 863 183 OptimizedSetterTest: Fail # Issue 863
184 184
185 FactoryImplementationTest: Fail # Issue 523 185 FactoryImplementationTest: Fail # Issue 523
186 186
187 ClassKeywordNegativeTest/01: Fail # Issue 874 187 ClassKeywordNegativeTest/01: Fail # Issue 874
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
298 TypeVariableBoundsTest/02: Fail 298 TypeVariableBoundsTest/02: Fail
299 TypeVariableBoundsTest/05: Fail 299 TypeVariableBoundsTest/05: Fail
300 TypeVariableBoundsTest/06: Fail 300 TypeVariableBoundsTest/06: Fail
301 WrongNumberTypeArgumentsTest: Fail 301 WrongNumberTypeArgumentsTest: Fail
302 ImplicitThisTest/01: Fail # Issue 376 302 ImplicitThisTest/01: Fail # Issue 376
303 ImplicitThisTest/02: Fail # Issue 376 303 ImplicitThisTest/02: Fail # Issue 376
304 ImplicitThisTest/03: Fail # Issue 376 304 ImplicitThisTest/03: Fail # Issue 376
305 ImplicitThisTest/04: Fail # Issue 376 305 ImplicitThisTest/04: Fail # Issue 376
306 ImplicitThisTest/none: Fail # Issue 376 306 ImplicitThisTest/none: Fail # Issue 376
307 307
308 [ ($component == frogsh || $component == frog || $component == leg || $componen t == frogium) && $unchecked ] 308 [ ($component == frogsh || $component == frog || $component == frogium) && $unc hecked ]
309 PrivateMemberTest/01: Fail # test seems bad - see issue #353 309 PrivateMemberTest/01: Fail # test seems bad - see issue #353
310 PrivateMemberTest/02: Fail # test seems bad - see issue #353 310 PrivateMemberTest/02: Fail # test seems bad - see issue #353
311 PrivateMemberTest/03: Fail # test seems bad - see issue #353 311 PrivateMemberTest/03: Fail # test seems bad - see issue #353
312 PrivateMemberTest/04: Fail # test seems bad - see issue #353 312 PrivateMemberTest/04: Fail # test seems bad - see issue #353
313 StringConcatTest: Fail 313 StringConcatTest: Fail
314 314
315 [ ($component == frogsh || $component == frog || $component == leg || $componen t == frogium) && $checked ] 315 [ ($component == frogsh || $component == frog || $component == frogium) && $che cked ]
316 PrivateMemberTest/none: Fail # test seems bad - see issue #353 316 PrivateMemberTest/none: Fail # test seems bad - see issue #353
317 317
318 [ $component == leg ] 318 [ $component == frog || $component == frogsh ]
319 TypeVariableBoundsTest/none: Pass # I think the "cancel leg" message is confusin g the test harness? Leg is bailing on all these tests after seeing the "extends" factory syntax.
320 TypeVariableBoundsTest/03: Pass
321 TypeVariableBoundsTest/04: Pass
322 TypeVariableBoundsTest/02: Fail
323 TypeVariableBoundsTest/06: Fail
324
325
326 [ $component == frog || $component == frogsh || $component == leg ]
327 # these tests are inconsistent in frogium and frogsh-node, investigate 319 # these tests are inconsistent in frogium and frogsh-node, investigate
328 InstanceofTest: Fail 320 InstanceofTest: Fail
329 StaticField1RunNegativeTest: Pass 321 StaticField1RunNegativeTest: Pass
330 StaticField2RunNegativeTest: Pass 322 StaticField2RunNegativeTest: Pass
331 NumberSyntaxTest: Fail 323 NumberSyntaxTest: Fail
332 324
333 [ $component == frogium ] 325 [ $component == frogium ]
334 # these tests are inconsistent in frogium and frogsh-node, investigate 326 # these tests are inconsistent in frogium and frogsh-node, investigate
335 StaticField1RunNegativeTest: Pass # but error is not correct 327 StaticField1RunNegativeTest: Pass # but error is not correct
336 StaticField2RunNegativeTest: Pass # but error is not correct 328 StaticField2RunNegativeTest: Pass # but error is not correct
337 InstanceofTest: Timeout 329 InstanceofTest: Timeout
338 NumberSyntaxTest: Timeout 330 NumberSyntaxTest: Timeout
339 331
340 [ $arch == x64 ] 332 [ $arch == x64 ]
341 *: Skip 333 *: Skip
342 334
343 [ $arch == simarm ] 335 [ $arch == simarm ]
344 *: Skip 336 *: Skip
345 337
346 [ $arch == arm ] 338 [ $arch == arm ]
347 *: Skip 339 *: Skip
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698