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