| 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 101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 112 MethodOverrideTest: Crash # Bug 5516001. | 112 MethodOverrideTest: Crash # Bug 5516001. |
| 113 DynamicTest: Fail # Bug 5527899. | 113 DynamicTest: Fail # Bug 5527899. |
| 114 | 114 |
| 115 FieldNegativeTest: Fail # Bug 4207626. | 115 FieldNegativeTest: Fail # Bug 4207626. |
| 116 FunctionTypeAliasNegativeTest: Fail # Bug 5231617. | 116 FunctionTypeAliasNegativeTest: Fail # Bug 5231617. |
| 117 ExampleConstructorTest: Fail # Bug 4205742. | 117 ExampleConstructorTest: Fail # Bug 4205742. |
| 118 CTConstTest: Fail # Bug 4510015. | 118 CTConstTest: Fail # Bug 4510015. |
| 119 Constructor2NegativeTest: Fail # Bug 4208594. | 119 Constructor2NegativeTest: Fail # Bug 4208594. |
| 120 Constructor2Test: Fail # Issue 255 | 120 Constructor2Test: Fail # Issue 255 |
| 121 Constructor3Test: Fail # Issue 257 | 121 Constructor3Test: Fail # Issue 257 |
| 122 Constructor4Test: Fail # Issue 286 |
| 122 ClassOverrideNegativeTest: Fail # Bug 4205768. | 123 ClassOverrideNegativeTest: Fail # Bug 4205768. |
| 123 BitOperationsTest: Fail # Uses bignums. | 124 BitOperationsTest: Fail # Uses bignums. |
| 124 ListLiteral3Test: Fail # Bug 4510015. | 125 ListLiteral3Test: Fail # Bug 4510015. |
| 125 ListTest: Fail # Bug 5146975. | 126 ListTest: Fail # Bug 5146975. |
| 126 StackTraceTest: Fail # Bug 4971920. | 127 StackTraceTest: Fail # Bug 4971920. |
| 127 ExpectTest: Fail # Missing extensions to class Expect. | 128 ExpectTest: Fail # Missing extensions to class Expect. |
| 128 DivByZeroTest: Fail # Bug 5184183 | 129 DivByZeroTest: Fail # Bug 5184183 |
| 129 OverrideFieldMethod1NegativeTest: Fail # Bug 5215249 | 130 OverrideFieldMethod1NegativeTest: Fail # Bug 5215249 |
| 130 OverrideFieldMethod2NegativeTest: Fail # Bug 5215249 | 131 OverrideFieldMethod2NegativeTest: Fail # Bug 5215249 |
| 131 OverrideFieldMethod3NegativeTest: Fail # Bug 5215249 | 132 OverrideFieldMethod3NegativeTest: Fail # Bug 5215249 |
| (...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 175 TypedMessageTest: Fail # Bug 5246195 | 176 TypedMessageTest: Fail # Bug 5246195 |
| 176 | 177 |
| 177 [ $arch == x64 ] | 178 [ $arch == x64 ] |
| 178 *: Skip | 179 *: Skip |
| 179 | 180 |
| 180 [ $arch == simarm ] | 181 [ $arch == simarm ] |
| 181 *: Skip | 182 *: Skip |
| 182 | 183 |
| 183 [ $arch == arm ] | 184 [ $arch == arm ] |
| 184 *: Skip | 185 *: Skip |
| OLD | NEW |