| 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 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 54 StatusFileParserTest: Skip # Uses FileInputStream | 54 StatusFileParserTest: Skip # Uses FileInputStream |
| 55 OptionsTest: Skip # Expects options being passed from command line. | 55 OptionsTest: Skip # Expects options being passed from command line. |
| 56 FailTest: Fail # Fails intentionally | 56 FailTest: Fail # Fails intentionally |
| 57 TimeoutTest: Skip # Uses Socket | 57 TimeoutTest: Skip # Uses Socket |
| 58 TestRunnerTest: Skip # Uses Process | 58 TestRunnerTest: Skip # Uses Process |
| 59 FileInvalidArgumentsTest: Skip # Uses File | 59 FileInvalidArgumentsTest: Skip # Uses File |
| 60 PlatformTest: Skip # Uses Platform | 60 PlatformTest: Skip # Uses Platform |
| 61 ChunkedStreamTest: Skip # Uses InputStream | 61 ChunkedStreamTest: Skip # Uses InputStream |
| 62 DartStdIOPipeTest: Skip # Uses dart:io | 62 DartStdIOPipeTest: Skip # Uses dart:io |
| 63 FileOutputStreamTest: Skip # Uses dart:io | 63 FileOutputStreamTest: Skip # Uses dart:io |
| 64 HttpTest: Skip # Uses dart:io |
| 65 HttpParserTest: Skip # Uses dart:io |
| 66 UrlEncodingTest: Skip # Uses dart:io |
| 64 TestExtensionTest: Skip # Extensions implemented only in Dart shell. | 67 TestExtensionTest: Skip # Extensions implemented only in Dart shell. |
| 65 | 68 |
| 66 [ $component == dartc || $component == chromium ] | 69 [ $component == dartc || $component == chromium ] |
| 67 *: Skip | 70 *: Skip |
| 68 | 71 |
| 69 [ $component == frog || $component == frogsh || $component == leg || $component
== frogium ] | 72 [ $component == frog || $component == frogsh || $component == leg || $component
== frogium ] |
| 70 *: Skip | 73 *: Skip |
| 71 | 74 |
| 72 | 75 |
| 73 [ $component == frog || $component == frogsh ] | 76 [ $component == frog || $component == frogsh ] |
| 74 *: Skip | 77 *: Skip |
| 75 | 78 |
| 76 | 79 |
| 77 [ $arch == x64 ] | 80 [ $arch == x64 ] |
| 78 MediumIntegerTest: Fail # Issue 1146. | 81 MediumIntegerTest: Fail # Issue 1146. |
| 79 | 82 |
| 80 | 83 |
| 81 [ $arch == arm ] | 84 [ $arch == arm ] |
| 82 *: Skip | 85 *: Skip |
| 83 | 86 |
| 84 | 87 |
| 85 [ $arch == simarm ] | 88 [ $arch == simarm ] |
| 86 *: Skip | 89 *: Skip |
| OLD | NEW |