| 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 19 matching lines...) Expand all Loading... |
| 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 Library1NegativeTest: Fail # Bug 5430449 | 39 Library1NegativeTest: Fail # Bug 5430449 |
| 40 StringInterpolationNegativeTest: Fail # Bug 5463856 | |
| 41 | 40 |
| 42 BlackListedTest/01: Fail # Bug 5469684 | 41 BlackListedTest/01: Fail # Bug 5469684 |
| 43 BlackListedTest/02: Fail # Bug 5469684 | 42 BlackListedTest/02: Fail # Bug 5469684 |
| 44 BlackListedTest/03: Fail # Bug 5469684 | 43 BlackListedTest/03: Fail # Bug 5469684 |
| 45 BlackListedTest/04: Fail # Bug 5469684 | 44 BlackListedTest/04: Fail # Bug 5469684 |
| 46 BlackListedTest/05: Fail # Bug 5469684 | 45 BlackListedTest/05: Fail # Bug 5469684 |
| 47 BlackListedTest/06: Fail # Bug 5469684 | 46 BlackListedTest/06: Fail # Bug 5469684 |
| 48 BlackListedTest/07: Fail # Bug 5469684 | 47 BlackListedTest/07: Fail # Bug 5469684 |
| 49 BlackListedTest/08: Fail # Bug 5469684 | 48 BlackListedTest/08: Fail # Bug 5469684 |
| 50 BlackListedTest/09: Fail # Bug 5469684 | 49 BlackListedTest/09: Fail # Bug 5469684 |
| 51 BlackListedTest/10: Fail # Bug 5469684 | 50 BlackListedTest/10: Fail # Bug 5469684 |
| 52 | 51 |
| 53 ConstructorTest: Fail # Bug 4995181, execution order | 52 ConstructorTest: Fail # Bug 4995181, execution order |
| 54 ParameterInitializerTest: Fail # Bug 4995181, execution order | 53 ParameterInitializerTest: Fail # Bug 4995181, execution order |
| 55 | 54 |
| 56 # These bugs refer currently ongoing language discussions. | 55 # These bugs refer currently ongoing language discussions. |
| 57 ExampleConstructorTest: Fail # Bug 4995181 | 56 ExampleConstructorTest: Fail # Bug 4995181 |
| 58 StringInterpolation7NegativeTest: Fail # Bug 5463856 | |
| 59 | 57 |
| 60 | 58 |
| 61 # Regular bugs which should be fixed. | 59 # Regular bugs which should be fixed. |
| 62 SuperNegativeTest: Fail # Bug 4400118 - Language still in flux. | 60 SuperNegativeTest: Fail # Bug 4400118 - Language still in flux. |
| 63 ManyEchoServerTest: Skip # Bug 5103754 | 61 ManyEchoServerTest: Skip # Bug 5103754 |
| 64 CanonicalConstTest: Fail # Bug 5270133 | 62 CanonicalConstTest: Fail # Bug 5270133 |
| 65 OverrideFieldTest/none: Fail # Bug 5384222 | 63 OverrideFieldTest/none: Fail # Bug 5384222 |
| 66 GenericParameterizedExtendsTest: Skip # Bug 5391643 | 64 GenericParameterizedExtendsTest: Skip # Bug 5391643 |
| 67 | 65 |
| 68 # DartC specific tests that should not be run by the VM. | 66 # DartC specific tests that should not be run by the VM. |
| (...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 204 TypedMessageTest: Fail # Bug 5246195 | 202 TypedMessageTest: Fail # Bug 5246195 |
| 205 | 203 |
| 206 [ $arch == x64 ] | 204 [ $arch == x64 ] |
| 207 *: Skip | 205 *: Skip |
| 208 | 206 |
| 209 [ $arch == simarm ] | 207 [ $arch == simarm ] |
| 210 *: Skip | 208 *: Skip |
| 211 | 209 |
| 212 [ $arch == arm ] | 210 [ $arch == arm ] |
| 213 *: Skip | 211 *: Skip |
| OLD | NEW |