OLD | NEW |
1 # Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2011, 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 16 matching lines...) Expand all Loading... |
27 TypeVariableBoundsTest/06: Skip # Issue 483 | 27 TypeVariableBoundsTest/06: Skip # Issue 483 |
28 ImpliedInterfaceTest: Fail # Bug 5349944 | 28 ImpliedInterfaceTest: Fail # Bug 5349944 |
29 FBoundedQuantificationTest: Skip # Issue 439 | 29 FBoundedQuantificationTest: Skip # Issue 439 |
30 | 30 |
31 ImplicitThisTest/01: Fail # Issue 374 (not yet specified) | 31 ImplicitThisTest/01: Fail # Issue 374 (not yet specified) |
32 ImplicitThisTest/02: Fail # Issue 374 | 32 ImplicitThisTest/02: Fail # Issue 374 |
33 ImplicitThisTest/03: Fail # Issue 374 | 33 ImplicitThisTest/03: Fail # Issue 374 |
34 ImplicitThisTest/04: Fail # Issue 374 | 34 ImplicitThisTest/04: Fail # Issue 374 |
35 ImplicitThisTest/none: Fail # Issue 374 | 35 ImplicitThisTest/none: Fail # Issue 374 |
36 | 36 |
| 37 LibrarySameNameUsedTest: Fail # Issue 686 |
| 38 |
37 # These bugs refer currently ongoing language discussions. | 39 # These bugs refer currently ongoing language discussions. |
38 Constructor5Test: Fail # (Discussion ongoing) | 40 Constructor5Test: Fail # (Discussion ongoing) |
39 Constructor6Test: Fail # (Discussion ongoing) | 41 Constructor6Test: Fail # (Discussion ongoing) |
40 | 42 |
41 # Regular bugs which should be fixed. | 43 # Regular bugs which should be fixed. |
42 | 44 |
43 WrongNumberTypeArgumentsTest: Fail # Issue 441 | 45 WrongNumberTypeArgumentsTest: Fail # Issue 441 |
44 | 46 |
45 # DartC or Frog specific tests that should not be run by the VM | 47 # DartC or Frog specific tests that should not be run by the VM |
46 *DartcTest: Skip | 48 *DartcTest: Skip |
(...skipping 324 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
371 StaticField2RunNegativeTest: Fail | 373 StaticField2RunNegativeTest: Fail |
372 | 374 |
373 [ $arch == x64 ] | 375 [ $arch == x64 ] |
374 *: Skip | 376 *: Skip |
375 | 377 |
376 [ $arch == simarm ] | 378 [ $arch == simarm ] |
377 *: Skip | 379 *: Skip |
378 | 380 |
379 [ $arch == arm ] | 381 [ $arch == arm ] |
380 *: Skip | 382 *: Skip |
OLD | NEW |