| 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 CallThroughNullGetterTest: Fail # Bug 4968741 | 32 CallThroughNullGetterTest: Fail # Bug 4968741 |
| 33 ConstructorReturnNegativeTest: Fail # Issue 239 |
| 33 | 34 |
| 34 BlackListedTest/01: Fail # Bug 5469684 | 35 BlackListedTest/01: Fail # Bug 5469684 |
| 35 BlackListedTest/02: Fail # Bug 5469684 | 36 BlackListedTest/02: Fail # Bug 5469684 |
| 36 BlackListedTest/03: Fail # Bug 5469684 | 37 BlackListedTest/03: Fail # Bug 5469684 |
| 37 BlackListedTest/04: Fail # Bug 5469684 | 38 BlackListedTest/04: Fail # Bug 5469684 |
| 38 BlackListedTest/05: Fail # Bug 5469684 | 39 BlackListedTest/05: Fail # Bug 5469684 |
| 39 BlackListedTest/06: Fail # Bug 5469684 | 40 BlackListedTest/06: Fail # Bug 5469684 |
| 40 BlackListedTest/07: Fail # Bug 5469684 | 41 BlackListedTest/07: Fail # Bug 5469684 |
| 41 BlackListedTest/08: Fail # Bug 5469684 | 42 BlackListedTest/08: Fail # Bug 5469684 |
| 42 BlackListedTest/09: Fail # Bug 5469684 | 43 BlackListedTest/09: Fail # Bug 5469684 |
| (...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 201 TypedMessageTest: Fail # Bug 5246195 | 202 TypedMessageTest: Fail # Bug 5246195 |
| 202 | 203 |
| 203 [ $arch == x64 ] | 204 [ $arch == x64 ] |
| 204 *: Skip | 205 *: Skip |
| 205 | 206 |
| 206 [ $arch == simarm ] | 207 [ $arch == simarm ] |
| 207 *: Skip | 208 *: Skip |
| 208 | 209 |
| 209 [ $arch == arm ] | 210 [ $arch == arm ] |
| 210 *: Skip | 211 *: Skip |
| OLD | NEW |