| 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 194 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 205 # TODO: These need to be retriaged. | 205 # TODO: These need to be retriaged. |
| 206 RichardsTest: Fail | 206 RichardsTest: Fail |
| 207 TypedMessageTest: Fail # Bug 5246195 | 207 TypedMessageTest: Fail # Bug 5246195 |
| 208 | 208 |
| 209 | 209 |
| 210 [ $component == frog ] | 210 [ $component == frog ] |
| 211 ToStringAsFixedTest: Fail # fails due to rounding in constant propagation | 211 ToStringAsFixedTest: Fail # fails due to rounding in constant propagation |
| 212 | 212 |
| 213 [ $component == frogsh || $component == frog || ($component == webdriver && ($b
rowser == chrome || $browser == ff || $browser == safari)) || $component == frog
ium ] | 213 [ $component == frogsh || $component == frog || ($component == webdriver && ($b
rowser == chrome || $browser == ff || $browser == safari)) || $component == frog
ium ] |
| 214 Factory3Test: Fail # Issue 417 | 214 Factory3Test: Fail # Issue 417 |
| 215 Factory2NegativeTest: Fail |
| 215 CallThroughNullGetterTest: Fail # Throw ObjectNotClosure instead of NullPointerE
xception. | 216 CallThroughNullGetterTest: Fail # Throw ObjectNotClosure instead of NullPointerE
xception. |
| 216 ExtendTypeParameterNegativeTest: Skip # Issue 886 | 217 ExtendTypeParameterNegativeTest: Skip # Issue 886 |
| 217 ExtendTypeParameter2NegativeTest: Skip # Issue 886 | 218 ExtendTypeParameter2NegativeTest: Skip # Issue 886 |
| 218 ImplementTypeParameterNegativeTest: Skip # Issue 887 | 219 ImplementTypeParameterNegativeTest: Skip # Issue 887 |
| 219 FactoryImplementationTest: Fail # Issue 523 | 220 FactoryImplementationTest: Fail # Issue 523 |
| 220 PseudoKWTest: Fail # Issue 356 | 221 PseudoKWTest: Fail # Issue 356 |
| 221 NamingTest: Fail # Issue 356 | 222 NamingTest: Fail # Issue 356 |
| 222 DuplicateImplementsTest: Skip # Issue 976 | 223 DuplicateImplementsTest: Skip # Issue 976 |
| 223 | 224 |
| 224 SavannahTest: Skip # TODO(jimhug): Seems flaky on some configs - investigate. | 225 SavannahTest: Skip # TODO(jimhug): Seems flaky on some configs - investigate. |
| (...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 391 # these tests are inconsistent in frogium and frogsh-node, investigate | 392 # these tests are inconsistent in frogium and frogsh-node, investigate |
| 392 StaticField1RunNegativeTest: Pass # but error is not correct | 393 StaticField1RunNegativeTest: Pass # but error is not correct |
| 393 StaticField2RunNegativeTest: Pass # but error is not correct | 394 StaticField2RunNegativeTest: Pass # but error is not correct |
| 394 | 395 |
| 395 | 396 |
| 396 [ $arch == simarm ] | 397 [ $arch == simarm ] |
| 397 *: Skip | 398 *: Skip |
| 398 | 399 |
| 399 [ $arch == arm ] | 400 [ $arch == arm ] |
| 400 *: Skip | 401 *: Skip |
| OLD | NEW |