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 175 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
186 UnboundGetterTest: Fail | 186 UnboundGetterTest: Fail |
187 Private2Test: Fail | 187 Private2Test: Fail |
188 Private3Test: Fail | 188 Private3Test: Fail |
189 | 189 |
190 TypedMessageTest: Fail # Bug 5246195 | 190 TypedMessageTest: Fail # Bug 5246195 |
191 | 191 |
192 | 192 |
193 [ $component == frog || $component == leg ] | 193 [ $component == frog || $component == leg ] |
194 ToStringAsFixedTest: Fail # fails due to rounding in constant propagation | 194 ToStringAsFixedTest: Fail # fails due to rounding in constant propagation |
195 | 195 |
196 [ $component == frogsh || $component == frog || $component == leg ] | 196 [ $component == frogsh || $component == frog || $component == leg || $component
== frogbrowsers ] |
197 | 197 |
198 # VM or DartC specific tests not to be run by Frog. See language.status | 198 # VM or DartC specific tests not to be run by Frog. See language.status |
199 *VMTest: Skip | 199 *VMTest: Skip |
200 *VMNegativeTest: Skip | 200 *VMNegativeTest: Skip |
201 *DartcTest: Skip | 201 *DartcTest: Skip |
202 *DartcNegativeTest: Skip | 202 *DartcNegativeTest: Skip |
203 # Currently, these patterns skip three tests: | 203 # Currently, these patterns skip three tests: |
204 # MathVMTest - correctly skipped as this relies on VM guarantees | 204 # MathVMTest - correctly skipped as this relies on VM guarantees |
205 # - should add a version of this with the --enable_type_checks flag | 205 # - should add a version of this with the --enable_type_checks flag |
206 # TypeVMTest - correctly skipped as this relies on detailed of TypeError | 206 # TypeVMTest - correctly skipped as this relies on detailed of TypeError |
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
327 PrivateMemberTest/03: Fail # test seems bad - see issue #353 | 327 PrivateMemberTest/03: Fail # test seems bad - see issue #353 |
328 PrivateMemberTest/04: Fail # test seems bad - see issue #353 | 328 PrivateMemberTest/04: Fail # test seems bad - see issue #353 |
329 | 329 |
330 [ ($component == frogsh || $component == frog || $component == leg) && $checked
] | 330 [ ($component == frogsh || $component == frog || $component == leg) && $checked
] |
331 PrivateMemberTest/none: Fail # test seems bad - see issue #353 | 331 PrivateMemberTest/none: Fail # test seems bad - see issue #353 |
332 | 332 |
333 [ $component == leg ] | 333 [ $component == leg ] |
334 StaticTopLevelTest/00: Fail | 334 StaticTopLevelTest/00: Fail |
335 StaticTopLevelTest/03: Fail | 335 StaticTopLevelTest/03: Fail |
336 | 336 |
337 [ $component == frogsh || $component == frog || $component == leg ] | 337 [ $component == frogsh || $component == frog || $component == leg || $component
== frogbrowsers ] |
338 FinalVarNegativeTest: Fail | 338 FinalVarNegativeTest: Fail |
339 | 339 |
340 [ $arch == x64 ] | 340 [ $arch == x64 ] |
341 *: Skip | 341 *: Skip |
342 | 342 |
343 [ $arch == simarm ] | 343 [ $arch == simarm ] |
344 *: Skip | 344 *: Skip |
345 | 345 |
346 [ $arch == arm ] | 346 [ $arch == arm ] |
347 *: Skip | 347 *: Skip |
OLD | NEW |