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 ConstructorTest: Fail # Bug 4995181, execution order |
| 41 ParameterInitializerTest: Fail # Bug 4995181, execution order |
40 | 42 |
41 # These bugs refer currently ongoing language discussions. | 43 # These bugs refer currently ongoing language discussions. |
42 ExampleConstructorTest: Fail # Bug 4995181 | 44 ExampleConstructorTest: Fail # Bug 4995181 |
43 | 45 |
44 | 46 |
45 # Regular bugs which should be fixed. | 47 # Regular bugs which should be fixed. |
46 SuperNegativeTest: Fail # Bug 4400118 - Language still in flux. | 48 SuperNegativeTest: Fail # Bug 4400118 - Language still in flux. |
47 ManyEchoServerTest: Skip # Bug 5103754 | 49 ManyEchoServerTest: Skip # Bug 5103754 |
48 CanonicalConstTest: Fail # Bug 5270133 | 50 CanonicalConstTest: Fail # Bug 5270133 |
49 OverrideFieldTest/none: Fail # Bug 5384222 | 51 OverrideFieldTest/none: Fail # Bug 5384222 |
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
177 TypedMessageTest: Fail # Bug 5246195 | 179 TypedMessageTest: Fail # Bug 5246195 |
178 | 180 |
179 [ $arch == x64 ] | 181 [ $arch == x64 ] |
180 *: Skip | 182 *: Skip |
181 | 183 |
182 [ $arch == simarm ] | 184 [ $arch == simarm ] |
183 *: Skip | 185 *: Skip |
184 | 186 |
185 [ $arch == arm ] | 187 [ $arch == arm ] |
186 *: Skip | 188 *: Skip |
OLD | NEW |