| 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 140 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 151 BlackListedTest/04: Fail # Bug 5469684 | 151 BlackListedTest/04: Fail # Bug 5469684 |
| 152 BlackListedTest/05: Fail # Bug 5469684 | 152 BlackListedTest/05: Fail # Bug 5469684 |
| 153 BlackListedTest/06: Fail # Bug 5469684 | 153 BlackListedTest/06: Fail # Bug 5469684 |
| 154 BlackListedTest/07: Fail # Bug 5469684 | 154 BlackListedTest/07: Fail # Bug 5469684 |
| 155 BlackListedTest/08: Fail # Bug 5469684 | 155 BlackListedTest/08: Fail # Bug 5469684 |
| 156 BlackListedTest/09: Fail # Bug 5469684 | 156 BlackListedTest/09: Fail # Bug 5469684 |
| 157 BlackListedTest/10: Fail # Bug 5469684 | 157 BlackListedTest/10: Fail # Bug 5469684 |
| 158 BlackListedTest/11: Fail # Bug 5469684 | 158 BlackListedTest/11: Fail # Bug 5469684 |
| 159 BlackListedTest/12: Fail # Bug 5469684 | 159 BlackListedTest/12: Fail # Bug 5469684 |
| 160 | 160 |
| 161 FactoryArrowTest: Fail # Issue 223 | |
| 162 | |
| 163 # VM specific tests that should not be run by DartC. | 161 # VM specific tests that should not be run by DartC. |
| 164 *VMTest: Skip | 162 *VMTest: Skip |
| 165 | 163 |
| 166 | 164 |
| 167 [ $component == dartium ] | 165 [ $component == dartium ] |
| 168 # TODO: These need to be retriaged. | 166 # TODO: These need to be retriaged. |
| 169 ExpectTest: Fail | 167 ExpectTest: Fail |
| 170 StackTraceTest: Fail | 168 StackTraceTest: Fail |
| 171 RichardsTest: Fail | 169 RichardsTest: Fail |
| 172 UnboundGetterTest: Fail | 170 UnboundGetterTest: Fail |
| 173 Private2Test: Fail | 171 Private2Test: Fail |
| 174 Private3Test: Fail | 172 Private3Test: Fail |
| 175 | 173 |
| 176 TypedMessageTest: Fail # Bug 5246195 | 174 TypedMessageTest: Fail # Bug 5246195 |
| 177 | 175 |
| 178 [ $arch == x64 ] | 176 [ $arch == x64 ] |
| 179 *: Skip | 177 *: Skip |
| 180 | 178 |
| 181 [ $arch == simarm ] | 179 [ $arch == simarm ] |
| 182 *: Skip | 180 *: Skip |
| 183 | 181 |
| 184 [ $arch == arm ] | 182 [ $arch == arm ] |
| 185 *: Skip | 183 *: Skip |
| OLD | NEW |