| 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 101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 112 FunctionTypeAliasNegativeTest: Fail # Bug 5231617. | 112 FunctionTypeAliasNegativeTest: Fail # Bug 5231617. |
| 113 FunctionTypeAliasTest: Crash # Bug 4519208. | 113 FunctionTypeAliasTest: Crash # Bug 4519208. |
| 114 GenericParameterizedExtendsTest: Skip # Bug 5392297 | 114 GenericParameterizedExtendsTest: Skip # Bug 5392297 |
| 115 GenericTest: Fail # Bug 5393302 (missing call to super constructor) | 115 GenericTest: Fail # Bug 5393302 (missing call to super constructor) |
| 116 GetterClosureExecutionOrderTest: Fail # Bug 5481595 | 116 GetterClosureExecutionOrderTest: Fail # Bug 5481595 |
| 117 ImplicitThisTest/none: Fail # Issue 375 | 117 ImplicitThisTest/none: Fail # Issue 375 |
| 118 InterfaceFactory3NegativeTest: Fail # Bug 5387405 | 118 InterfaceFactory3NegativeTest: Fail # Bug 5387405 |
| 119 IsObjectTest: Skip # Hasn't be tested on DartC yet | 119 IsObjectTest: Skip # Hasn't be tested on DartC yet |
| 120 Library4NegativeTest: Fail # Bug 5406175 | 120 Library4NegativeTest: Fail # Bug 5406175 |
| 121 ListLiteral1NegativeTest: Skip # Issue 220 | 121 ListLiteral1NegativeTest: Skip # Issue 220 |
| 122 ListLiteral2NegativeTest: Fail # Issue 220 | |
| 123 ListLiteral3Test: Fail # Issue 220 | 122 ListLiteral3Test: Fail # Issue 220 |
| 124 ListLiteral4Test: Fail # Issue 220 | 123 ListLiteral4Test: Fail # Issue 220 |
| 125 ListTest: Fail # Bug 5146975. | 124 ListTest: Fail # Bug 5146975. |
| 126 LocalFunction3Test: Fail # Bug 4202974. | 125 LocalFunction3Test: Fail # Bug 4202974. |
| 127 LocalFunctionTest: Fail # Bug in test. Bug 4202989 (shadowing). | 126 LocalFunctionTest: Fail # Bug in test. Bug 4202989 (shadowing). |
| 128 MapLiteral3Test: Fail # Issue 221 | 127 MapLiteral3Test: Fail # Issue 221 |
| 129 MapLiteral4Test: Fail # Issue 221 | 128 MapLiteral4Test: Fail # Issue 221 |
| 130 ManyOverriddenNoSuchMethodTest: Fail # Bug 4202974. | 129 ManyOverriddenNoSuchMethodTest: Fail # Bug 4202974. |
| 131 MethodOverrideTest: Crash # Bug 5516001. | 130 MethodOverrideTest: Crash # Bug 5516001. |
| 132 NamedParameters2NegativeTest: Fail # Implementation in progress. | 131 NamedParameters2NegativeTest: Fail # Implementation in progress. |
| (...skipping 215 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 348 StaticField2RunNegativeTest: Fail | 347 StaticField2RunNegativeTest: Fail |
| 349 | 348 |
| 350 [ $arch == x64 ] | 349 [ $arch == x64 ] |
| 351 *: Skip | 350 *: Skip |
| 352 | 351 |
| 353 [ $arch == simarm ] | 352 [ $arch == simarm ] |
| 354 *: Skip | 353 *: Skip |
| 355 | 354 |
| 356 [ $arch == arm ] | 355 [ $arch == arm ] |
| 357 *: Skip | 356 *: Skip |
| OLD | NEW |