| 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 prefix standalone | 5 prefix standalone |
| 6 | 6 |
| 7 [ $component == vm && $checked ] | 7 [ $component == vm && $checked ] |
| 8 # These tests have type errors on purpose. | 8 # These tests have type errors on purpose. |
| 9 ProcessInvalidArgumentsTest: Fail, OK | 9 ProcessInvalidArgumentsTest: Fail, OK |
| 10 DirectoryInvalidArgumentsTest: Fail, OK | 10 DirectoryInvalidArgumentsTest: Fail, OK |
| (...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 46 FailTest: Fail # Fails intentionally | 46 FailTest: Fail # Fails intentionally |
| 47 TimeoutTest: Skip # Uses Socket | 47 TimeoutTest: Skip # Uses Socket |
| 48 TestRunnerTest: Skip # Uses Process | 48 TestRunnerTest: Skip # Uses Process |
| 49 FileInvalidArgumentsTest: Skip # Uses File | 49 FileInvalidArgumentsTest: Skip # Uses File |
| 50 PlatformTest: Skip # Uses Platform | 50 PlatformTest: Skip # Uses Platform |
| 51 | 51 |
| 52 [ $component == dartc || $component == chromium ] | 52 [ $component == dartc || $component == chromium ] |
| 53 *: Skip | 53 *: Skip |
| 54 | 54 |
| 55 | 55 |
| 56 [ $component == frog || $component == frogsh ] |
| 57 *: Skip |
| 58 |
| 59 |
| 56 [ $arch == x64 ] | 60 [ $arch == x64 ] |
| 57 *: Skip | 61 *: Skip |
| 58 | 62 |
| 59 | 63 |
| 60 [ $arch == arm ] | 64 [ $arch == arm ] |
| 61 *: Skip | 65 *: Skip |
| 62 | 66 |
| 63 | 67 |
| 64 [ $arch == simarm ] | 68 [ $arch == simarm ] |
| 65 *: Skip | 69 *: Skip |
| OLD | NEW |