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 172 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
183 TypedMessageTest: Fail # Bug 5246195 | 183 TypedMessageTest: Fail # Bug 5246195 |
184 | 184 |
185 | 185 |
186 [ $component == frogsh ] | 186 [ $component == frogsh ] |
187 PrivateMemberTest/01: Skip # Leads to stack overflows when self-hosted. | 187 PrivateMemberTest/01: Skip # Leads to stack overflows when self-hosted. |
188 PrivateMemberTest/02: Skip # Leads to stack overflows when self-hosted. | 188 PrivateMemberTest/02: Skip # Leads to stack overflows when self-hosted. |
189 PrivateMemberTest/03: Skip # Leads to stack overflows when self-hosted. | 189 PrivateMemberTest/03: Skip # Leads to stack overflows when self-hosted. |
190 PrivateMemberTest/04: Skip # Leads to stack overflows when self-hosted. | 190 PrivateMemberTest/04: Skip # Leads to stack overflows when self-hosted. |
191 CTConstTest: Fail # Not checking for generic type in const expression. | 191 CTConstTest: Fail # Not checking for generic type in const expression. |
192 | 192 |
193 [ $component == frog ] | 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 CTConstTest: Pass # pass for the wrong reason: how numbers are printed, rather | 195 CTConstTest: Pass # pass for the wrong reason: how numbers are printed, rather |
196 # than checking for generic type in const expression | 196 # than checking for generic type in const expression |
197 PrivateMemberTest/01: Fail | 197 PrivateMemberTest/01: Fail |
198 PrivateMemberTest/02: Fail | 198 PrivateMemberTest/02: Fail |
199 PrivateMemberTest/03: Fail | 199 PrivateMemberTest/03: Fail |
200 PrivateMemberTest/04: Fail | 200 PrivateMemberTest/04: Fail |
201 | 201 |
202 [ $component == frogsh || $component == frog ] | 202 [ $component == frogsh || $component == frog || $component == leg ] |
203 | 203 |
204 # VM or DartC specific tests not to be run by Frog. See language.status | 204 # VM or DartC specific tests not to be run by Frog. See language.status |
205 *VMTest: Skip | 205 *VMTest: Skip |
206 *VMNegativeTest: Skip | 206 *VMNegativeTest: Skip |
207 *DartcTest: Skip | 207 *DartcTest: Skip |
208 *DartcNegativeTest: Skip | 208 *DartcNegativeTest: Skip |
209 | 209 |
210 BitOperationsTest: Skip # relies on big integers not available in JS | 210 BitOperationsTest: Skip # relies on big integers not available in JS |
211 CallThroughGetterTest: Fail | 211 CallThroughGetterTest: Fail |
212 CanonicalConstTest: Fail # type in const array allocation is erased | 212 CanonicalConstTest: Fail # type in const array allocation is erased |
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
333 TryCatch9NegativeTest: Fail | 333 TryCatch9NegativeTest: Fail |
334 TypeVariableBoundsTest/00: Fail # Is the test syntax valid? VM gives an error. | 334 TypeVariableBoundsTest/00: Fail # Is the test syntax valid? VM gives an error. |
335 TypeVariableBoundsTest/05: Fail # Disagree! Body not analyzed if not invoked. | 335 TypeVariableBoundsTest/05: Fail # Disagree! Body not analyzed if not invoked. |
336 TypedMessageTest: Fail | 336 TypedMessageTest: Fail |
337 UnboundGetterTest: Fail | 337 UnboundGetterTest: Fail |
338 VarInitTest: Fail | 338 VarInitTest: Fail |
339 WrongNumberTypeArgumentsTest: Skip # Test updated without clarity! | 339 WrongNumberTypeArgumentsTest: Skip # Test updated without clarity! |
340 GetterClosureExecutionOrderTest: Fail | 340 GetterClosureExecutionOrderTest: Fail |
341 | 341 |
342 | 342 |
| 343 [ $component == leg] |
| 344 StaticTopLevelTest/00: Fail |
| 345 StaticTopLevelTest/03: Fail |
343 | 346 |
344 [ $arch == x64 ] | 347 [ $arch == x64 ] |
345 *: Skip | 348 *: Skip |
346 | 349 |
347 [ $arch == simarm ] | 350 [ $arch == simarm ] |
348 *: Skip | 351 *: Skip |
349 | 352 |
350 [ $arch == arm ] | 353 [ $arch == arm ] |
351 *: Skip | 354 *: Skip |
OLD | NEW |