| 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 199 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 210 *FrogNegativeTest: Skip | 210 *FrogNegativeTest: Skip |
| 211 | 211 |
| 212 | 212 |
| 213 [ $component == dartium ] | 213 [ $component == dartium ] |
| 214 # TODO: These need to be retriaged. | 214 # TODO: These need to be retriaged. |
| 215 RichardsTest: Fail | 215 RichardsTest: Fail |
| 216 TypedMessageTest: Fail # Bug 5246195 | 216 TypedMessageTest: Fail # Bug 5246195 |
| 217 StringEscape1NegativeTest: Skip | 217 StringEscape1NegativeTest: Skip |
| 218 | 218 |
| 219 | 219 |
| 220 [ $component == frogsh || $component == webdriver] | 220 [ $component == frogsh || $component == webdriver || $component == frogium ] |
| 221 IntrinsifiedMethodsTest: Fail # Issue 1470 | 221 IntrinsifiedMethodsTest: Fail # Issue 1470 |
| 222 ArithmeticTest: Fail # Issue 1470 | 222 ArithmeticTest: Fail # Issue 1470 |
| 223 | 223 |
| 224 [ $component == frog ] | 224 [ $component == frog ] |
| 225 ToStringAsFixedTest: Fail # fails due to rounding in constant propagation | 225 ToStringAsFixedTest: Fail # fails due to rounding in constant propagation |
| 226 | 226 |
| 227 # This set of four test components (frog, frogsh, frogium, and webdriver) all | 227 # This set of four test components (frog, frogsh, frogium, and webdriver) all |
| 228 # consume frog output, so if frog is generating the incorrect code, chances are | 228 # consume frog output, so if frog is generating the incorrect code, chances are |
| 229 # it will fail on all of these components. | 229 # it will fail on all of these components. |
| 230 # | 230 # |
| (...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 449 | 449 |
| 450 [ $component == frog && $mode == debug ] | 450 [ $component == frog && $mode == debug ] |
| 451 ConstructorRedirect1NegativeTest: Skip # Undiagnosed infinite loop. | 451 ConstructorRedirect1NegativeTest: Skip # Undiagnosed infinite loop. |
| 452 ConstructorRedirect2NegativeTest: Skip # Undiagnosed infinite loop. | 452 ConstructorRedirect2NegativeTest: Skip # Undiagnosed infinite loop. |
| 453 | 453 |
| 454 [ $arch == simarm ] | 454 [ $arch == simarm ] |
| 455 *: Skip | 455 *: Skip |
| 456 | 456 |
| 457 [ $arch == arm ] | 457 [ $arch == arm ] |
| 458 *: Skip | 458 *: Skip |
| OLD | NEW |