| 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 411 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 422 | 422 |
| 423 [ $component == webdriver && $browser == safari && ($system == linux || $system
== windows) ] | 423 [ $component == webdriver && $browser == safari && ($system == linux || $system
== windows) ] |
| 424 *: Skip | 424 *: Skip |
| 425 | 425 |
| 426 | 426 |
| 427 [ ($component == frogsh || $component == frog || $component == frogium) && $unc
hecked ] | 427 [ ($component == frogsh || $component == frog || $component == frogium) && $unc
hecked ] |
| 428 PrivateMemberTest/01: Fail # test seems bad - see issue #353 | 428 PrivateMemberTest/01: Fail # test seems bad - see issue #353 |
| 429 PrivateMemberTest/02: Fail # test seems bad - see issue #353 | 429 PrivateMemberTest/02: Fail # test seems bad - see issue #353 |
| 430 PrivateMemberTest/03: Fail # test seems bad - see issue #353 | 430 PrivateMemberTest/03: Fail # test seems bad - see issue #353 |
| 431 PrivateMemberTest/04: Fail # test seems bad - see issue #353 | 431 PrivateMemberTest/04: Fail # test seems bad - see issue #353 |
| 432 TypeVariableBoundsTest/09: Fail # Should not complain in production mode. | |
| 433 TypeVariableBoundsTest/10: Fail # Should not complain in production mode. | 432 TypeVariableBoundsTest/10: Fail # Should not complain in production mode. |
| 434 WrongNumberTypeArgumentsTest/00: Fail # Should not complain in production mode. | 433 WrongNumberTypeArgumentsTest/00: Fail # Should not complain in production mode. |
| 435 | 434 |
| 436 [ ($component == frogsh || $component == frog || $component == frogium) && $che
cked ] | 435 [ ($component == frogsh || $component == frog || $component == frogium) && $che
cked ] |
| 437 PrivateMemberTest/none: Fail # test seems bad - see issue #353 | 436 PrivateMemberTest/none: Fail # test seems bad - see issue #353 |
| 437 TypeVariableBoundsTest/09: Fail |
| 438 TypeVariableBounds2Test/00: Fail # Issue 1939 | 438 TypeVariableBounds2Test/00: Fail # Issue 1939 |
| 439 TypeVariableBounds2Test/03: Fail # Issue 1939 | 439 TypeVariableBounds2Test/03: Fail # Issue 1939 |
| 440 | 440 |
| 441 [ $component == frog || $component == frogsh ] | 441 [ $component == frog || $component == frogsh ] |
| 442 # these tests are inconsistent in frogium and frogsh-node, investigate | 442 # these tests are inconsistent in frogium and frogsh-node, investigate |
| 443 StaticField1RunNegativeTest: Pass | 443 StaticField1RunNegativeTest: Pass |
| 444 StaticField2RunNegativeTest: Pass | 444 StaticField2RunNegativeTest: Pass |
| 445 SyntaxTest/28: Fail # Issue 1109 | 445 SyntaxTest/28: Fail # Issue 1109 |
| 446 SyntaxTest/29: Fail # Issue 1109 | 446 SyntaxTest/29: Fail # Issue 1109 |
| 447 SyntaxTest/31: Fail # Issue 1109 | 447 SyntaxTest/31: Fail # Issue 1109 |
| (...skipping 10 matching lines...) Expand all Loading... |
| 458 [ $component == frog && $mode == debug ] | 458 [ $component == frog && $mode == debug ] |
| 459 ConstructorRedirect1NegativeTest: Skip # Undiagnosed infinite loop. | 459 ConstructorRedirect1NegativeTest: Skip # Undiagnosed infinite loop. |
| 460 ConstructorRedirect2NegativeTest: Skip # Undiagnosed infinite loop. | 460 ConstructorRedirect2NegativeTest: Skip # Undiagnosed infinite loop. |
| 461 | 461 |
| 462 [ $arch == simarm ] | 462 [ $arch == simarm ] |
| 463 *: Skip | 463 *: Skip |
| 464 | 464 |
| 465 [ $arch == arm ] | 465 [ $arch == arm ] |
| 466 *: Skip | 466 *: Skip |
| 467 | 467 |
| OLD | NEW |