OLD | NEW |
1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2012, 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 *FrogNegativeTest: Skip | 192 *FrogNegativeTest: Skip |
193 | 193 |
194 | 194 |
195 [ $component == dartium ] | 195 [ $component == dartium ] |
196 # TODO: These need to be retriaged. | 196 # TODO: These need to be retriaged. |
197 RichardsTest: Fail | 197 RichardsTest: Fail |
198 TypedMessageTest: Fail # Bug 5246195 | 198 TypedMessageTest: Fail # Bug 5246195 |
199 | 199 |
200 | 200 |
201 [ $component == frog ] | 201 [ $component == frog ] |
202 ToStringAsFixedTest: Fail # fails due to rounding in constant propagation | 202 ToStringAsFixedTest: Fail # fails due to rounding in constant propagation and -0
.0. |
203 | 203 |
204 [ $component == frogsh || $component == frog || ($component == webdriver && ($b
rowser == chrome || $browser == ff || $browser == safari)) || $component == frog
ium ] | 204 [ $component == frogsh || $component == frog || ($component == webdriver && ($b
rowser == chrome || $browser == ff || $browser == safari)) || $component == frog
ium ] |
205 Factory3Test: Fail # Issue 417 | 205 Factory3Test: Fail # Issue 417 |
206 CallThroughNullGetterTest: Fail # Throw ObjectNotClosure instead of NullPointerE
xception. | 206 CallThroughNullGetterTest: Fail # Throw ObjectNotClosure instead of NullPointerE
xception. |
207 ExtendTypeParameterNegativeTest: Skip # Issue 886 | 207 ExtendTypeParameterNegativeTest: Skip # Issue 886 |
208 ExtendTypeParameter2NegativeTest: Skip # Issue 886 | 208 ExtendTypeParameter2NegativeTest: Skip # Issue 886 |
209 ImplementTypeParameterNegativeTest: Skip # Issue 887 | 209 ImplementTypeParameterNegativeTest: Skip # Issue 887 |
210 FactoryImplementationTest: Fail # Issue 523 | 210 FactoryImplementationTest: Fail # Issue 523 |
211 PseudoKWTest: Fail # Issue 356 | 211 PseudoKWTest: Fail # Issue 356 |
212 NamingTest: Fail # Issue 356 | 212 NamingTest: Fail # Issue 356 |
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
378 # these tests are inconsistent in frogium and frogsh-node, investigate | 378 # these tests are inconsistent in frogium and frogsh-node, investigate |
379 StaticField1RunNegativeTest: Pass # but error is not correct | 379 StaticField1RunNegativeTest: Pass # but error is not correct |
380 StaticField2RunNegativeTest: Pass # but error is not correct | 380 StaticField2RunNegativeTest: Pass # but error is not correct |
381 | 381 |
382 | 382 |
383 [ $arch == simarm ] | 383 [ $arch == simarm ] |
384 *: Skip | 384 *: Skip |
385 | 385 |
386 [ $arch == arm ] | 386 [ $arch == arm ] |
387 *: Skip | 387 *: Skip |
OLD | NEW |