| 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 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 45 OptionsTest: Skip # Expects options being passed from command line. | 45 OptionsTest: Skip # Expects options being passed from command line. |
| 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 [ $component == frog || $component == frogsh || $component == leg || $component
== frogium ] |
| 56 *: Skip |
| 57 |
| 55 | 58 |
| 56 [ $component == frog || $component == frogsh ] | 59 [ $component == frog || $component == frogsh ] |
| 57 *: Skip | 60 *: Skip |
| 58 | 61 |
| 59 | 62 |
| 60 [ $arch == x64 ] | 63 [ $arch == x64 ] |
| 61 *: Skip | 64 *: Skip |
| 62 | 65 |
| 63 | 66 |
| 64 [ $arch == arm ] | 67 [ $arch == arm ] |
| 65 *: Skip | 68 *: Skip |
| 66 | 69 |
| 67 | 70 |
| 68 [ $arch == simarm ] | 71 [ $arch == simarm ] |
| 69 *: Skip | 72 *: Skip |
| OLD | NEW |