| 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 an architecture other than the one you are working on. | 10 # failed on an architecture other than the one you are working on. |
| (...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 136 FieldOverrideTest/01: Fail # Bug 5215249 | 136 FieldOverrideTest/01: Fail # Bug 5215249 |
| 137 FieldOverrideTest/02: Fail # Bug 5215249 | 137 FieldOverrideTest/02: Fail # Bug 5215249 |
| 138 OverrideMethodWithFieldTest/01: Fail # Bug 5215249 | 138 OverrideMethodWithFieldTest/01: Fail # Bug 5215249 |
| 139 OverrideFieldTest/04: Fail # Bug 5215249 | 139 OverrideFieldTest/04: Fail # Bug 5215249 |
| 140 CharEscapeTest: Fail | 140 CharEscapeTest: Fail |
| 141 GetterClosureExecutionOrderTest: Fail # Bug 5481595 | 141 GetterClosureExecutionOrderTest: Fail # Bug 5481595 |
| 142 | 142 |
| 143 # The following tests use missing error classes. Bug 4385894. | 143 # The following tests use missing error classes. Bug 4385894. |
| 144 AssertTest: Fail # Uses AssertError class. | 144 AssertTest: Fail # Uses AssertError class. |
| 145 | 145 |
| 146 ThirdTest: Fail # Bug 5339586 | 146 ThirdTest: Skip # Seems flaky in dartc after fixing test, was Bug 5339586 |
| 147 | 147 |
| 148 BlackListedTest/01: Fail # Bug 5469684 | 148 BlackListedTest/01: Fail # Bug 5469684 |
| 149 BlackListedTest/02: Fail # Bug 5469684 | 149 BlackListedTest/02: Fail # Bug 5469684 |
| 150 BlackListedTest/03: Fail # Bug 5469684 | 150 BlackListedTest/03: Fail # Bug 5469684 |
| 151 BlackListedTest/04: Fail # Bug 5469684 | 151 BlackListedTest/04: Fail # Bug 5469684 |
| 152 BlackListedTest/05: Fail # Bug 5469684 | 152 BlackListedTest/05: Fail # Bug 5469684 |
| 153 BlackListedTest/06: Fail # Bug 5469684 | 153 BlackListedTest/06: Fail # Bug 5469684 |
| 154 BlackListedTest/07: Fail # Bug 5469684 | 154 BlackListedTest/07: Fail # Bug 5469684 |
| 155 BlackListedTest/08: Fail # Bug 5469684 | 155 BlackListedTest/08: Fail # Bug 5469684 |
| 156 BlackListedTest/09: Fail # Bug 5469684 | 156 BlackListedTest/09: Fail # Bug 5469684 |
| (...skipping 19 matching lines...) Expand all Loading... |
| 176 TypedMessageTest: Fail # Bug 5246195 | 176 TypedMessageTest: Fail # Bug 5246195 |
| 177 | 177 |
| 178 [ $arch == x64 ] | 178 [ $arch == x64 ] |
| 179 *: Skip | 179 *: Skip |
| 180 | 180 |
| 181 [ $arch == simarm ] | 181 [ $arch == simarm ] |
| 182 *: Skip | 182 *: Skip |
| 183 | 183 |
| 184 [ $arch == arm ] | 184 [ $arch == arm ] |
| 185 *: Skip | 185 *: Skip |
| OLD | NEW |