| 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 180 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 191 *VMTest: Skip | 191 *VMTest: Skip |
| 192 *VMNegativeTest: Skip | 192 *VMNegativeTest: Skip |
| 193 *FrogTest: Skip | 193 *FrogTest: Skip |
| 194 *FrogNegativeTest: Skip | 194 *FrogNegativeTest: Skip |
| 195 | 195 |
| 196 | 196 |
| 197 [ $component == dartium ] | 197 [ $component == dartium ] |
| 198 # TODO: These need to be retriaged. | 198 # TODO: These need to be retriaged. |
| 199 DisablePrivacyTest: Skip | 199 DisablePrivacyTest: Skip |
| 200 RichardsTest: Fail | 200 RichardsTest: Fail |
| 201 TypedMessageTest: Fail # Bug 5246195 | |
| 202 StringEscape1NegativeTest: Skip | 201 StringEscape1NegativeTest: Skip |
| 203 GCTest: Skip # Issue 1487 | 202 GCTest: Skip # Issue 1487 |
| 204 | 203 |
| 205 | 204 |
| 206 [ $component == frogsh ] | 205 [ $component == frogsh ] |
| 207 IntrinsifiedMethodsTest: Fail # Issue 1470 | 206 IntrinsifiedMethodsTest: Fail # Issue 1470 |
| 208 ArithmeticTest: Fail # Issue 1470 | 207 ArithmeticTest: Fail # Issue 1470 |
| 209 | 208 |
| 210 # This set of four test components (frog, frogsh, frogium, and webdriver) all | 209 # This set of four test components (frog, frogsh, frogium, and webdriver) all |
| 211 # consume frog output, so if frog is generating the incorrect code, chances are | 210 # consume frog output, so if frog is generating the incorrect code, chances are |
| (...skipping 240 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 452 [ $component == frog && $mode == debug ] | 451 [ $component == frog && $mode == debug ] |
| 453 ConstructorRedirect1NegativeTest: Skip # Undiagnosed infinite loop. | 452 ConstructorRedirect1NegativeTest: Skip # Undiagnosed infinite loop. |
| 454 ConstructorRedirect2NegativeTest: Skip # Undiagnosed infinite loop. | 453 ConstructorRedirect2NegativeTest: Skip # Undiagnosed infinite loop. |
| 455 | 454 |
| 456 [ $arch == simarm ] | 455 [ $arch == simarm ] |
| 457 *: Skip | 456 *: Skip |
| 458 | 457 |
| 459 [ $arch == arm ] | 458 [ $arch == arm ] |
| 460 *: Skip | 459 *: Skip |
| 461 | 460 |
| OLD | NEW |