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 181 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
192 Private2Test: Fail | 192 Private2Test: Fail |
193 Private3Test: Fail | 193 Private3Test: Fail |
194 | 194 |
195 TypedMessageTest: Fail # Bug 5246195 | 195 TypedMessageTest: Fail # Bug 5246195 |
196 | 196 |
197 | 197 |
198 [ $component == frog || $component == leg ] | 198 [ $component == frog || $component == leg ] |
199 ToStringAsFixedTest: Fail # fails due to rounding in constant propagation | 199 ToStringAsFixedTest: Fail # fails due to rounding in constant propagation |
200 | 200 |
201 [ $component == frogsh || $component == frog || $component == leg || $component
== webdriver || $component == frogium ] | 201 [ $component == frogsh || $component == frog || $component == leg || $component
== webdriver || $component == frogium ] |
| 202 # TODO(efortuna): Distinguish between specific browser being run for webdriver |
| 203 # (by flag option) to specify which tests pass. |
202 FactoryNegativeTest: Fail # Issue 417 | 204 FactoryNegativeTest: Fail # Issue 417 |
203 | 205 |
204 # VM or DartC specific tests not to be run by Frog. See language.status | 206 # VM or DartC specific tests not to be run by Frog. See language.status |
205 *VMTest: Skip | 207 *VMTest: Skip |
206 *VMNegativeTest: Skip | 208 *VMNegativeTest: Skip |
207 *DartcTest: Skip | 209 *DartcTest: Skip |
208 *DartcNegativeTest: Skip | 210 *DartcNegativeTest: Skip |
209 # Currently, these patterns skip three tests: | 211 # Currently, these patterns skip three tests: |
210 # MathVMTest - correctly skipped as this relies on VM guarantees | 212 # MathVMTest - correctly skipped as this relies on VM guarantees |
211 # - should add a version of this with the --enable_type_checks flag | 213 # - should add a version of this with the --enable_type_checks flag |
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
351 StaticField2RunNegativeTest: Fail | 353 StaticField2RunNegativeTest: Fail |
352 | 354 |
353 [ $arch == x64 ] | 355 [ $arch == x64 ] |
354 *: Skip | 356 *: Skip |
355 | 357 |
356 [ $arch == simarm ] | 358 [ $arch == simarm ] |
357 *: Skip | 359 *: Skip |
358 | 360 |
359 [ $arch == arm ] | 361 [ $arch == arm ] |
360 *: Skip | 362 *: Skip |
OLD | NEW |