| 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 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 | 62 UnaryPlusNegativeTest: Fail # Issue 1229 |
| 63 | 63 |
| 64 # Issue 1350. | 64 # Issue 1350. |
| 65 StringEscape1NegativeTest: Fail | 65 StringEscape1NegativeTest: Fail |
| 66 StringEscape4NegativeTest: Fail | 66 StringEscape4NegativeTest: Fail |
| 67 | 67 |
| 68 SuperFirstConstructorTest: Fail # Issue 1372. |
| 68 | 69 |
| 69 # DartC or Frog specific tests that should not be run by the VM | 70 # DartC or Frog specific tests that should not be run by the VM |
| 70 *DartcTest: Skip | 71 *DartcTest: Skip |
| 71 *DartcNegativeTest: Skip | 72 *DartcNegativeTest: Skip |
| 72 *FrogTest: Skip | 73 *FrogTest: Skip |
| 73 *FrogNegativeTest: Skip | 74 *FrogNegativeTest: Skip |
| 74 | 75 |
| 75 # Issue 1034 | 76 # Issue 1034 |
| 76 ConstructorDuplicateInitializersTest/01: Fail | 77 ConstructorDuplicateInitializersTest/01: Fail |
| 77 ConstructorDuplicateInitializersTest/02: Fail | 78 ConstructorDuplicateInitializersTest/02: Fail |
| (...skipping 317 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 395 # these tests are inconsistent in frogium and frogsh-node, investigate | 396 # these tests are inconsistent in frogium and frogsh-node, investigate |
| 396 StaticField1RunNegativeTest: Pass # but error is not correct | 397 StaticField1RunNegativeTest: Pass # but error is not correct |
| 397 StaticField2RunNegativeTest: Pass # but error is not correct | 398 StaticField2RunNegativeTest: Pass # but error is not correct |
| 398 | 399 |
| 399 | 400 |
| 400 [ $arch == simarm ] | 401 [ $arch == simarm ] |
| 401 *: Skip | 402 *: Skip |
| 402 | 403 |
| 403 [ $arch == arm ] | 404 [ $arch == arm ] |
| 404 *: Skip | 405 *: Skip |
| OLD | NEW |