| 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 26 matching lines...) Expand all Loading... |
| 37 BlackListedTest/04: Fail # Bug 5469684 | 37 BlackListedTest/04: Fail # Bug 5469684 |
| 38 BlackListedTest/05: Fail # Bug 5469684 | 38 BlackListedTest/05: Fail # Bug 5469684 |
| 39 BlackListedTest/06: Fail # Bug 5469684 | 39 BlackListedTest/06: Fail # Bug 5469684 |
| 40 BlackListedTest/07: Fail # Bug 5469684 | 40 BlackListedTest/07: Fail # Bug 5469684 |
| 41 BlackListedTest/08: Fail # Bug 5469684 | 41 BlackListedTest/08: Fail # Bug 5469684 |
| 42 BlackListedTest/09: Fail # Bug 5469684 | 42 BlackListedTest/09: Fail # Bug 5469684 |
| 43 BlackListedTest/10: Fail # Bug 5469684 | 43 BlackListedTest/10: Fail # Bug 5469684 |
| 44 BlackListedTest/11: Fail # Bug 5469684 | 44 BlackListedTest/11: Fail # Bug 5469684 |
| 45 BlackListedTest/12: Fail # Bug 5469684 | 45 BlackListedTest/12: Fail # Bug 5469684 |
| 46 | 46 |
| 47 ConstructorTest: Fail # Bug 4995181, execution order | |
| 48 ParameterInitializerTest: Fail # Bug 4995181, execution order | |
| 49 | |
| 50 # These bugs refer currently ongoing language discussions. | 47 # These bugs refer currently ongoing language discussions. |
| 51 ExampleConstructorTest: Fail # Bug 4995181 | 48 ExampleConstructorTest: Fail # Bug 4995181 |
| 52 | 49 |
| 53 | 50 |
| 54 # Regular bugs which should be fixed. | 51 # Regular bugs which should be fixed. |
| 55 SuperNegativeTest: Fail # Bug 4400118 - Language still in flux. | 52 SuperNegativeTest: Fail # Bug 4400118 - Language still in flux. |
| 56 ManyEchoServerTest: Skip # Bug 5103754 | 53 ManyEchoServerTest: Skip # Bug 5103754 |
| 57 CanonicalConstTest: Fail # Bug 5270133 | 54 CanonicalConstTest: Fail # Bug 5270133 |
| 58 GenericParameterizedExtendsTest: Skip # Bug 5391643 | 55 GenericParameterizedExtendsTest: Skip # Bug 5391643 |
| 59 | 56 |
| (...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 201 TypedMessageTest: Fail # Bug 5246195 | 198 TypedMessageTest: Fail # Bug 5246195 |
| 202 | 199 |
| 203 [ $arch == x64 ] | 200 [ $arch == x64 ] |
| 204 *: Skip | 201 *: Skip |
| 205 | 202 |
| 206 [ $arch == simarm ] | 203 [ $arch == simarm ] |
| 207 *: Skip | 204 *: Skip |
| 208 | 205 |
| 209 [ $arch == arm ] | 206 [ $arch == arm ] |
| 210 *: Skip | 207 *: Skip |
| OLD | NEW |