| 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 18 matching lines...) Expand all Loading... |
| 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 FauxverrideTest/01: Fail # Bug 5328413 | 31 FauxverrideTest/01: Fail # Bug 5328413 |
| 32 FauxverrideTest/02: Fail # Bug 5328413 | 32 FauxverrideTest/02: Fail # Bug 5328413 |
| 33 FauxverrideTest/03: Fail # Bug 5328413 | 33 FauxverrideTest/03: Fail # Bug 5328413 |
| 34 ImpliedInterfaceTest: Fail # Bug 5349944 | 34 ImpliedInterfaceTest: Fail # Bug 5349944 |
| 35 OverrideMethodWithFieldTest: Fail # Bug 5384453 | 35 OverrideMethodWithFieldTest: Fail # Bug 5384453 |
| 36 FieldOverrideTest/none: Fail # Bug 5384222 | 36 FieldOverrideTest/none: Fail # Bug 5384222 |
| 37 FieldOverrideTest/01: Fail # Bug 5384222 | 37 FieldOverrideTest/01: Fail # Bug 5384222 |
| 38 CallThroughNullGetterTest: Fail # Bug 4968741 | 38 CallThroughNullGetterTest: Fail # Bug 4968741 |
| 39 ConstructorDefaultTest: Fail # Bug 85 |
| 39 | 40 |
| 40 # These bugs refer currently ongoing language discussions. | 41 # These bugs refer currently ongoing language discussions. |
| 41 ExampleConstructorTest: Fail # Bug 4995181 | 42 ExampleConstructorTest: Fail # Bug 4995181 |
| 42 | 43 |
| 43 | 44 |
| 44 # Regular bugs which should be fixed. | 45 # Regular bugs which should be fixed. |
| 45 SuperNegativeTest: Fail # Bug 4400118 - Language still in flux. | 46 SuperNegativeTest: Fail # Bug 4400118 - Language still in flux. |
| 46 ManyEchoServerTest: Skip # Bug 5103754 | 47 ManyEchoServerTest: Skip # Bug 5103754 |
| 47 CanonicalConstTest: Fail # Bug 5270133 | 48 CanonicalConstTest: Fail # Bug 5270133 |
| 48 OverrideFieldTest/none: Fail # Bug 5384222 | 49 OverrideFieldTest/none: Fail # Bug 5384222 |
| (...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 174 TypedMessageTest: Fail # Bug 5246195 | 175 TypedMessageTest: Fail # Bug 5246195 |
| 175 | 176 |
| 176 [ $arch == x64 ] | 177 [ $arch == x64 ] |
| 177 *: Skip | 178 *: Skip |
| 178 | 179 |
| 179 [ $arch == simarm ] | 180 [ $arch == simarm ] |
| 180 *: Skip | 181 *: Skip |
| 181 | 182 |
| 182 [ $arch == arm ] | 183 [ $arch == arm ] |
| 183 *: Skip | 184 *: Skip |
| OLD | NEW |