| 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 317 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 328 | 328 |
| 329 [ $component == webdriver && $browser == safari && ($system == linux || $system
== windows) ] | 329 [ $component == webdriver && $browser == safari && ($system == linux || $system
== windows) ] |
| 330 *: Skip | 330 *: Skip |
| 331 | 331 |
| 332 | 332 |
| 333 [ ($component == frogsh || $component == frog || $component == frogium) && $unc
hecked ] | 333 [ ($component == frogsh || $component == frog || $component == frogium) && $unc
hecked ] |
| 334 PrivateMemberTest/01: Fail # test seems bad - see issue #353 | 334 PrivateMemberTest/01: Fail # test seems bad - see issue #353 |
| 335 PrivateMemberTest/02: Fail # test seems bad - see issue #353 | 335 PrivateMemberTest/02: Fail # test seems bad - see issue #353 |
| 336 PrivateMemberTest/03: Fail # test seems bad - see issue #353 | 336 PrivateMemberTest/03: Fail # test seems bad - see issue #353 |
| 337 PrivateMemberTest/04: Fail # test seems bad - see issue #353 | 337 PrivateMemberTest/04: Fail # test seems bad - see issue #353 |
| 338 StringConcatTest: Fail | |
| 339 | 338 |
| 340 [ ($component == frogsh || $component == frog || $component == frogium) && $che
cked ] | 339 [ ($component == frogsh || $component == frog || $component == frogium) && $che
cked ] |
| 341 PrivateMemberTest/none: Fail # test seems bad - see issue #353 | 340 PrivateMemberTest/none: Fail # test seems bad - see issue #353 |
| 342 | 341 |
| 343 [ $component == frog || $component == frogsh ] | 342 [ $component == frog || $component == frogsh ] |
| 344 # these tests are inconsistent in frogium and frogsh-node, investigate | 343 # these tests are inconsistent in frogium and frogsh-node, investigate |
| 345 StaticField1RunNegativeTest: Pass | 344 StaticField1RunNegativeTest: Pass |
| 346 StaticField2RunNegativeTest: Pass | 345 StaticField2RunNegativeTest: Pass |
| 347 SyntaxTest/28: Fail # Issue 1109 | 346 SyntaxTest/28: Fail # Issue 1109 |
| 348 SyntaxTest/29: Fail # Issue 1109 | 347 SyntaxTest/29: Fail # Issue 1109 |
| 349 SyntaxTest/31: Fail # Issue 1109 | 348 SyntaxTest/31: Fail # Issue 1109 |
| 350 SyntaxTest/32: Fail # Issue 1109 | 349 SyntaxTest/32: Fail # Issue 1109 |
| 351 SyntaxTest/33: Fail # Issue 1109 | 350 SyntaxTest/33: Fail # Issue 1109 |
| 352 | 351 |
| 353 [ $component == frogium ] | 352 [ $component == frogium ] |
| 354 # these tests are inconsistent in frogium and frogsh-node, investigate | 353 # these tests are inconsistent in frogium and frogsh-node, investigate |
| 355 StaticField1RunNegativeTest: Pass # but error is not correct | 354 StaticField1RunNegativeTest: Pass # but error is not correct |
| 356 StaticField2RunNegativeTest: Pass # but error is not correct | 355 StaticField2RunNegativeTest: Pass # but error is not correct |
| 357 | 356 |
| 358 | 357 |
| 359 [ $arch == simarm ] | 358 [ $arch == simarm ] |
| 360 *: Skip | 359 *: Skip |
| 361 | 360 |
| 362 [ $arch == arm ] | 361 [ $arch == arm ] |
| 363 *: Skip | 362 *: Skip |
| OLD | NEW |