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