| 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 |
| 11 FileInvalidArgumentsTest: Fail, OK |
| 11 | 12 |
| 12 [ $component == vm] | 13 [ $component == vm] |
| 13 ManyEchoServerTest: Skip # Bug 5103754 | 14 ManyEchoServerTest: Skip # Bug 5103754 |
| 14 | 15 |
| 15 [ $component == vm && $mode == release] | 16 [ $component == vm && $mode == release] |
| 16 # Currently process tests are bound to debug mode. | 17 # Currently process tests are bound to debug mode. |
| 17 Process*: Skip # Bug 172 | 18 Process*: Skip # Bug 172 |
| 18 | 19 |
| 19 [ $component == vm && $system == macos] | 20 [ $component == vm && $system == macos] |
| 20 Process*: Skip # Bug 172 | 21 Process*: Skip # Bug 172 |
| (...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 55 [ $arch == x64 ] | 56 [ $arch == x64 ] |
| 56 *: Skip | 57 *: Skip |
| 57 | 58 |
| 58 | 59 |
| 59 [ $arch == arm ] | 60 [ $arch == arm ] |
| 60 *: Skip | 61 *: Skip |
| 61 | 62 |
| 62 | 63 |
| 63 [ $arch == simarm ] | 64 [ $arch == simarm ] |
| 64 *: Skip | 65 *: Skip |
| OLD | NEW |