| 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 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 71 Private3Test: Fail # Bug 5391976 | 71 Private3Test: Fail # Bug 5391976 |
| 72 Switch3NegativeTest: Crash # Bug 5318228 | 72 Switch3NegativeTest: Crash # Bug 5318228 |
| 73 BadNamedParametersTest: Fail # Bug 4202974 - release mode is not thr
owing NSME | 73 BadNamedParametersTest: Fail # Bug 4202974 - release mode is not thr
owing NSME |
| 74 CTConst2Test: Fail # Codesite issue 124 | 74 CTConst2Test: Fail # Codesite issue 124 |
| 75 | 75 |
| 76 # Problems specific to dartc debug mode | 76 # Problems specific to dartc debug mode |
| 77 [ ($component == dartc || $component == chromium) && $mode == debug ] | 77 [ ($component == dartc || $component == chromium) && $mode == debug ] |
| 78 | 78 |
| 79 | 79 |
| 80 [ $component == dartc || $component == chromium ] | 80 [ $component == dartc || $component == chromium ] |
| 81 CallThroughNullGetterTest: Fail # Throw ObjectNotClosure instead of NullPointerE
xception. |
| 82 |
| 81 Library4NegativeTest: Fail # Bug 5406175 | 83 Library4NegativeTest: Fail # Bug 5406175 |
| 82 Prefix3NegativeTest: Fail # Bug 5406175 | 84 Prefix3NegativeTest: Fail # Bug 5406175 |
| 83 Prefix11NegativeTest: Fail # Bug 5406175 | 85 Prefix11NegativeTest: Fail # Bug 5406175 |
| 84 Prefix12NegativeTest: Fail # Bug 5406175 | 86 Prefix12NegativeTest: Fail # Bug 5406175 |
| 85 Prefix14Test: Fail # Bug 5406175 | 87 Prefix14Test: Fail # Bug 5406175 |
| 86 Prefix15Test: Skip # Bug 5406175 | 88 Prefix15Test: Skip # Bug 5406175 |
| 87 Prefix16NegativeTest: Fail # Bug 5532534 | 89 Prefix16NegativeTest: Fail # Bug 5532534 |
| 88 ConstConstructor1NegativeTest: FAIL # Bug 5142545 | 90 ConstConstructor1NegativeTest: FAIL # Bug 5142545 |
| 89 ConstConstructor2NegativeTest: FAIL # Bug 5142545 | 91 ConstConstructor2NegativeTest: FAIL # Bug 5142545 |
| 90 CTConst3Test: Fail # Codesite Issue 120 | 92 CTConst3Test: Fail # Codesite Issue 120 |
| (...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 193 Private3Test: Fail | 195 Private3Test: Fail |
| 194 | 196 |
| 195 TypedMessageTest: Fail # Bug 5246195 | 197 TypedMessageTest: Fail # Bug 5246195 |
| 196 | 198 |
| 197 | 199 |
| 198 [ $component == frog || $component == leg ] | 200 [ $component == frog || $component == leg ] |
| 199 ToStringAsFixedTest: Fail # fails due to rounding in constant propagation | 201 ToStringAsFixedTest: Fail # fails due to rounding in constant propagation |
| 200 | 202 |
| 201 [ $component == frogsh || $component == frog || $component == leg || $component
== webdriver || $component == frogium ] | 203 [ $component == frogsh || $component == frog || $component == leg || $component
== webdriver || $component == frogium ] |
| 202 FactoryNegativeTest: Fail # Issue 417 | 204 FactoryNegativeTest: Fail # Issue 417 |
| 205 CallThroughNullGetterTest: Fail # Throw ObjectNotClosure instead of NullPointerE
xception. |
| 203 | 206 |
| 204 # VM or DartC specific tests not to be run by Frog. See language.status | 207 # VM or DartC specific tests not to be run by Frog. See language.status |
| 205 *VMTest: Skip | 208 *VMTest: Skip |
| 206 *VMNegativeTest: Skip | 209 *VMNegativeTest: Skip |
| 207 *DartcTest: Skip | 210 *DartcTest: Skip |
| 208 *DartcNegativeTest: Skip | 211 *DartcNegativeTest: Skip |
| 209 # Currently, these patterns skip three tests: | 212 # Currently, these patterns skip three tests: |
| 210 # MathVMTest - correctly skipped as this relies on VM guarantees | 213 # MathVMTest - correctly skipped as this relies on VM guarantees |
| 211 # - should add a version of this with the --enable_type_checks flag | 214 # - should add a version of this with the --enable_type_checks flag |
| 212 # TypeVMTest - correctly skipped as this relies on detailed of TypeError | 215 # TypeVMTest - correctly skipped as this relies on detailed of TypeError |
| (...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 351 StaticField2RunNegativeTest: Fail | 354 StaticField2RunNegativeTest: Fail |
| 352 | 355 |
| 353 [ $arch == x64 ] | 356 [ $arch == x64 ] |
| 354 *: Skip | 357 *: Skip |
| 355 | 358 |
| 356 [ $arch == simarm ] | 359 [ $arch == simarm ] |
| 357 *: Skip | 360 *: Skip |
| 358 | 361 |
| 359 [ $arch == arm ] | 362 [ $arch == arm ] |
| 360 *: Skip | 363 *: Skip |
| OLD | NEW |