| 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 25 matching lines...) Expand all Loading... |
| 36 | 36 |
| 37 LibrarySameNameUsedTest: Fail # Issue 686 | 37 LibrarySameNameUsedTest: Fail # Issue 686 |
| 38 | 38 |
| 39 # These bugs refer currently ongoing language discussions. | 39 # These bugs refer currently ongoing language discussions. |
| 40 Constructor5Test: Fail # (Discussion ongoing) | 40 Constructor5Test: Fail # (Discussion ongoing) |
| 41 Constructor6Test: Fail # (Discussion ongoing) | 41 Constructor6Test: Fail # (Discussion ongoing) |
| 42 | 42 |
| 43 # Regular bugs which should be fixed. | 43 # Regular bugs which should be fixed. |
| 44 | 44 |
| 45 ConstInit6NegativeTest: Fail # Issue 811 | 45 ConstInit6NegativeTest: Fail # Issue 811 |
| 46 ConstInit7NegativeTest: Fail # Issue 811 | |
| 47 WrongNumberTypeArgumentsTest: Fail # Issue 441 | 46 WrongNumberTypeArgumentsTest: Fail # Issue 441 |
| 48 | 47 |
| 49 # Issue 905. | 48 # Issue 905. |
| 50 TypeVariableBoundsTest/01: Fail | 49 TypeVariableBoundsTest/01: Fail |
| 51 TypeVariableBoundsTest/02: Fail | 50 TypeVariableBoundsTest/02: Fail |
| 52 TypeVariableBoundsTest/05: Fail | 51 TypeVariableBoundsTest/05: Fail |
| 53 TypeVariableBoundsTest/06: Fail | 52 TypeVariableBoundsTest/06: Fail |
| 54 TypeVariableBoundsTest/09: Fail | 53 TypeVariableBoundsTest/09: Fail |
| 55 TypeVariableBoundsTest/10: Fail | 54 TypeVariableBoundsTest/10: Fail |
| 56 | 55 |
| (...skipping 298 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 355 | 354 |
| 356 | 355 |
| 357 [ $arch == x64 ] | 356 [ $arch == x64 ] |
| 358 *: Skip | 357 *: Skip |
| 359 | 358 |
| 360 [ $arch == simarm ] | 359 [ $arch == simarm ] |
| 361 *: Skip | 360 *: Skip |
| 362 | 361 |
| 363 [ $arch == arm ] | 362 [ $arch == arm ] |
| 364 *: Skip | 363 *: Skip |
| OLD | NEW |