| 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 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 | 64 HttpTest: Skip # Uses dart:io |
| 65 HttpParserTest: Skip # Uses dart:io | 65 HttpParserTest: Skip # Uses dart:io |
| 66 UrlEncodingTest: Skip # Uses dart:io | 66 UrlEncodingTest: Skip # Uses dart:io |
| 67 ManyDirectoryOperationsTest: Skip # Uses dart:io |
| 67 TestExtensionTest: Skip # Extensions implemented only in Dart shell. | 68 TestExtensionTest: Skip # Extensions implemented only in Dart shell. |
| 68 | 69 |
| 69 [ $component == dartc || $component == chromium ] | 70 [ $component == dartc || $component == chromium ] |
| 70 *: Skip | 71 *: Skip |
| 71 | 72 |
| 72 [ $component == frog || $component == frogsh || $component == leg || $component
== frogium ] | 73 [ $component == frog || $component == frogsh || $component == leg || $component
== frogium ] |
| 73 *: Skip | 74 *: Skip |
| 74 | 75 |
| 75 | 76 |
| 76 [ $component == frog || $component == frogsh ] | 77 [ $component == frog || $component == frogsh ] |
| 77 *: Skip | 78 *: Skip |
| 78 | 79 |
| 79 | 80 |
| 80 [ $arch == x64 ] | 81 [ $arch == x64 ] |
| 81 MediumIntegerTest: Fail # Issue 1146. | 82 MediumIntegerTest: Fail # Issue 1146. |
| 82 | 83 |
| 83 | 84 |
| 84 [ $arch == arm ] | 85 [ $arch == arm ] |
| 85 *: Skip | 86 *: Skip |
| 86 | 87 |
| 87 | 88 |
| 88 [ $arch == simarm ] | 89 [ $arch == simarm ] |
| 89 *: Skip | 90 *: Skip |
| OLD | NEW |