| 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 architectures other than the one you are working on. | 10 # failed on architectures other than the one you are working on. |
| (...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 118 ListLiteral1NegativeTest: Skip # Issue 220 | 118 ListLiteral1NegativeTest: Skip # Issue 220 |
| 119 ListLiteral3Test: Fail # Issue 220 | 119 ListLiteral3Test: Fail # Issue 220 |
| 120 ListLiteral4Test: Fail # Issue 220 | 120 ListLiteral4Test: Fail # Issue 220 |
| 121 ListTest: Fail # Bug 5146975. | 121 ListTest: Fail # Bug 5146975. |
| 122 LocalFunction3Test: Fail # Bug 4202974. | 122 LocalFunction3Test: Fail # Bug 4202974. |
| 123 LocalFunctionTest: Fail # Bug in test. Bug 4202989 (shadowing). | 123 LocalFunctionTest: Fail # Bug in test. Bug 4202989 (shadowing). |
| 124 MapLiteral3Test: Fail # Issue 221 | 124 MapLiteral3Test: Fail # Issue 221 |
| 125 MapLiteral4Test: Fail # Issue 221 | 125 MapLiteral4Test: Fail # Issue 221 |
| 126 ManyOverriddenNoSuchMethodTest: Fail # Bug 4202974. | 126 ManyOverriddenNoSuchMethodTest: Fail # Bug 4202974. |
| 127 MethodOverrideTest: Crash # Bug 5516001. | 127 MethodOverrideTest: Crash # Bug 5516001. |
| 128 NamedParameters10NegativeTest: Fail # Implementation in progress. |
| 128 NamedParameters2NegativeTest: Fail # Implementation in progress. | 129 NamedParameters2NegativeTest: Fail # Implementation in progress. |
| 129 NamedParameters3NegativeTest: Fail # Implementation in progress. | 130 NamedParameters3NegativeTest: Fail # Implementation in progress. |
| 130 NamedParameters4NegativeTest: Fail # Implementation in progress. | 131 NamedParameters4NegativeTest: Fail # Implementation in progress. |
| 131 NamedParametersNegativeTest: Fail # Implementation in progress. | 132 NamedParametersNegativeTest: Fail # Implementation in progress. |
| 132 NamedParametersTypeTest: Fail # Implementation in progress. | 133 NamedParametersTypeTest: Fail # Implementation in progress. |
| 133 NoSuchMethodTest: Fail # Bug 4202974. | 134 NoSuchMethodTest: Fail # Bug 4202974. |
| 134 NullToStringTest: Fail # Bug 5421978 | 135 NullToStringTest: Fail # Bug 5421978 |
| 135 NumbersTest: Fail # Fails because numbers are mapped to doubles. | 136 NumbersTest: Fail # Fails because numbers are mapped to doubles. |
| 136 OverriddenNoSuchMethodTest: Fail # Bug 4202974. | 137 OverriddenNoSuchMethodTest: Fail # Bug 4202974. |
| 137 OverrideFieldMethod1NegativeTest: Fail # Bug 5215249 | 138 OverrideFieldMethod1NegativeTest: Fail # Bug 5215249 |
| (...skipping 225 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 363 StaticField2RunNegativeTest: Fail | 364 StaticField2RunNegativeTest: Fail |
| 364 | 365 |
| 365 [ $arch == x64 ] | 366 [ $arch == x64 ] |
| 366 *: Skip | 367 *: Skip |
| 367 | 368 |
| 368 [ $arch == simarm ] | 369 [ $arch == simarm ] |
| 369 *: Skip | 370 *: Skip |
| 370 | 371 |
| 371 [ $arch == arm ] | 372 [ $arch == arm ] |
| 372 *: Skip | 373 *: Skip |
| OLD | NEW |