| 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 173 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 184 | 184 |
| 185 | 185 |
| 186 [ $component == dartium ] | 186 [ $component == dartium ] |
| 187 # TODO: These need to be retriaged. | 187 # TODO: These need to be retriaged. |
| 188 ExpectTest: Fail | 188 ExpectTest: Fail |
| 189 StackTraceTest: Fail | 189 StackTraceTest: Fail |
| 190 RichardsTest: Fail | 190 RichardsTest: Fail |
| 191 UnboundGetterTest: Fail | 191 UnboundGetterTest: Fail |
| 192 Private2Test: Fail | 192 Private2Test: Fail |
| 193 Private3Test: Fail | 193 Private3Test: Fail |
| 194 FactoryNegativeTest: Fail # Issue 417 | |
| 195 | 194 |
| 196 TypedMessageTest: Fail # Bug 5246195 | 195 TypedMessageTest: Fail # Bug 5246195 |
| 197 | 196 |
| 198 | 197 |
| 199 [ $component == frog || $component == leg ] | 198 [ $component == frog || $component == leg ] |
| 200 ToStringAsFixedTest: Fail # fails due to rounding in constant propagation | 199 ToStringAsFixedTest: Fail # fails due to rounding in constant propagation |
| 201 | 200 |
| 202 [ $component == frogsh || $component == frog || $component == leg || $component
== webdriver || $component == frogium ] | 201 [ $component == frogsh || $component == frog || $component == leg || $component
== webdriver || $component == frogium ] |
| 203 FactoryNegativeTest: Fail # Issue 417 | 202 FactoryNegativeTest: Fail # Issue 417 |
| 204 | 203 |
| (...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 355 StaticField2RunNegativeTest: Fail | 354 StaticField2RunNegativeTest: Fail |
| 356 | 355 |
| 357 [ $arch == x64 ] | 356 [ $arch == x64 ] |
| 358 *: Skip | 357 *: Skip |
| 359 | 358 |
| 360 [ $arch == simarm ] | 359 [ $arch == simarm ] |
| 361 *: Skip | 360 *: Skip |
| 362 | 361 |
| 363 [ $arch == arm ] | 362 [ $arch == arm ] |
| 364 *: Skip | 363 *: Skip |
| OLD | NEW |