| 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 Constructor2Test: Fail # Bug 4995181 (evaluation order) | 35 Constructor2Test: Fail # Bug 4995181 (evaluation order) |
| 49 Constructor3Test: Fail # Bug 4995181 (evaluation order) | 36 Constructor3Test: Fail # Bug 4995181 (evaluation order) |
| 50 | 37 |
| 51 # Regular bugs which should be fixed. | 38 # Regular bugs which should be fixed. |
| 52 SuperNegativeTest: Fail # Bug 4400118 - Language still in flux. | 39 SuperNegativeTest: Fail # Bug 4400118 - Language still in flux. |
| 53 ManyEchoServerTest: Skip # Bug 5103754 | 40 ManyEchoServerTest: Skip # Bug 5103754 |
| 54 CanonicalConstTest: Fail # Bug 5270133 | 41 CanonicalConstTest: Fail # Bug 5270133 |
| 55 | 42 |
| (...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 188 TypedMessageTest: Fail # Bug 5246195 | 175 TypedMessageTest: Fail # Bug 5246195 |
| 189 | 176 |
| 190 [ $arch == x64 ] | 177 [ $arch == x64 ] |
| 191 *: Skip | 178 *: Skip |
| 192 | 179 |
| 193 [ $arch == simarm ] | 180 [ $arch == simarm ] |
| 194 *: Skip | 181 *: Skip |
| 195 | 182 |
| 196 [ $arch == arm ] | 183 [ $arch == arm ] |
| 197 *: Skip | 184 *: Skip |
| OLD | NEW |