| 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 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 55 TypeVariableBoundsTest/10: Fail | 55 TypeVariableBoundsTest/10: Fail |
| 56 | 56 |
| 57 #Issue 1307. | 57 #Issue 1307. |
| 58 NamedParameters2Test: Fail | 58 NamedParameters2Test: Fail |
| 59 NamedParameters3Test: Fail | 59 NamedParameters3Test: Fail |
| 60 NamedParameters4Test: Fail | 60 NamedParameters4Test: Fail |
| 61 | 61 |
| 62 UnaryPlusNegativeTest: Fail # Issue 1229 | 62 UnaryPlusNegativeTest: Fail # Issue 1229 |
| 63 | 63 |
| 64 # Issue 1350. | 64 # Issue 1350. |
| 65 StringEscape1NegativeTest: Skip | 65 StringEscape1NegativeTest: Fail |
| 66 StringEscape4NegativeTest: Fail | 66 StringEscape4NegativeTest: Fail |
| 67 | 67 |
| 68 | 68 |
| 69 # DartC or Frog specific tests that should not be run by the VM | 69 # DartC or Frog specific tests that should not be run by the VM |
| 70 *DartcTest: Skip | 70 *DartcTest: Skip |
| 71 *DartcNegativeTest: Skip | 71 *DartcNegativeTest: Skip |
| 72 *FrogTest: Skip | 72 *FrogTest: Skip |
| 73 *FrogNegativeTest: Skip | 73 *FrogNegativeTest: Skip |
| 74 | 74 |
| 75 # Issue 1034 | 75 # Issue 1034 |
| (...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 198 *VMTest: Skip | 198 *VMTest: Skip |
| 199 *VMNegativeTest: Skip | 199 *VMNegativeTest: Skip |
| 200 *FrogTest: Skip | 200 *FrogTest: Skip |
| 201 *FrogNegativeTest: Skip | 201 *FrogNegativeTest: Skip |
| 202 | 202 |
| 203 | 203 |
| 204 [ $component == dartium ] | 204 [ $component == dartium ] |
| 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 StringEscape1NegativeTest: Skip |
| 208 | 209 |
| 209 | 210 |
| 210 [ $component == frog ] | 211 [ $component == frog ] |
| 211 ToStringAsFixedTest: Fail # fails due to rounding in constant propagation | 212 ToStringAsFixedTest: Fail # fails due to rounding in constant propagation |
| 212 | 213 |
| 213 [ $component == frogsh || $component == frog || ($component == webdriver && ($b
rowser == chrome || $browser == ff || $browser == safari)) || $component == frog
ium ] | 214 [ $component == frogsh || $component == frog || ($component == webdriver && ($b
rowser == chrome || $browser == ff || $browser == safari)) || $component == frog
ium ] |
| 214 Factory3Test: Fail # Issue 417 | 215 Factory3Test: Fail # Issue 417 |
| 215 Factory2NegativeTest: Fail | 216 Factory2NegativeTest: Fail |
| 216 CallThroughNullGetterTest: Fail # Throw ObjectNotClosure instead of NullPointerE
xception. | 217 CallThroughNullGetterTest: Fail # Throw ObjectNotClosure instead of NullPointerE
xception. |
| 217 ExtendTypeParameterNegativeTest: Skip # Issue 886 | 218 ExtendTypeParameterNegativeTest: Skip # Issue 886 |
| (...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 392 # these tests are inconsistent in frogium and frogsh-node, investigate | 393 # these tests are inconsistent in frogium and frogsh-node, investigate |
| 393 StaticField1RunNegativeTest: Pass # but error is not correct | 394 StaticField1RunNegativeTest: Pass # but error is not correct |
| 394 StaticField2RunNegativeTest: Pass # but error is not correct | 395 StaticField2RunNegativeTest: Pass # but error is not correct |
| 395 | 396 |
| 396 | 397 |
| 397 [ $arch == simarm ] | 398 [ $arch == simarm ] |
| 398 *: Skip | 399 *: Skip |
| 399 | 400 |
| 400 [ $arch == arm ] | 401 [ $arch == arm ] |
| 401 *: Skip | 402 *: Skip |
| OLD | NEW |