| 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 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 42 Process*: Skip # Uses Process | 42 Process*: Skip # Uses Process |
| 43 Directory*: Skip # Uses Directory | 43 Directory*: Skip # Uses Directory |
| 44 StringStreamTest: Skip # Uses InputStream | 44 StringStreamTest: Skip # Uses InputStream |
| 45 StatusFileParserTest: Skip # Uses FileInputStream | 45 StatusFileParserTest: Skip # Uses FileInputStream |
| 46 OptionsTest: Skip # Expects options being passed from command line. | 46 OptionsTest: Skip # Expects options being passed from command line. |
| 47 FailTest: Fail # Fails intentionally | 47 FailTest: Fail # Fails intentionally |
| 48 TimeoutTest: Skip # Uses Socket | 48 TimeoutTest: Skip # Uses Socket |
| 49 TestRunnerTest: Skip # Uses Process | 49 TestRunnerTest: Skip # Uses Process |
| 50 FileInvalidArgumentsTest: Skip # Uses File | 50 FileInvalidArgumentsTest: Skip # Uses File |
| 51 PlatformTest: Skip # Uses Platform | 51 PlatformTest: Skip # Uses Platform |
| 52 ChunkedStreamTest: Skip # Uses InputStream |
| 52 | 53 |
| 53 [ $component == dartc || $component == chromium ] | 54 [ $component == dartc || $component == chromium ] |
| 54 *: Skip | 55 *: Skip |
| 55 | 56 |
| 56 [ $component == frog || $component == frogsh || $component == leg || $component
== frogium ] | 57 [ $component == frog || $component == frogsh || $component == leg || $component
== frogium ] |
| 57 *: Skip | 58 *: Skip |
| 58 | 59 |
| 59 | 60 |
| 60 [ $component == frog || $component == frogsh ] | 61 [ $component == frog || $component == frogsh ] |
| 61 *: Skip | 62 *: Skip |
| 62 | 63 |
| 63 | 64 |
| 64 [ $arch == x64 ] | 65 [ $arch == x64 ] |
| 65 *: Skip | 66 *: Skip |
| 66 | 67 |
| 67 | 68 |
| 68 [ $arch == arm ] | 69 [ $arch == arm ] |
| 69 *: Skip | 70 *: Skip |
| 70 | 71 |
| 71 | 72 |
| 72 [ $arch == simarm ] | 73 [ $arch == simarm ] |
| 73 *: Skip | 74 *: Skip |
| OLD | NEW |