| 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 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 74 GetSetSyntaxTest/07: Fail # Issue 1569 | 74 GetSetSyntaxTest/07: Fail # Issue 1569 |
| 75 GetSetSyntaxTest/08: Fail # Issue 1569 | 75 GetSetSyntaxTest/08: Fail # Issue 1569 |
| 76 GetSetSyntaxTest/09: Fail # Issue 1569 | 76 GetSetSyntaxTest/09: Fail # Issue 1569 |
| 77 GetSetSyntaxTest/10: Fail # Issue 1569 | 77 GetSetSyntaxTest/10: Fail # Issue 1569 |
| 78 GetSetSyntaxTest/11: Fail # Issue 1569 | 78 GetSetSyntaxTest/11: Fail # Issue 1569 |
| 79 GetSetSyntaxTest/12: Fail # Issue 1569 | 79 GetSetSyntaxTest/12: Fail # Issue 1569 |
| 80 GetSetSyntaxTest/13: Fail # Issue 1569 | 80 GetSetSyntaxTest/13: Fail # Issue 1569 |
| 81 GetSetSyntaxTest/14: Fail # Issue 1569 | 81 GetSetSyntaxTest/14: Fail # Issue 1569 |
| 82 GetSetSyntaxTest/15: Fail # Issue 1569 | 82 GetSetSyntaxTest/15: Fail # Issue 1569 |
| 83 | 83 |
| 84 CompileTimeConstant3Test: Fail # Issue 1780 | |
| 85 CompileTimeConstant6Test: Fail # Issue 1794 | |
| 86 | 84 |
| 87 AssignStaticTypeTest/01: Skip # Issue 2070 (fails only in checked mode) | 85 AssignStaticTypeTest/01: Skip # Issue 2070 (fails only in checked mode) |
| 88 AssignStaticTypeTest/02: Skip # Issue 2070 (fails only in checked mode) | 86 AssignStaticTypeTest/02: Skip # Issue 2070 (fails only in checked mode) |
| 89 | 87 |
| 90 ConstructorRedirectTest/01: Fail # Issue 2103. | 88 ConstructorRedirectTest/01: Fail # Issue 2103. |
| 91 | 89 |
| 92 # DartC or Frog specific tests that should not be run by the VM | 90 # DartC or Frog specific tests that should not be run by the VM |
| 93 *DartcTest: Skip | 91 *DartcTest: Skip |
| 94 *DartcNegativeTest: Skip | 92 *DartcNegativeTest: Skip |
| 95 *FrogTest: Skip | 93 *FrogTest: Skip |
| (...skipping 372 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 468 [ $compiler == frog && $mode == debug ] | 466 [ $compiler == frog && $mode == debug ] |
| 469 ConstructorRedirect1NegativeTest: Skip # Undiagnosed infinite loop. | 467 ConstructorRedirect1NegativeTest: Skip # Undiagnosed infinite loop. |
| 470 ConstructorRedirect2NegativeTest: Skip # Undiagnosed infinite loop. | 468 ConstructorRedirect2NegativeTest: Skip # Undiagnosed infinite loop. |
| 471 | 469 |
| 472 [ $arch == simarm ] | 470 [ $arch == simarm ] |
| 473 *: Skip | 471 *: Skip |
| 474 | 472 |
| 475 [ $arch == arm ] | 473 [ $arch == arm ] |
| 476 *: Skip | 474 *: Skip |
| 477 | 475 |
| OLD | NEW |