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

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

Issue 9568035: Second attempt at making frog happy. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 9 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/language-leg.status » ('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) 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 341 matching lines...) Expand 10 before | Expand all | Expand 10 after
352 PrivateMember2NegativeTest: Fail 352 PrivateMember2NegativeTest: Fail
353 PrivateMember3NegativeTest: Fail 353 PrivateMember3NegativeTest: Fail
354 PrivateTest: Fail 354 PrivateTest: Fail
355 RegExp3Test: Fail 355 RegExp3Test: Fail
356 ScopeNegativeTest: Fail 356 ScopeNegativeTest: Fail
357 ScriptNegativeTest: Fail 357 ScriptNegativeTest: Fail
358 SuperImplicitClosureTest: Fail 358 SuperImplicitClosureTest: Fail
359 SuperTest: Fail # this is testing precise ordering of super constructor call 359 SuperTest: Fail # this is testing precise ordering of super constructor call
360 SwitchLabelTest: Fail 360 SwitchLabelTest: Fail
361 TypeChecksInFactoryMethodTest: Fail # Issue 925 361 TypeChecksInFactoryMethodTest: Fail # Issue 925
362 TypeVariableBoundsTest/00: Fail
362 TypeVariableIdentifierExpressionNegativeTest: Fail # Issue 643 363 TypeVariableIdentifierExpressionNegativeTest: Fail # Issue 643
363 TypeVariableShadowsClass: Fail # Issue 643 364 TypeVariableShadowsClass: Fail # Issue 643
364 WrongNumberTypeArgumentsTest/none: Fail 365 WrongNumberTypeArgumentsTest/none: Fail
365 ImplicitThisTest/01: Fail # Issue 376 366 ImplicitThisTest/01: Fail # Issue 376
366 ImplicitThisTest/02: Fail # Issue 376 367 ImplicitThisTest/02: Fail # Issue 376
367 ImplicitThisTest/03: Fail # Issue 376 368 ImplicitThisTest/03: Fail # Issue 376
368 ImplicitThisTest/04: Fail # Issue 376 369 ImplicitThisTest/04: Fail # Issue 376
369 ImplicitThisTest/none: Fail # Issue 376 370 ImplicitThisTest/none: Fail # Issue 376
370 371
371 #Issue 1308 372 #Issue 1308
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
421 422
422 [ $component == webdriver && $browser == safari && ($system == linux || $system == windows) ] 423 [ $component == webdriver && $browser == safari && ($system == linux || $system == windows) ]
423 *: Skip 424 *: Skip
424 425
425 426
426 [ ($component == frogsh || $component == frog || $component == frogium) && $unc hecked ] 427 [ ($component == frogsh || $component == frog || $component == frogium) && $unc hecked ]
427 PrivateMemberTest/01: Fail # test seems bad - see issue #353 428 PrivateMemberTest/01: Fail # test seems bad - see issue #353
428 PrivateMemberTest/02: Fail # test seems bad - see issue #353 429 PrivateMemberTest/02: Fail # test seems bad - see issue #353
429 PrivateMemberTest/03: Fail # test seems bad - see issue #353 430 PrivateMemberTest/03: Fail # test seems bad - see issue #353
430 PrivateMemberTest/04: Fail # test seems bad - see issue #353 431 PrivateMemberTest/04: Fail # test seems bad - see issue #353
431 TypeVariableBoundsTest/00: Fail # Should not complain in production mode. 432 TypeVariableBoundsTest/09: Fail # Should not complain in production mode.
432 TypeVariableBoundsTest/10: Fail # Should not complain in production mode. 433 TypeVariableBoundsTest/10: Fail # Should not complain in production mode.
433 WrongNumberTypeArgumentsTest/00: Fail # Should not complain in production mode. 434 WrongNumberTypeArgumentsTest/00: Fail # Should not complain in production mode.
434 435
435 [ ($component == frogsh || $component == frog || $component == frogium) && $che cked ] 436 [ ($component == frogsh || $component == frog || $component == frogium) && $che cked ]
436 PrivateMemberTest/none: Fail # test seems bad - see issue #353 437 PrivateMemberTest/none: Fail # test seems bad - see issue #353
437 TypeVariableBounds2Test/00: Fail # Issue 1939 438 TypeVariableBounds2Test/00: Fail # Issue 1939
438 TypeVariableBounds2Test/03: Fail # Issue 1939 439 TypeVariableBounds2Test/03: Fail # Issue 1939
439 440
440 [ $component == frog || $component == frogsh ] 441 [ $component == frog || $component == frogsh ]
441 # these tests are inconsistent in frogium and frogsh-node, investigate 442 # these tests are inconsistent in frogium and frogsh-node, investigate
(...skipping 15 matching lines...) Expand all
457 [ $component == frog && $mode == debug ] 458 [ $component == frog && $mode == debug ]
458 ConstructorRedirect1NegativeTest: Skip # Undiagnosed infinite loop. 459 ConstructorRedirect1NegativeTest: Skip # Undiagnosed infinite loop.
459 ConstructorRedirect2NegativeTest: Skip # Undiagnosed infinite loop. 460 ConstructorRedirect2NegativeTest: Skip # Undiagnosed infinite loop.
460 461
461 [ $arch == simarm ] 462 [ $arch == simarm ]
462 *: Skip 463 *: Skip
463 464
464 [ $arch == arm ] 465 [ $arch == arm ]
465 *: Skip 466 *: Skip
466 467
OLDNEW
« no previous file with comments | « no previous file | tests/language/language-leg.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698