| 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 12 matching lines...) Expand all Loading... |
| 23 SuperTest: Fail # Bug 4995181 | 23 SuperTest: Fail # Bug 4995181 |
| 24 TypeVariableBoundsTest/none: Fail # Bug 5257789 | 24 TypeVariableBoundsTest/none: Fail # Bug 5257789 |
| 25 TypeVariableBoundsTest/02: Fail # Bug 5257789 | 25 TypeVariableBoundsTest/02: Fail # Bug 5257789 |
| 26 TypeVariableBoundsTest/03: Fail # Bug 5257789 | 26 TypeVariableBoundsTest/03: Fail # Bug 5257789 |
| 27 TypeVariableBoundsTest/04: Fail # Bug 5257789 | 27 TypeVariableBoundsTest/04: Fail # Bug 5257789 |
| 28 TypeVariableBoundsTest/07: Fail # Bug 5257789 | 28 TypeVariableBoundsTest/07: Fail # Bug 5257789 |
| 29 TypeVariableScopeTest/03: Fail # Bug 5349550, was 5316513 | 29 TypeVariableScopeTest/03: Fail # Bug 5349550, was 5316513 |
| 30 TypeVariableScopeTest/04: Fail # Bug 5349550, was 5316513 | 30 TypeVariableScopeTest/04: Fail # Bug 5349550, was 5316513 |
| 31 ImpliedInterfaceTest: Fail # Bug 5349944 | 31 ImpliedInterfaceTest: Fail # Bug 5349944 |
| 32 | 32 |
| 33 BlackListedTest/01: Fail # Bug 5469684 | |
| 34 BlackListedTest/02: Fail # Bug 5469684 | |
| 35 BlackListedTest/03: Fail # Bug 5469684 | |
| 36 BlackListedTest/04: Fail # Bug 5469684 | |
| 37 BlackListedTest/05: Fail # Bug 5469684 | |
| 38 BlackListedTest/06: Fail # Bug 5469684 | |
| 39 BlackListedTest/07: Fail # Bug 5469684 | |
| 40 BlackListedTest/08: Fail # Bug 5469684 | |
| 41 BlackListedTest/09: Fail # Bug 5469684 | |
| 42 BlackListedTest/10: Fail # Bug 5469684 | |
| 43 BlackListedTest/11: Fail # Bug 5469684 | |
| 44 BlackListedTest/12: Fail # Bug 5469684 | |
| 45 | |
| 46 # These bugs refer currently ongoing language discussions. | 33 # These bugs refer currently ongoing language discussions. |
| 47 ExampleConstructorTest: Fail # Bug 4995181 | 34 ExampleConstructorTest: Fail # Bug 4995181 |
| 48 | 35 |
| 49 | 36 |
| 50 # Regular bugs which should be fixed. | 37 # Regular bugs which should be fixed. |
| 51 SuperNegativeTest: Fail # Bug 4400118 - Language still in flux. | 38 SuperNegativeTest: Fail # Bug 4400118 - Language still in flux. |
| 52 ManyEchoServerTest: Skip # Bug 5103754 | 39 ManyEchoServerTest: Skip # Bug 5103754 |
| 53 CanonicalConstTest: Fail # Bug 5270133 | 40 CanonicalConstTest: Fail # Bug 5270133 |
| 54 | 41 |
| 55 ConstructorReturnNegativeTest: Fail # Issue 224 | 42 ConstructorReturnNegativeTest: Fail # Issue 224 |
| (...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 185 TypedMessageTest: Fail # Bug 5246195 | 172 TypedMessageTest: Fail # Bug 5246195 |
| 186 | 173 |
| 187 [ $arch == x64 ] | 174 [ $arch == x64 ] |
| 188 *: Skip | 175 *: Skip |
| 189 | 176 |
| 190 [ $arch == simarm ] | 177 [ $arch == simarm ] |
| 191 *: Skip | 178 *: Skip |
| 192 | 179 |
| 193 [ $arch == arm ] | 180 [ $arch == arm ] |
| 194 *: Skip | 181 *: Skip |
| OLD | NEW |