| 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 | 11 |
| 12 [ $component == vm] | 12 [ $component == vm] |
| 13 ManyEchoServerTest: Skip # Bug 5103754 | 13 ManyEchoServerTest: Skip # Bug 5103754 |
| 14 | 14 |
| 15 [ $component == vm && $mode == release] | 15 [ $component == vm && $mode == release] |
| 16 # Currently process tests are bound to debug mode. | 16 # Currently process tests are bound to debug mode. |
| 17 Process*: Skip # Bug 172 | 17 Process*: Skip # Bug 172 |
| 18 | 18 |
| 19 [ $component == vm && $system == macos] | 19 [ $component == vm && $system == macos] |
| 20 Process*: Skip # Bug 172 | 20 Process*: Skip # Bug 172 |
| 21 # This test fails with "Too many open files" on the Mac OS buildbot. | 21 # This test fails with "Too many open files" on the Mac OS buildbot. |
| 22 SocketManyConnectionsTest: Skip | 22 SocketManyConnectionsTest: Skip |
| 23 | 23 |
| 24 [ $component == vm && $system == win32] | 24 [ $component == vm && $system == win32] |
| 25 Process*: Skip | 25 Process*: Skip |
| 26 | 26 |
| 27 [ $component == vm && $system == win32 && $mode == release ] | 27 [ $component == vm ] |
| 28 FileTest: Fail | 28 # Test has started failing on fresh checkouts. |
| 29 FileTest: Skip |
| 29 | 30 |
| 30 [ $component == dartium ] | 31 [ $component == dartium ] |
| 31 # Server specific tests OK to fail in the browser | 32 # Server specific tests OK to fail in the browser |
| 32 EchoServerTest: Skip # Uses Socket | 33 EchoServerTest: Skip # Uses Socket |
| 33 EchoServerStreamTest: Skip # Uses Socket | 34 EchoServerStreamTest: Skip # Uses Socket |
| 34 EchoServerStreamReadUntilTest: Skip # Uses Socket | 35 EchoServerStreamReadUntilTest: Skip # Uses Socket |
| 35 ManyEchoServerTest: Skip # Uses Socket | 36 ManyEchoServerTest: Skip # Uses Socket |
| 36 SocketCloseTest: Skip # Uses Socket | 37 SocketCloseTest: Skip # Uses Socket |
| 37 SocketExceptionTest: Skip # Uses Socket | 38 SocketExceptionTest: Skip # Uses Socket |
| 38 SocketManyConnectionsTest: Skip # Uses Socket | 39 SocketManyConnectionsTest: Skip # Uses Socket |
| (...skipping 18 matching lines...) Expand all Loading... |
| 57 [ $arch == x64 ] | 58 [ $arch == x64 ] |
| 58 *: Skip | 59 *: Skip |
| 59 | 60 |
| 60 | 61 |
| 61 [ $arch == arm ] | 62 [ $arch == arm ] |
| 62 *: Skip | 63 *: Skip |
| 63 | 64 |
| 64 | 65 |
| 65 [ $arch == simarm ] | 66 [ $arch == simarm ] |
| 66 *: Skip | 67 *: Skip |
| OLD | NEW |