| 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 an architecture other than the one you are working on. | 10 # failed on an architecture other than the one you are working on. |
| (...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 71 Switch3NegativeTest: Crash # Bug 5318228 | 71 Switch3NegativeTest: Crash # Bug 5318228 |
| 72 BadNamedParametersTest: Fail # Bug 4202974 - release mode is not thr
owing NSME | 72 BadNamedParametersTest: Fail # Bug 4202974 - release mode is not thr
owing NSME |
| 73 CTConst2Test: Fail # Codesite issue 124 | 73 CTConst2Test: Fail # Codesite issue 124 |
| 74 | 74 |
| 75 # Problems specific to dartc debug mode | 75 # Problems specific to dartc debug mode |
| 76 [ ($arch == dartc || $arch == chromium) && $mode == debug ] | 76 [ ($arch == dartc || $arch == chromium) && $mode == debug ] |
| 77 | 77 |
| 78 | 78 |
| 79 [ $arch == dartc || $arch == chromium ] | 79 [ $arch == dartc || $arch == chromium ] |
| 80 Library4NegativeTest: Fail # Bug 5406175 | 80 Library4NegativeTest: Fail # Bug 5406175 |
| 81 Library5Test: Skip # Bug 5406175 | |
| 82 Prefix3NegativeTest: Fail # Bug 5406175 | 81 Prefix3NegativeTest: Fail # Bug 5406175 |
| 83 Prefix11NegativeTest: Fail # Bug 5406175 | 82 Prefix11NegativeTest: Fail # Bug 5406175 |
| 84 Prefix12NegativeTest: Fail # Bug 5406175 | 83 Prefix12NegativeTest: Fail # Bug 5406175 |
| 85 Prefix14Test: Fail # Bug 5406175 | 84 Prefix14Test: Fail # Bug 5406175 |
| 86 Prefix15Test: Skip # Bug 5406175 | 85 Prefix15Test: Skip # Bug 5406175 |
| 87 ConstConstructor1NegativeTest: FAIL # Bug 5142545 | 86 ConstConstructor1NegativeTest: FAIL # Bug 5142545 |
| 88 ConstConstructor2NegativeTest: FAIL # Bug 5142545 | 87 ConstConstructor2NegativeTest: FAIL # Bug 5142545 |
| 89 CTConst3Test: Fail # Codesite Issue 120 | 88 CTConst3Test: Fail # Codesite Issue 120 |
| 90 ConstructorSetterNegativeTest: FAIL # Bug 92 | 89 ConstructorSetterNegativeTest: FAIL # Bug 92 |
| 91 | 90 |
| (...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 203 TypedMessageTest: Fail # Bug 5246195 | 202 TypedMessageTest: Fail # Bug 5246195 |
| 204 | 203 |
| 205 [ $arch == x64 ] | 204 [ $arch == x64 ] |
| 206 *: Skip | 205 *: Skip |
| 207 | 206 |
| 208 [ $arch == simarm ] | 207 [ $arch == simarm ] |
| 209 *: Skip | 208 *: Skip |
| 210 | 209 |
| 211 [ $arch == arm ] | 210 [ $arch == arm ] |
| 212 *: Skip | 211 *: Skip |
| OLD | NEW |