| 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 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 52 TypeVariableBoundsTest/05: Fail | 52 TypeVariableBoundsTest/05: Fail |
| 53 TypeVariableBoundsTest/06: Fail | 53 TypeVariableBoundsTest/06: Fail |
| 54 TypeVariableBoundsTest/09: Fail | 54 TypeVariableBoundsTest/09: Fail |
| 55 TypeVariableBoundsTest/10: Fail | 55 TypeVariableBoundsTest/10: Fail |
| 56 | 56 |
| 57 #Issue 1307. | 57 #Issue 1307. |
| 58 NamedParameters2Test: Fail | 58 NamedParameters2Test: Fail |
| 59 NamedParameters3Test: Fail | 59 NamedParameters3Test: Fail |
| 60 NamedParameters4Test: Fail | 60 NamedParameters4Test: Fail |
| 61 | 61 |
| 62 UnaryPlusNegativeTest: Fail # Issue 1229 |
| 63 |
| 62 | 64 |
| 63 # DartC or Frog specific tests that should not be run by the VM | 65 # DartC or Frog specific tests that should not be run by the VM |
| 64 *DartcTest: Skip | 66 *DartcTest: Skip |
| 65 *DartcNegativeTest: Skip | 67 *DartcNegativeTest: Skip |
| 66 *FrogTest: Skip | 68 *FrogTest: Skip |
| 67 *FrogNegativeTest: Skip | 69 *FrogNegativeTest: Skip |
| 68 | 70 |
| 69 # Issue 1034 | 71 # Issue 1034 |
| 70 ConstructorDuplicateInitializersTest/01: Fail | 72 ConstructorDuplicateInitializersTest/01: Fail |
| 71 ConstructorDuplicateInitializersTest/02: Fail | 73 ConstructorDuplicateInitializersTest/02: Fail |
| (...skipping 306 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 378 # these tests are inconsistent in frogium and frogsh-node, investigate | 380 # these tests are inconsistent in frogium and frogsh-node, investigate |
| 379 StaticField1RunNegativeTest: Pass # but error is not correct | 381 StaticField1RunNegativeTest: Pass # but error is not correct |
| 380 StaticField2RunNegativeTest: Pass # but error is not correct | 382 StaticField2RunNegativeTest: Pass # but error is not correct |
| 381 | 383 |
| 382 | 384 |
| 383 [ $arch == simarm ] | 385 [ $arch == simarm ] |
| 384 *: Skip | 386 *: Skip |
| 385 | 387 |
| 386 [ $arch == arm ] | 388 [ $arch == arm ] |
| 387 *: Skip | 389 *: Skip |
| OLD | NEW |