| 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 126 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 137 NoSuchMethodNegativeTest: Fail | 137 NoSuchMethodNegativeTest: Fail |
| 138 OverrideFieldMethod1NegativeTest: Fail # Bug 5215249 | 138 OverrideFieldMethod1NegativeTest: Fail # Bug 5215249 |
| 139 OverrideFieldMethod2NegativeTest: Fail # Bug 5215249 | 139 OverrideFieldMethod2NegativeTest: Fail # Bug 5215249 |
| 140 OverrideFieldMethod3NegativeTest: Fail # Bug 5215249 | 140 OverrideFieldMethod3NegativeTest: Fail # Bug 5215249 |
| 141 OverrideFieldMethod4NegativeTest: Fail # Bug 5215249 | 141 OverrideFieldMethod4NegativeTest: Fail # Bug 5215249 |
| 142 OverrideFieldMethod5NegativeTest: Fail # Bug 5215249 | 142 OverrideFieldMethod5NegativeTest: Fail # Bug 5215249 |
| 143 OverrideFieldMethod6NegativeTest: Fail # Bug 5215249 | 143 OverrideFieldMethod6NegativeTest: Fail # Bug 5215249 |
| 144 OverrideFieldTest/04: Fail # Bug 5215249 | 144 OverrideFieldTest/04: Fail # Bug 5215249 |
| 145 OverrideMethodWithFieldTest/01: Fail # Bug 5215249 | 145 OverrideMethodWithFieldTest/01: Fail # Bug 5215249 |
| 146 Prefix101Test: Fail # Allow multiple imports with same prefix. | 146 Prefix101Test: Fail # Allow multiple imports with same prefix. |
| 147 Prefix11NegativeTest: Fail # Bug 5406175 | 147 Prefix11NegativeTest: Fail # Issue 2383, Bug 5406175 |
| 148 Prefix12NegativeTest: Fail # Bug 5406175 | 148 Prefix12NegativeTest: Fail # Issue 2383, Bug 5406175 |
| 149 Prefix16NegativeTest: Fail # Bug 5532534 | 149 Prefix16NegativeTest: Fail # Issue 2383, Bug 5532534 |
| 150 Prefix3NegativeTest: Fail # Bug 5406175 | 150 Prefix3NegativeTest: Fail # Issue 2383, Bug 5406175 |
| 151 Prefix6NegativeTest: Fail | 151 Prefix6NegativeTest: Fail» # Issue 2383 |
| 152 PrivateFactoryResolutionNegativeTest: Fail # Issue 2275 | 152 PrivateFactoryResolutionNegativeTest: Fail # Issue 2275 |
| 153 PrivateMember3NegativeTest: Fail | 153 PrivateMember3NegativeTest: Fail # Issue 2383 |
| 154 PseudoKWIllegalTest/01: Fail # Issue 356 | 154 PseudoKWIllegalTest/01: Fail # Issue 356 |
| 155 PseudoKWIllegalTest/02: Fail # Issue 356 | 155 PseudoKWIllegalTest/02: Fail # Issue 356 |
| 156 PseudoKWIllegalTest/03: Fail # Issue 356 | 156 PseudoKWIllegalTest/03: Fail # Issue 356 |
| 157 PseudoKWIllegalTest/04: Fail # Issue 356 | 157 PseudoKWIllegalTest/04: Fail # Issue 356 |
| 158 PseudoKWIllegalTest/05: Fail # Issue 356 | 158 PseudoKWIllegalTest/05: Fail # Issue 356 |
| 159 PseudoKWIllegalTest/06: Fail # Issue 356 | 159 PseudoKWIllegalTest/06: Fail # Issue 356 |
| 160 PseudoKWIllegalTest/07: Fail # Issue 356 | 160 PseudoKWIllegalTest/07: Fail # Issue 356 |
| 161 PseudoKWIllegalTest/08: Fail # Issue 356 | 161 PseudoKWIllegalTest/08: Fail # Issue 356 |
| 162 PseudoKWIllegalTest/09: Fail # Issue 356 | 162 PseudoKWIllegalTest/09: Fail # Issue 356 |
| 163 PseudoKWIllegalTest/10: Fail # Issue 356 | 163 PseudoKWIllegalTest/10: Fail # Issue 356 |
| (...skipping 304 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 468 [ $compiler == frog && $mode == debug ] | 468 [ $compiler == frog && $mode == debug ] |
| 469 ConstructorRedirect1NegativeTest: Skip # Undiagnosed infinite loop. | 469 ConstructorRedirect1NegativeTest: Skip # Undiagnosed infinite loop. |
| 470 ConstructorRedirect2NegativeTest: Skip # Undiagnosed infinite loop. | 470 ConstructorRedirect2NegativeTest: Skip # Undiagnosed infinite loop. |
| 471 | 471 |
| 472 [ $arch == simarm ] | 472 [ $arch == simarm ] |
| 473 *: Skip | 473 *: Skip |
| 474 | 474 |
| 475 [ $arch == arm ] | 475 [ $arch == arm ] |
| 476 *: Skip | 476 *: Skip |
| 477 | 477 |
| OLD | NEW |