| 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 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 OutOfMemoryTest: Skip # Issue 1640 |
| 58 DartStdIOPipeTest: Skip: # Uses dart:io | 58 DartStdIOPipeTest: Skip # Uses dart:io |
| 59 | 59 |
| 60 [ $component == dartc || $component == chromium ] | 60 [ $component == dartc || $component == chromium ] |
| 61 *: Skip | 61 *: Skip |
| 62 | 62 |
| 63 [ $component == frog || $component == frogsh || $component == leg || $component
== frogium ] | 63 [ $component == frog || $component == frogsh || $component == leg || $component
== frogium ] |
| 64 *: Skip | 64 *: Skip |
| 65 | 65 |
| 66 | 66 |
| 67 [ $component == frog || $component == frogsh ] | 67 [ $component == frog || $component == frogsh ] |
| 68 *: Skip | 68 *: Skip |
| 69 | 69 |
| 70 | 70 |
| 71 [ $arch == x64 ] | 71 [ $arch == x64 ] |
| 72 MediumIntegerTest: Fail # Issue 1146. | 72 MediumIntegerTest: Fail # Issue 1146. |
| 73 | 73 |
| 74 | 74 |
| 75 [ $arch == arm ] | 75 [ $arch == arm ] |
| 76 *: Skip | 76 *: Skip |
| 77 | 77 |
| 78 | 78 |
| 79 [ $arch == simarm ] | 79 [ $arch == simarm ] |
| 80 *: Skip | 80 *: Skip |
| OLD | NEW |