| OLD | NEW |
| 1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2012, 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 120 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 131 FunctionTypeAliasNegativeTest: Fail # Bug 5231617. | 131 FunctionTypeAliasNegativeTest: Fail # Bug 5231617. |
| 132 GenericParameterizedExtendsTest: Skip # Bug 5392297 | 132 GenericParameterizedExtendsTest: Skip # Bug 5392297 |
| 133 InstanceCallWrongArgumentCountNegativeTest: Fail | 133 InstanceCallWrongArgumentCountNegativeTest: Fail |
| 134 Label2NegativeTest: Fail # issue 1658 | 134 Label2NegativeTest: Fail # issue 1658 |
| 135 Library4NegativeTest: Fail # Bug 5406175 | 135 Library4NegativeTest: Fail # Bug 5406175 |
| 136 ListLiteral4Test: Fail # Issue 1343 | 136 ListLiteral4Test: Fail # Issue 1343 |
| 137 LiteralUnaryPlusTest/01: Fail # Issue 1399 | 137 LiteralUnaryPlusTest/01: Fail # Issue 1399 |
| 138 MapLiteral4Test: Fail # Issue 1343 | 138 MapLiteral4Test: Fail # Issue 1343 |
| 139 NamedParametersNegativeTest: Fail | 139 NamedParametersNegativeTest: Fail |
| 140 NoSuchMethodNegativeTest: Fail | 140 NoSuchMethodNegativeTest: Fail |
| 141 NumbersTest: Fail # Fails because numbers are mapped to doubles. | |
| 142 OverrideFieldMethod1NegativeTest: Fail # Bug 5215249 | 141 OverrideFieldMethod1NegativeTest: Fail # Bug 5215249 |
| 143 OverrideFieldMethod2NegativeTest: Fail # Bug 5215249 | 142 OverrideFieldMethod2NegativeTest: Fail # Bug 5215249 |
| 144 OverrideFieldMethod3NegativeTest: Fail # Bug 5215249 | 143 OverrideFieldMethod3NegativeTest: Fail # Bug 5215249 |
| 145 OverrideFieldMethod4NegativeTest: Fail # Bug 5215249 | 144 OverrideFieldMethod4NegativeTest: Fail # Bug 5215249 |
| 146 OverrideFieldMethod5NegativeTest: Fail # Bug 5215249 | 145 OverrideFieldMethod5NegativeTest: Fail # Bug 5215249 |
| 147 OverrideFieldMethod6NegativeTest: Fail # Bug 5215249 | 146 OverrideFieldMethod6NegativeTest: Fail # Bug 5215249 |
| 148 OverrideFieldTest/04: Fail # Bug 5215249 | 147 OverrideFieldTest/04: Fail # Bug 5215249 |
| 149 OverrideMethodWithFieldTest/01: Fail # Bug 5215249 | 148 OverrideMethodWithFieldTest/01: Fail # Bug 5215249 |
| 150 Prefix101Test: Fail # Allow multiple imports with same prefix. | 149 Prefix101Test: Fail # Allow multiple imports with same prefix. |
| 151 Prefix11NegativeTest: Fail # Bug 5406175 | 150 Prefix11NegativeTest: Fail # Bug 5406175 |
| 152 Prefix12NegativeTest: Fail # Bug 5406175 | 151 Prefix12NegativeTest: Fail # Bug 5406175 |
| 153 Prefix16NegativeTest: Fail # Bug 5532534 | 152 Prefix16NegativeTest: Fail # Bug 5532534 |
| 154 Prefix3NegativeTest: Fail # Bug 5406175 | 153 Prefix3NegativeTest: Fail # Bug 5406175 |
| 155 Prefix6NegativeTest: Fail | 154 Prefix6NegativeTest: Fail |
| 155 PrivateFactoryResolutionNegativeTest: Fail # Issue 2275 |
| 156 PrivateMember3NegativeTest: Fail | 156 PrivateMember3NegativeTest: Fail |
| 157 PseudoKWIllegalTest/01: Fail # Issue 356 | 157 PseudoKWIllegalTest/01: Fail # Issue 356 |
| 158 PseudoKWIllegalTest/02: Fail # Issue 356 | 158 PseudoKWIllegalTest/02: Fail # Issue 356 |
| 159 PseudoKWIllegalTest/03: Fail # Issue 356 | 159 PseudoKWIllegalTest/03: Fail # Issue 356 |
| 160 PseudoKWIllegalTest/04: Fail # Issue 356 | 160 PseudoKWIllegalTest/04: Fail # Issue 356 |
| 161 PseudoKWIllegalTest/05: Fail # Issue 356 | 161 PseudoKWIllegalTest/05: Fail # Issue 356 |
| 162 PseudoKWIllegalTest/06: Fail # Issue 356 | 162 PseudoKWIllegalTest/06: Fail # Issue 356 |
| 163 PseudoKWIllegalTest/07: Fail # Issue 356 | 163 PseudoKWIllegalTest/07: Fail # Issue 356 |
| 164 PseudoKWIllegalTest/08: Fail # Issue 356 | 164 PseudoKWIllegalTest/08: Fail # Issue 356 |
| 165 PseudoKWIllegalTest/09: Fail # Issue 356 | 165 PseudoKWIllegalTest/09: Fail # Issue 356 |
| (...skipping 316 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 482 [ $component == frog && $mode == debug ] | 482 [ $component == frog && $mode == debug ] |
| 483 ConstructorRedirect1NegativeTest: Skip # Undiagnosed infinite loop. | 483 ConstructorRedirect1NegativeTest: Skip # Undiagnosed infinite loop. |
| 484 ConstructorRedirect2NegativeTest: Skip # Undiagnosed infinite loop. | 484 ConstructorRedirect2NegativeTest: Skip # Undiagnosed infinite loop. |
| 485 | 485 |
| 486 [ $arch == simarm ] | 486 [ $arch == simarm ] |
| 487 *: Skip | 487 *: Skip |
| 488 | 488 |
| 489 [ $arch == arm ] | 489 [ $arch == arm ] |
| 490 *: Skip | 490 *: Skip |
| 491 | 491 |
| OLD | NEW |