| 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 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 61 CyclicTypeVariableTest/05: Fail | 61 CyclicTypeVariableTest/05: Fail |
| 62 | 62 |
| 63 # Issue 1034 | 63 # Issue 1034 |
| 64 ConstructorDuplicateInitializersTest/01: Fail | 64 ConstructorDuplicateInitializersTest/01: Fail |
| 65 ConstructorDuplicateInitializersTest/02: Fail | 65 ConstructorDuplicateInitializersTest/02: Fail |
| 66 | 66 |
| 67 # Issue 1355 | 67 # Issue 1355 |
| 68 CallOperatorTest: Fail | 68 CallOperatorTest: Fail |
| 69 | 69 |
| 70 ConstConstructorSyntaxTest/05: Fail | 70 ConstConstructorSyntaxTest/05: Fail |
| 71 GetSetSyntaxTest/04: Fail # Issue 1569 | |
| 72 GetSetSyntaxTest/05: Fail # Issue 1569 | |
| 73 GetSetSyntaxTest/06: Fail # Issue 1569 | |
| 74 GetSetSyntaxTest/07: Fail # Issue 1569 | |
| 75 GetSetSyntaxTest/08: Fail # Issue 1569 | |
| 76 GetSetSyntaxTest/09: Fail # Issue 1569 | |
| 77 GetSetSyntaxTest/10: Fail # Issue 1569 | |
| 78 GetSetSyntaxTest/11: Fail # Issue 1569 | |
| 79 GetSetSyntaxTest/12: Fail # Issue 1569 | |
| 80 GetSetSyntaxTest/13: Fail # Issue 1569 | |
| 81 GetSetSyntaxTest/14: Fail # Issue 1569 | |
| 82 GetSetSyntaxTest/15: Fail # Issue 1569 | |
| 83 | |
| 84 | 71 |
| 85 AssignStaticTypeTest/01: Skip # Issue 2070 (fails only in checked mode) | 72 AssignStaticTypeTest/01: Skip # Issue 2070 (fails only in checked mode) |
| 86 AssignStaticTypeTest/02: Skip # Issue 2070 (fails only in checked mode) | 73 AssignStaticTypeTest/02: Skip # Issue 2070 (fails only in checked mode) |
| 87 | 74 |
| 88 ConstructorRedirectTest/01: Fail # Issue 2103. | 75 ConstructorRedirectTest/01: Fail # Issue 2103. |
| 89 | 76 |
| 90 # DartC or Frog specific tests that should not be run by the VM | 77 # DartC or Frog specific tests that should not be run by the VM |
| 91 *DartcTest: Skip | 78 *DartcTest: Skip |
| 92 *DartcNegativeTest: Skip | 79 *DartcNegativeTest: Skip |
| 93 *FrogTest: Skip | 80 *FrogTest: Skip |
| (...skipping 375 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 469 [ $compiler == frog && $mode == debug ] | 456 [ $compiler == frog && $mode == debug ] |
| 470 ConstructorRedirect1NegativeTest: Skip # Undiagnosed infinite loop. | 457 ConstructorRedirect1NegativeTest: Skip # Undiagnosed infinite loop. |
| 471 ConstructorRedirect2NegativeTest: Skip # Undiagnosed infinite loop. | 458 ConstructorRedirect2NegativeTest: Skip # Undiagnosed infinite loop. |
| 472 | 459 |
| 473 [ $arch == simarm ] | 460 [ $arch == simarm ] |
| 474 *: Skip | 461 *: Skip |
| 475 | 462 |
| 476 [ $arch == arm ] | 463 [ $arch == arm ] |
| 477 *: Skip | 464 *: Skip |
| 478 | 465 |
| OLD | NEW |