Chromium Code Reviews| 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 16 matching lines...) Expand all Loading... | |
| 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 # These bugs refer currently ongoing language discussions. | 33 # These bugs refer currently ongoing language discussions. |
| 34 ExampleConstructorTest: Fail # Bug 4995181 | 34 ExampleConstructorTest: Fail # Bug 4995181 |
| 35 Constructor2Test: Fail # Bug 4995181 (evaluation order) | 35 Constructor2Test: Fail # Bug 4995181 (evaluation order) |
| 36 Constructor3Test: Fail # Bug 4995181 (evaluation order) | 36 Constructor3Test: Fail # Bug 4995181 (evaluation order) |
| 37 Constructor5Test: Fail # Bug 8440015 | |
|
srdjan
2011/11/17 22:16:54
This bug number is incorrect.
| |
| 38 Constructor6Test: Fail # Bug 8440015 | |
| 37 | 39 |
| 38 # Regular bugs which should be fixed. | 40 # Regular bugs which should be fixed. |
| 39 SuperNegativeTest: Fail # Bug 4400118 - Language still in flux. | 41 SuperNegativeTest: Fail # Bug 4400118 - Language still in flux. |
| 40 ManyEchoServerTest: Skip # Bug 5103754 | 42 ManyEchoServerTest: Skip # Bug 5103754 |
| 41 | 43 |
| 42 ConstructorReturnNegativeTest: Fail # Issue 224 | 44 ConstructorReturnNegativeTest: Fail # Issue 224 |
| 43 ConstructorReturnWithInitNegativeTest: Fail # Issue 224 | 45 ConstructorReturnWithInitNegativeTest: Fail # Issue 224 |
| 44 ConstructorReturnWithArrowNegativeTest: Fail # Issue 224 | 46 ConstructorReturnWithArrowNegativeTest: Fail # Issue 224 |
| 45 ConstructorReturnWithInitAndArrowNegativeTest: Fail # Issue 224 | 47 ConstructorReturnWithInitAndArrowNegativeTest: Fail # Issue 224 |
| 46 | 48 |
| (...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 112 DynamicTest: Fail # Bug 5527899. | 114 DynamicTest: Fail # Bug 5527899. |
| 113 | 115 |
| 114 FieldNegativeTest: Fail # Bug 4207626. | 116 FieldNegativeTest: Fail # Bug 4207626. |
| 115 FunctionTypeAliasNegativeTest: Fail # Bug 5231617. | 117 FunctionTypeAliasNegativeTest: Fail # Bug 5231617. |
| 116 ExampleConstructorTest: Fail # Bug 4205742. | 118 ExampleConstructorTest: Fail # Bug 4205742. |
| 117 CTConstTest: Fail # Bug 4510015. | 119 CTConstTest: Fail # Bug 4510015. |
| 118 Constructor2NegativeTest: Fail # Bug 4208594. | 120 Constructor2NegativeTest: Fail # Bug 4208594. |
| 119 Constructor2Test: Fail # Issue 255 | 121 Constructor2Test: Fail # Issue 255 |
| 120 Constructor3Test: Fail # Issue 257 | 122 Constructor3Test: Fail # Issue 257 |
| 121 Constructor4Test: Fail # Issue 286 | 123 Constructor4Test: Fail # Issue 286 |
| 124 Constructor5Test: Fail # Issue 8440015 + 'super' initializer does not pars e | |
| 125 Constructor6Test: Fail # Issue 8440015 + 'super' initializer does not pars e | |
|
srdjan
2011/11/17 22:16:54
ditto
| |
| 122 ClassOverrideNegativeTest: Fail # Bug 4205768. | 126 ClassOverrideNegativeTest: Fail # Bug 4205768. |
| 123 BitOperationsTest: Fail # Uses bignums. | 127 BitOperationsTest: Fail # Uses bignums. |
| 124 ListLiteral3Test: Fail # Bug 4510015. | 128 ListLiteral3Test: Fail # Bug 4510015. |
| 125 ListTest: Fail # Bug 5146975. | 129 ListTest: Fail # Bug 5146975. |
| 126 StackTraceTest: Fail # Bug 4971920. | 130 StackTraceTest: Fail # Bug 4971920. |
| 127 ExpectTest: Fail # Missing extensions to class Expect. | 131 ExpectTest: Fail # Missing extensions to class Expect. |
| 128 DivByZeroTest: Fail # Bug 5184183 | 132 DivByZeroTest: Fail # Bug 5184183 |
| 129 OverrideFieldMethod1NegativeTest: Fail # Bug 5215249 | 133 OverrideFieldMethod1NegativeTest: Fail # Bug 5215249 |
| 130 OverrideFieldMethod2NegativeTest: Fail # Bug 5215249 | 134 OverrideFieldMethod2NegativeTest: Fail # Bug 5215249 |
| 131 OverrideFieldMethod3NegativeTest: Fail # Bug 5215249 | 135 OverrideFieldMethod3NegativeTest: Fail # Bug 5215249 |
| (...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 173 TypedMessageTest: Fail # Bug 5246195 | 177 TypedMessageTest: Fail # Bug 5246195 |
| 174 | 178 |
| 175 [ $arch == x64 ] | 179 [ $arch == x64 ] |
| 176 *: Skip | 180 *: Skip |
| 177 | 181 |
| 178 [ $arch == simarm ] | 182 [ $arch == simarm ] |
| 179 *: Skip | 183 *: Skip |
| 180 | 184 |
| 181 [ $arch == arm ] | 185 [ $arch == arm ] |
| 182 *: Skip | 186 *: Skip |
| OLD | NEW |