| 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 30 matching lines...) Expand all Loading... |
| 41 BlackListedTest/01: Fail # Bug 5469684 | 41 BlackListedTest/01: Fail # Bug 5469684 |
| 42 BlackListedTest/02: Fail # Bug 5469684 | 42 BlackListedTest/02: Fail # Bug 5469684 |
| 43 BlackListedTest/03: Fail # Bug 5469684 | 43 BlackListedTest/03: Fail # Bug 5469684 |
| 44 BlackListedTest/04: Fail # Bug 5469684 | 44 BlackListedTest/04: Fail # Bug 5469684 |
| 45 BlackListedTest/05: Fail # Bug 5469684 | 45 BlackListedTest/05: Fail # Bug 5469684 |
| 46 BlackListedTest/06: Fail # Bug 5469684 | 46 BlackListedTest/06: Fail # Bug 5469684 |
| 47 BlackListedTest/07: Fail # Bug 5469684 | 47 BlackListedTest/07: Fail # Bug 5469684 |
| 48 BlackListedTest/08: Fail # Bug 5469684 | 48 BlackListedTest/08: Fail # Bug 5469684 |
| 49 BlackListedTest/09: Fail # Bug 5469684 | 49 BlackListedTest/09: Fail # Bug 5469684 |
| 50 BlackListedTest/10: Fail # Bug 5469684 | 50 BlackListedTest/10: Fail # Bug 5469684 |
| 51 BlackListedTest/11: Fail # Bug 5469684 |
| 52 BlackListedTest/12: Fail # Bug 5469684 |
| 51 | 53 |
| 52 ConstructorTest: Fail # Bug 4995181, execution order | 54 ConstructorTest: Fail # Bug 4995181, execution order |
| 53 ParameterInitializerTest: Fail # Bug 4995181, execution order | 55 ParameterInitializerTest: Fail # Bug 4995181, execution order |
| 54 | 56 |
| 55 # These bugs refer currently ongoing language discussions. | 57 # These bugs refer currently ongoing language discussions. |
| 56 ExampleConstructorTest: Fail # Bug 4995181 | 58 ExampleConstructorTest: Fail # Bug 4995181 |
| 57 | 59 |
| 58 | 60 |
| 59 # Regular bugs which should be fixed. | 61 # Regular bugs which should be fixed. |
| 60 SuperNegativeTest: Fail # Bug 4400118 - Language still in flux. | 62 SuperNegativeTest: Fail # Bug 4400118 - Language still in flux. |
| (...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 152 BlackListedTest/01: Fail # Bug 5469684 | 154 BlackListedTest/01: Fail # Bug 5469684 |
| 153 BlackListedTest/02: Fail # Bug 5469684 | 155 BlackListedTest/02: Fail # Bug 5469684 |
| 154 BlackListedTest/03: Fail # Bug 5469684 | 156 BlackListedTest/03: Fail # Bug 5469684 |
| 155 BlackListedTest/04: Fail # Bug 5469684 | 157 BlackListedTest/04: Fail # Bug 5469684 |
| 156 BlackListedTest/05: Fail # Bug 5469684 | 158 BlackListedTest/05: Fail # Bug 5469684 |
| 157 BlackListedTest/06: Fail # Bug 5469684 | 159 BlackListedTest/06: Fail # Bug 5469684 |
| 158 BlackListedTest/07: Fail # Bug 5469684 | 160 BlackListedTest/07: Fail # Bug 5469684 |
| 159 BlackListedTest/08: Fail # Bug 5469684 | 161 BlackListedTest/08: Fail # Bug 5469684 |
| 160 BlackListedTest/09: Fail # Bug 5469684 | 162 BlackListedTest/09: Fail # Bug 5469684 |
| 161 BlackListedTest/10: Fail # Bug 5469684 | 163 BlackListedTest/10: Fail # Bug 5469684 |
| 162 | 164 BlackListedTest/11: Fail # Bug 5469684 |
| 165 BlackListedTest/12: Fail # Bug 5469684 |
| 163 | 166 |
| 164 # VM specific tests that should not be run by DartC. | 167 # VM specific tests that should not be run by DartC. |
| 165 *VMTest: Skip | 168 *VMTest: Skip |
| 166 | 169 |
| 167 | 170 |
| 168 [ $arch == dartium ] | 171 [ $arch == dartium ] |
| 169 # Bug 5476054: print is only available if DOM is imported. | 172 # Bug 5476054: print is only available if DOM is imported. |
| 170 Throw5Test: Fail | 173 Throw5Test: Fail |
| 171 ExceptionTest: Fail | 174 ExceptionTest: Fail |
| 172 ExpectTest: Fail | 175 ExpectTest: Fail |
| (...skipping 27 matching lines...) Expand all Loading... |
| 200 TypedMessageTest: Fail # Bug 5246195 | 203 TypedMessageTest: Fail # Bug 5246195 |
| 201 | 204 |
| 202 [ $arch == x64 ] | 205 [ $arch == x64 ] |
| 203 *: Skip | 206 *: Skip |
| 204 | 207 |
| 205 [ $arch == simarm ] | 208 [ $arch == simarm ] |
| 206 *: Skip | 209 *: Skip |
| 207 | 210 |
| 208 [ $arch == arm ] | 211 [ $arch == arm ] |
| 209 *: Skip | 212 *: Skip |
| OLD | NEW |