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

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

Issue 9568030: Fix frog build (failures on new tests in unchecked mode only). (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 | 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 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 # these tests would work if the type was constru cted
363 TypeVariableBoundsTest/10: Fail
364 TypeVariableIdentifierExpressionNegativeTest: Fail # Issue 643 362 TypeVariableIdentifierExpressionNegativeTest: Fail # Issue 643
365 TypeVariableShadowsClass: Fail # Issue 643 363 TypeVariableShadowsClass: Fail # Issue 643
366 WrongNumberTypeArgumentsTest/none: Fail 364 WrongNumberTypeArgumentsTest/none: Fail
367 ImplicitThisTest/01: Fail # Issue 376 365 ImplicitThisTest/01: Fail # Issue 376
368 ImplicitThisTest/02: Fail # Issue 376 366 ImplicitThisTest/02: Fail # Issue 376
369 ImplicitThisTest/03: Fail # Issue 376 367 ImplicitThisTest/03: Fail # Issue 376
370 ImplicitThisTest/04: Fail # Issue 376 368 ImplicitThisTest/04: Fail # Issue 376
371 ImplicitThisTest/none: Fail # Issue 376 369 ImplicitThisTest/none: Fail # Issue 376
372 370
373 #Issue 1308 371 #Issue 1308
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
423 421
424 [ $component == webdriver && $browser == safari && ($system == linux || $system == windows) ] 422 [ $component == webdriver && $browser == safari && ($system == linux || $system == windows) ]
425 *: Skip 423 *: Skip
426 424
427 425
428 [ ($component == frogsh || $component == frog || $component == frogium) && $unc hecked ] 426 [ ($component == frogsh || $component == frog || $component == frogium) && $unc hecked ]
429 PrivateMemberTest/01: Fail # test seems bad - see issue #353 427 PrivateMemberTest/01: Fail # test seems bad - see issue #353
430 PrivateMemberTest/02: Fail # test seems bad - see issue #353 428 PrivateMemberTest/02: Fail # test seems bad - see issue #353
431 PrivateMemberTest/03: Fail # test seems bad - see issue #353 429 PrivateMemberTest/03: Fail # test seems bad - see issue #353
432 PrivateMemberTest/04: Fail # test seems bad - see issue #353 430 PrivateMemberTest/04: Fail # test seems bad - see issue #353
431 TypeVariableBoundsTest/00: Fail # Should not complain in production mode.
432 TypeVariableBoundsTest/10: Fail # Should not complain in production mode.
433 WrongNumberTypeArgumentsTest/00: Fail # Should not complain in production mode.
433 434
434 [ ($component == frogsh || $component == frog || $component == frogium) && $che cked ] 435 [ ($component == frogsh || $component == frog || $component == frogium) && $che cked ]
435 PrivateMemberTest/none: Fail # test seems bad - see issue #353 436 PrivateMemberTest/none: Fail # test seems bad - see issue #353
437 TypeVariableBounds2Test/00: Fail # Issue 1939
438 TypeVariableBounds2Test/03: Fail # Issue 1939
436 439
437 [ $component == frog || $component == frogsh ] 440 [ $component == frog || $component == frogsh ]
438 # these tests are inconsistent in frogium and frogsh-node, investigate 441 # these tests are inconsistent in frogium and frogsh-node, investigate
439 StaticField1RunNegativeTest: Pass 442 StaticField1RunNegativeTest: Pass
440 StaticField2RunNegativeTest: Pass 443 StaticField2RunNegativeTest: Pass
441 SyntaxTest/28: Fail # Issue 1109 444 SyntaxTest/28: Fail # Issue 1109
442 SyntaxTest/29: Fail # Issue 1109 445 SyntaxTest/29: Fail # Issue 1109
443 SyntaxTest/31: Fail # Issue 1109 446 SyntaxTest/31: Fail # Issue 1109
444 SyntaxTest/32: Fail # Issue 1109 447 SyntaxTest/32: Fail # Issue 1109
445 SyntaxTest/33: Fail # Issue 1109 448 SyntaxTest/33: Fail # Issue 1109
446 StringEscape3NegativeTest: Fail # Issue 1352 449 StringEscape3NegativeTest: Fail # Issue 1352
447 LiteralUnaryPlusTest/01: Fail # Issue 1400 450 LiteralUnaryPlusTest/01: Fail # Issue 1400
448 451
449 [ $component == frogium ] 452 [ $component == frogium ]
450 # these tests are inconsistent in frogium and frogsh-node, investigate 453 # these tests are inconsistent in frogium and frogsh-node, investigate
451 StaticField1RunNegativeTest: Pass # but error is not correct 454 StaticField1RunNegativeTest: Pass # but error is not correct
452 StaticField2RunNegativeTest: Pass # but error is not correct 455 StaticField2RunNegativeTest: Pass # but error is not correct
453 456
454 [ $component == frog && $mode == debug ] 457 [ $component == frog && $mode == debug ]
455 ConstructorRedirect1NegativeTest: Skip # Undiagnosed infinite loop. 458 ConstructorRedirect1NegativeTest: Skip # Undiagnosed infinite loop.
456 ConstructorRedirect2NegativeTest: Skip # Undiagnosed infinite loop. 459 ConstructorRedirect2NegativeTest: Skip # Undiagnosed infinite loop.
457 460
458 [ $arch == simarm ] 461 [ $arch == simarm ]
459 *: Skip 462 *: Skip
460 463
461 [ $arch == arm ] 464 [ $arch == arm ]
462 *: Skip 465 *: Skip
463 466
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