| 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 294 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 305 TypeVariableBoundsTest/00: Fail # these tests would work if the type was constru
cted | 305 TypeVariableBoundsTest/00: Fail # these tests would work if the type was constru
cted |
| 306 TypeVariableBoundsTest/01: Fail | 306 TypeVariableBoundsTest/01: Fail |
| 307 TypeVariableBoundsTest/10: Fail | 307 TypeVariableBoundsTest/10: Fail |
| 308 WrongNumberTypeArgumentsTest: Fail | 308 WrongNumberTypeArgumentsTest: Fail |
| 309 ImplicitThisTest/01: Fail # Issue 376 | 309 ImplicitThisTest/01: Fail # Issue 376 |
| 310 ImplicitThisTest/02: Fail # Issue 376 | 310 ImplicitThisTest/02: Fail # Issue 376 |
| 311 ImplicitThisTest/03: Fail # Issue 376 | 311 ImplicitThisTest/03: Fail # Issue 376 |
| 312 ImplicitThisTest/04: Fail # Issue 376 | 312 ImplicitThisTest/04: Fail # Issue 376 |
| 313 ImplicitThisTest/none: Fail # Issue 376 | 313 ImplicitThisTest/none: Fail # Issue 376 |
| 314 | 314 |
| 315 [ $component == webdriver && $browser == ff ] |
| 316 *: Skip |
| 317 |
| 318 [ $component == webdriver && $browser == ie && ($system == linux || $system == m
ac) ] |
| 319 *: Skip |
| 320 |
| 321 [ $component == webdriver && $browser == safari && ($system == linux || $system
== windows) ] |
| 322 *: Skip |
| 323 |
| 315 | 324 |
| 316 [ ($component == frogsh || $component == frog || $component == frogium) && $unc
hecked ] | 325 [ ($component == frogsh || $component == frog || $component == frogium) && $unc
hecked ] |
| 317 PrivateMemberTest/01: Fail # test seems bad - see issue #353 | 326 PrivateMemberTest/01: Fail # test seems bad - see issue #353 |
| 318 PrivateMemberTest/02: Fail # test seems bad - see issue #353 | 327 PrivateMemberTest/02: Fail # test seems bad - see issue #353 |
| 319 PrivateMemberTest/03: Fail # test seems bad - see issue #353 | 328 PrivateMemberTest/03: Fail # test seems bad - see issue #353 |
| 320 PrivateMemberTest/04: Fail # test seems bad - see issue #353 | 329 PrivateMemberTest/04: Fail # test seems bad - see issue #353 |
| 321 StringConcatTest: Fail | 330 StringConcatTest: Fail |
| 322 | 331 |
| 323 [ ($component == frogsh || $component == frog || $component == frogium) && $che
cked ] | 332 [ ($component == frogsh || $component == frog || $component == frogium) && $che
cked ] |
| 324 PrivateMemberTest/none: Fail # test seems bad - see issue #353 | 333 PrivateMemberTest/none: Fail # test seems bad - see issue #353 |
| (...skipping 19 matching lines...) Expand all Loading... |
| 344 | 353 |
| 345 | 354 |
| 346 [ $arch == x64 ] | 355 [ $arch == x64 ] |
| 347 *: Skip | 356 *: Skip |
| 348 | 357 |
| 349 [ $arch == simarm ] | 358 [ $arch == simarm ] |
| 350 *: Skip | 359 *: Skip |
| 351 | 360 |
| 352 [ $arch == arm ] | 361 [ $arch == arm ] |
| 353 *: Skip | 362 *: Skip |
| OLD | NEW |