| 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 164 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 175 RichardsTest: Fail | 175 RichardsTest: Fail |
| 176 TypedMessageTest: Fail # Bug 5246195 | 176 TypedMessageTest: Fail # Bug 5246195 |
| 177 | 177 |
| 178 | 178 |
| 179 [ $component == frog ] | 179 [ $component == frog ] |
| 180 ToStringAsFixedTest: Fail # fails due to rounding in constant propagation | 180 ToStringAsFixedTest: Fail # fails due to rounding in constant propagation |
| 181 | 181 |
| 182 [ $component == frogsh || $component == frog || $component == webdriver || $com
ponent == frogium ] | 182 [ $component == frogsh || $component == frog || $component == webdriver || $com
ponent == frogium ] |
| 183 # TODO(efortuna): Distinguish between specific browser being run for webdriver | 183 # TODO(efortuna): Distinguish between specific browser being run for webdriver |
| 184 # (by flag option) to specify which tests pass. | 184 # (by flag option) to specify which tests pass. |
| 185 FactoryNegativeTest: Fail # Issue 417 | |
| 186 Factory3Test: Fail # Issue 417 | 185 Factory3Test: Fail # Issue 417 |
| 187 CallThroughNullGetterTest: Fail # Throw ObjectNotClosure instead of NullPointerE
xception. | 186 CallThroughNullGetterTest: Fail # Throw ObjectNotClosure instead of NullPointerE
xception. |
| 188 OptimizedSetterTest: Fail # Issue 863 | 187 OptimizedSetterTest: Fail # Issue 863 |
| 189 | 188 |
| 190 FactoryImplementationTest: Fail # Issue 523 | 189 FactoryImplementationTest: Fail # Issue 523 |
| 191 | 190 |
| 192 # VM or DartC specific tests not to be run by Frog. See language.status | 191 # VM or DartC specific tests not to be run by Frog. See language.status |
| 193 *VMTest: Skip | 192 *VMTest: Skip |
| 194 *VMNegativeTest: Skip | 193 *VMNegativeTest: Skip |
| 195 *DartcTest: Skip | 194 *DartcTest: Skip |
| (...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 334 NumberSyntaxTest: Timeout | 333 NumberSyntaxTest: Timeout |
| 335 | 334 |
| 336 [ $arch == x64 ] | 335 [ $arch == x64 ] |
| 337 *: Skip | 336 *: Skip |
| 338 | 337 |
| 339 [ $arch == simarm ] | 338 [ $arch == simarm ] |
| 340 *: Skip | 339 *: Skip |
| 341 | 340 |
| 342 [ $arch == arm ] | 341 [ $arch == arm ] |
| 343 *: Skip | 342 *: Skip |
| OLD | NEW |