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] | |
16 # Currently process tests are bound to debug mode. | |
17 Process*: Skip # Bug 172 | |
18 | |
19 [ $component == vm && $system == macos] | 15 [ $component == vm && $system == macos] |
20 Process*: Skip # Bug 172 | |
21 # This test fails with "Too many open files" on the Mac OS buildbot. | 16 # This test fails with "Too many open files" on the Mac OS buildbot. |
22 SocketManyConnectionsTest: Skip | 17 SocketManyConnectionsTest: Skip |
23 | 18 |
24 [ $component == vm && $system == win32] | |
25 Process*: Skip | |
26 | |
27 [ $component == dartium ] | 19 [ $component == dartium ] |
28 # Server specific tests OK to fail in the browser | 20 # Server specific tests OK to fail in the browser |
29 EchoServerTest: Skip # Uses Socket | 21 EchoServerTest: Skip # Uses Socket |
30 EchoServerStreamTest: Skip # Uses Socket | 22 EchoServerStreamTest: Skip # Uses Socket |
31 EchoServerStreamReadUntilTest: Skip # Uses Socket | 23 EchoServerStreamReadUntilTest: Skip # Uses Socket |
32 ManyEchoServerTest: Skip # Uses Socket | 24 ManyEchoServerTest: Skip # Uses Socket |
33 SocketCloseTest: Skip # Uses Socket | 25 SocketCloseTest: Skip # Uses Socket |
34 SocketExceptionTest: Skip # Uses Socket | 26 SocketExceptionTest: Skip # Uses Socket |
35 SocketManyConnectionsTest: Skip # Uses Socket | 27 SocketManyConnectionsTest: Skip # Uses Socket |
36 FileTest: Skip | 28 FileTest: Skip |
(...skipping 17 matching lines...) Expand all Loading... |
54 [ $arch == x64 ] | 46 [ $arch == x64 ] |
55 *: Skip | 47 *: Skip |
56 | 48 |
57 | 49 |
58 [ $arch == arm ] | 50 [ $arch == arm ] |
59 *: Skip | 51 *: Skip |
60 | 52 |
61 | 53 |
62 [ $arch == simarm ] | 54 [ $arch == simarm ] |
63 *: Skip | 55 *: Skip |
OLD | NEW |