| 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 95 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 106 FactoryNegativeTest: Fail # Issue 417 | 106 FactoryNegativeTest: Fail # Issue 417 |
| 107 FieldNegativeTest: Fail # Bug 4207626. | 107 FieldNegativeTest: Fail # Bug 4207626. |
| 108 FieldOverrideTest/01: Fail # Bug 5215249 | 108 FieldOverrideTest/01: Fail # Bug 5215249 |
| 109 FieldOverrideTest/02: Fail # Bug 5215249 | 109 FieldOverrideTest/02: Fail # Bug 5215249 |
| 110 For2Test: Fail # Bug 4995208. | 110 For2Test: Fail # Bug 4995208. |
| 111 FunctionTypeAliasNegativeTest: Fail # Bug 5231617. | 111 FunctionTypeAliasNegativeTest: Fail # Bug 5231617. |
| 112 FunctionTypeAliasTest: Crash # Bug 4519208. | 112 FunctionTypeAliasTest: Crash # Bug 4519208. |
| 113 GenericParameterizedExtendsTest: Skip # Bug 5392297 | 113 GenericParameterizedExtendsTest: Skip # Bug 5392297 |
| 114 GenericTest: Fail # Bug 5393302 (missing call to super constructor) | 114 GenericTest: Fail # Bug 5393302 (missing call to super constructor) |
| 115 GetterClosureExecutionOrderTest: Fail # Bug 5481595 | 115 GetterClosureExecutionOrderTest: Fail # Bug 5481595 |
| 116 ImplicitThisTest/none: Fail # Issue 375 | |
| 117 IsObjectTest: Skip # Hasn't be tested on DartC yet | 116 IsObjectTest: Skip # Hasn't be tested on DartC yet |
| 118 Library4NegativeTest: Fail # Bug 5406175 | 117 Library4NegativeTest: Fail # Bug 5406175 |
| 119 ListLiteral1NegativeTest: Skip # Issue 220 | 118 ListLiteral1NegativeTest: Skip # Issue 220 |
| 120 ListLiteral3Test: Fail # Issue 220 | 119 ListLiteral3Test: Fail # Issue 220 |
| 121 ListLiteral4Test: Fail # Issue 220 | 120 ListLiteral4Test: Fail # Issue 220 |
| 122 ListTest: Fail # Bug 5146975. | 121 ListTest: Fail # Bug 5146975. |
| 123 LocalFunction3Test: Fail # Bug 4202974. | 122 LocalFunction3Test: Fail # Bug 4202974. |
| 124 LocalFunctionTest: Fail # Bug in test. Bug 4202989 (shadowing). | 123 LocalFunctionTest: Fail # Bug in test. Bug 4202989 (shadowing). |
| 125 MapLiteral3Test: Fail # Issue 221 | 124 MapLiteral3Test: Fail # Issue 221 |
| 126 MapLiteral4Test: Fail # Issue 221 | 125 MapLiteral4Test: Fail # Issue 221 |
| (...skipping 245 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 372 StaticField2RunNegativeTest: Fail | 371 StaticField2RunNegativeTest: Fail |
| 373 | 372 |
| 374 [ $arch == x64 ] | 373 [ $arch == x64 ] |
| 375 *: Skip | 374 *: Skip |
| 376 | 375 |
| 377 [ $arch == simarm ] | 376 [ $arch == simarm ] |
| 378 *: Skip | 377 *: Skip |
| 379 | 378 |
| 380 [ $arch == arm ] | 379 [ $arch == arm ] |
| 381 *: Skip | 380 *: Skip |
| OLD | NEW |