| OLD | NEW |
| 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 339 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 350 PrivateMember2NegativeTest: Fail | 350 PrivateMember2NegativeTest: Fail |
| 351 PrivateMember3NegativeTest: Fail | 351 PrivateMember3NegativeTest: Fail |
| 352 PrivateTest: Fail | 352 PrivateTest: Fail |
| 353 RegExp3Test: Fail | 353 RegExp3Test: Fail |
| 354 ScopeNegativeTest: Fail | 354 ScopeNegativeTest: Fail |
| 355 ScriptNegativeTest: Fail | 355 ScriptNegativeTest: Fail |
| 356 SuperImplicitClosureTest: Fail | 356 SuperImplicitClosureTest: Fail |
| 357 SuperTest: Fail # this is testing precise ordering of super constructor call | 357 SuperTest: Fail # this is testing precise ordering of super constructor call |
| 358 SwitchLabelTest: Fail | 358 SwitchLabelTest: Fail |
| 359 TypeChecksInFactoryMethodTest: Fail # Issue 925 | 359 TypeChecksInFactoryMethodTest: Fail # Issue 925 |
| 360 TypeVariableBoundsTest/00: Fail | 360 TypeVariableBoundsTest*: Skip # multiple error annotations are required |
| 361 TypeVariableBounds2Test*: Skip # multiple error annotations are required |
| 361 TypeVariableIdentifierExpressionNegativeTest: Fail # Issue 643 | 362 TypeVariableIdentifierExpressionNegativeTest: Fail # Issue 643 |
| 362 TypeVariableShadowsClass: Fail # Issue 643 | 363 TypeVariableShadowsClass: Fail # Issue 643 |
| 363 WrongNumberTypeArgumentsTest/none: Fail | 364 WrongNumberTypeArgumentsTest*: Skip # multiple error annotations are required |
| 364 ImplicitThisTest/01: Fail # Issue 376 | 365 ImplicitThisTest/01: Fail # Issue 376 |
| 365 ImplicitThisTest/02: Fail # Issue 376 | 366 ImplicitThisTest/02: Fail # Issue 376 |
| 366 ImplicitThisTest/03: Fail # Issue 376 | 367 ImplicitThisTest/03: Fail # Issue 376 |
| 367 ImplicitThisTest/04: Fail # Issue 376 | 368 ImplicitThisTest/04: Fail # Issue 376 |
| 368 ImplicitThisTest/none: Fail # Issue 376 | 369 ImplicitThisTest/none: Fail # Issue 376 |
| 369 | 370 |
| 370 #Issue 1308 | 371 #Issue 1308 |
| 371 NamedParameters2Test: Fail | 372 NamedParameters2Test: Fail |
| 372 NamedParameters3Test: Fail | 373 NamedParameters3Test: Fail |
| 373 NamedParameters4Test: Fail | 374 NamedParameters4Test: Fail |
| (...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 420 | 421 |
| 421 [ $component == webdriver && $browser == safari && ($system == linux || $system
== windows) ] | 422 [ $component == webdriver && $browser == safari && ($system == linux || $system
== windows) ] |
| 422 *: Skip | 423 *: Skip |
| 423 | 424 |
| 424 | 425 |
| 425 [ ($component == frogsh || $component == frog || $component == frogium) && $unc
hecked ] | 426 [ ($component == frogsh || $component == frog || $component == frogium) && $unc
hecked ] |
| 426 PrivateMemberTest/01: Fail # test seems bad - see issue #353 | 427 PrivateMemberTest/01: Fail # test seems bad - see issue #353 |
| 427 PrivateMemberTest/02: Fail # test seems bad - see issue #353 | 428 PrivateMemberTest/02: Fail # test seems bad - see issue #353 |
| 428 PrivateMemberTest/03: Fail # test seems bad - see issue #353 | 429 PrivateMemberTest/03: Fail # test seems bad - see issue #353 |
| 429 PrivateMemberTest/04: Fail # test seems bad - see issue #353 | 430 PrivateMemberTest/04: Fail # test seems bad - see issue #353 |
| 430 TypeVariableBoundsTest/10: Fail # Should not complain in production mode. | |
| 431 WrongNumberTypeArgumentsTest/00: Fail # Should not complain in production mode. | |
| 432 | 431 |
| 433 [ ($component == frogsh || $component == frog || $component == frogium) && $che
cked ] | 432 [ ($component == frogsh || $component == frog || $component == frogium) && $che
cked ] |
| 434 PrivateMemberTest/none: Fail # test seems bad - see issue #353 | 433 PrivateMemberTest/none: Fail # test seems bad - see issue #353 |
| 435 TypeVariableBoundsTest/09: Fail | |
| 436 TypeVariableBounds2Test/00: Fail # Issue 1939 | |
| 437 TypeVariableBounds2Test/03: Fail # Issue 1939 | |
| 438 | 434 |
| 439 [ $component == frog || $component == frogsh ] | 435 [ $component == frog || $component == frogsh ] |
| 440 # these tests are inconsistent in frogium and frogsh-node, investigate | 436 # these tests are inconsistent in frogium and frogsh-node, investigate |
| 441 StaticField1RunNegativeTest: Pass | 437 StaticField1RunNegativeTest: Pass |
| 442 StaticField2RunNegativeTest: Pass | 438 StaticField2RunNegativeTest: Pass |
| 443 SyntaxTest/28: Fail # Issue 1109 | 439 SyntaxTest/28: Fail # Issue 1109 |
| 444 SyntaxTest/29: Fail # Issue 1109 | 440 SyntaxTest/29: Fail # Issue 1109 |
| 445 SyntaxTest/31: Fail # Issue 1109 | 441 SyntaxTest/31: Fail # Issue 1109 |
| 446 SyntaxTest/32: Fail # Issue 1109 | 442 SyntaxTest/32: Fail # Issue 1109 |
| 447 SyntaxTest/33: Fail # Issue 1109 | 443 SyntaxTest/33: Fail # Issue 1109 |
| 448 StringEscape3NegativeTest: Fail # Issue 1352 | 444 StringEscape3NegativeTest: Fail # Issue 1352 |
| 449 LiteralUnaryPlusTest/01: Fail # Issue 1400 | 445 LiteralUnaryPlusTest/01: Fail # Issue 1400 |
| 450 | 446 |
| 451 [ $component == frogium ] | 447 [ $component == frogium ] |
| 452 # these tests are inconsistent in frogium and frogsh-node, investigate | 448 # these tests are inconsistent in frogium and frogsh-node, investigate |
| 453 StaticField1RunNegativeTest: Pass # but error is not correct | 449 StaticField1RunNegativeTest: Pass # but error is not correct |
| 454 StaticField2RunNegativeTest: Pass # but error is not correct | 450 StaticField2RunNegativeTest: Pass # but error is not correct |
| 455 | 451 |
| 456 [ $component == frog && $mode == debug ] | 452 [ $component == frog && $mode == debug ] |
| 457 ConstructorRedirect1NegativeTest: Skip # Undiagnosed infinite loop. | 453 ConstructorRedirect1NegativeTest: Skip # Undiagnosed infinite loop. |
| 458 ConstructorRedirect2NegativeTest: Skip # Undiagnosed infinite loop. | 454 ConstructorRedirect2NegativeTest: Skip # Undiagnosed infinite loop. |
| 459 | 455 |
| 460 [ $arch == simarm ] | 456 [ $arch == simarm ] |
| 461 *: Skip | 457 *: Skip |
| 462 | 458 |
| 463 [ $arch == arm ] | 459 [ $arch == arm ] |
| 464 *: Skip | 460 *: Skip |
| 465 | 461 |
| OLD | NEW |