| 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 101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 112 NamedParametersNegativeTest: Fail | 112 NamedParametersNegativeTest: Fail |
| 113 NoSuchMethodNegativeTest: Fail | 113 NoSuchMethodNegativeTest: Fail |
| 114 OverrideFieldMethod1NegativeTest: Fail # Bug 5215249 | 114 OverrideFieldMethod1NegativeTest: Fail # Bug 5215249 |
| 115 OverrideFieldMethod2NegativeTest: Fail # Bug 5215249 | 115 OverrideFieldMethod2NegativeTest: Fail # Bug 5215249 |
| 116 OverrideFieldMethod3NegativeTest: Fail # Bug 5215249 | 116 OverrideFieldMethod3NegativeTest: Fail # Bug 5215249 |
| 117 OverrideFieldMethod4NegativeTest: Fail # Bug 5215249 | 117 OverrideFieldMethod4NegativeTest: Fail # Bug 5215249 |
| 118 OverrideFieldMethod5NegativeTest: Fail # Bug 5215249 | 118 OverrideFieldMethod5NegativeTest: Fail # Bug 5215249 |
| 119 OverrideFieldMethod6NegativeTest: Fail # Bug 5215249 | 119 OverrideFieldMethod6NegativeTest: Fail # Bug 5215249 |
| 120 OverrideFieldTest/04: Fail # Bug 5215249 | 120 OverrideFieldTest/04: Fail # Bug 5215249 |
| 121 OverrideMethodWithFieldTest/01: Fail # Bug 5215249 | 121 OverrideMethodWithFieldTest/01: Fail # Bug 5215249 |
| 122 Prefix101Test: Fail # Allow multiple imports with same prefix. | |
| 123 Prefix11NegativeTest: Fail # Issue 2383, Bug 5406175 | |
| 124 Prefix12NegativeTest: Fail # Issue 2383, Bug 5406175 | |
| 125 Prefix3NegativeTest: Fail # Issue 2383, Bug 5406175 | |
| 126 Prefix6NegativeTest: Fail # Issue 2383 | 122 Prefix6NegativeTest: Fail # Issue 2383 |
| 127 PrivateFactoryResolutionNegativeTest: Fail # Issue 2275 | 123 PrivateFactoryResolutionNegativeTest: Fail # Issue 2275 |
| 128 PrivateMember3NegativeTest: Fail # Issue 2383 | 124 PrivateMember3NegativeTest: Fail # Issue 2383 |
| 129 PseudoKWIllegalTest/01: Fail # Issue 356 | 125 PseudoKWIllegalTest/01: Fail # Issue 356 |
| 130 PseudoKWIllegalTest/02: Fail # Issue 356 | 126 PseudoKWIllegalTest/02: Fail # Issue 356 |
| 131 PseudoKWIllegalTest/03: Fail # Issue 356 | 127 PseudoKWIllegalTest/03: Fail # Issue 356 |
| 132 PseudoKWIllegalTest/04: Fail # Issue 356 | 128 PseudoKWIllegalTest/04: Fail # Issue 356 |
| 133 PseudoKWIllegalTest/05: Fail # Issue 356 | 129 PseudoKWIllegalTest/05: Fail # Issue 356 |
| 134 PseudoKWIllegalTest/06: Fail # Issue 356 | 130 PseudoKWIllegalTest/06: Fail # Issue 356 |
| 135 PseudoKWIllegalTest/07: Fail # Issue 356 | 131 PseudoKWIllegalTest/07: Fail # Issue 356 |
| (...skipping 321 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 457 | 453 |
| 458 [ ($compiler == frog || $compiler == frogsh) && $runtime == none ] | 454 [ ($compiler == frog || $compiler == frogsh) && $runtime == none ] |
| 459 *: Skip | 455 *: Skip |
| 460 | 456 |
| 461 [ $arch == simarm ] | 457 [ $arch == simarm ] |
| 462 *: Skip | 458 *: Skip |
| 463 | 459 |
| 464 [ $arch == arm ] | 460 [ $arch == arm ] |
| 465 *: Skip | 461 *: Skip |
| 466 | 462 |
| OLD | NEW |