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 [ $arch == ia32] | 7 [ $arch == ia32] |
8 ManyEchoServerTest: Skip # Bug 5103754 | 8 ManyEchoServerTest: Skip # Bug 5103754 |
9 | 9 |
10 BlackListedTest/01: Fail # Bug 5469684 | 10 BlackListedTest/01: Fail # Bug 5469684 |
11 BlackListedTest/02: Fail # Bug 5469684 | 11 BlackListedTest/02: Fail # Bug 5469684 |
12 BlackListedTest/03: Fail, Crash # Bug 5469684 | 12 BlackListedTest/03: Fail, Crash # Bug 5469684 |
13 BlackListedTest/04: Fail, Crash # Bug 5469684 | 13 BlackListedTest/04: Fail, Crash # Bug 5469684 |
14 BlackListedTest/05: Fail # Bug 5469684 | 14 BlackListedTest/05: Fail # Bug 5469684 |
15 BlackListedTest/06: Fail # Bug 5469684 | 15 BlackListedTest/06: Fail # Bug 5469684 |
16 BlackListedTest/07: Fail, Crash # Bug 5469684 | 16 BlackListedTest/07: Fail, Crash # Bug 5469684 |
17 BlackListedTest/08: Fail # Bug 5469684 | 17 BlackListedTest/08: Fail # Bug 5469684 |
18 BlackListedTest/09: Fail, Crash # Bug 5469684 | 18 BlackListedTest/09: Fail, Crash # Bug 5469684 |
19 BlackListedTest/10: Fail, Crash # Bug 5469684 | 19 BlackListedTest/10: Fail, Crash # Bug 5469684 |
20 BlackListedTest/11: Fail, Crash # Bug 5469684 | 20 BlackListedTest/11: Fail, Crash # Bug 5469684 |
21 BlackListedTest/12: Fail, Crash # Bug 5469684 | 21 BlackListedTest/12: Fail, Crash # Bug 5469684 |
22 | 22 |
23 [ $arch == ia32 && $mode == release] | 23 [ $arch == ia32 && $mode == release] |
24 # Currently process tests are bound to debug mode. | 24 # Currently process tests are bound to debug mode. |
25 Process*: Skip | 25 Process*: Skip |
Ivan Posva
2011/10/21 15:42:29
This whole block should go as well.
jrgfogh
2011/10/24 09:03:21
Done.
| |
26 | 26 |
27 [ $arch == ia32 && $system == macos] | 27 [ $arch == ia32 && $system == macos] |
28 # Currently process tests are not working on Mac OS. | |
29 Process*: Skip | |
30 # This test fails with "Too many open files" on the Mac OS buildbot. | 28 # This test fails with "Too many open files" on the Mac OS buildbot. |
31 SocketManyConnectionsTest: Skip | 29 SocketManyConnectionsTest: Skip |
32 | 30 |
33 [ $arch == ia32 && $system == win32] | 31 [ $arch == ia32 && $system == win32] |
34 # Windows implementation of Process is still pending. | 32 # Windows implementation of Process is still pending. |
35 Process*: Skip | 33 Process*: Skip |
Ivan Posva
2011/10/21 15:42:29
ditto
jrgfogh
2011/10/24 09:03:21
Done.
| |
36 | 34 |
37 | 35 |
38 [ $arch == dartium ] | 36 [ $arch == dartium ] |
39 # Server specific tests OK to fail in the browser | 37 # Server specific tests OK to fail in the browser |
40 EchoServerTest: Skip # Uses Socket | 38 EchoServerTest: Skip # Uses Socket |
41 EchoServerStreamTest: Skip # Uses Socket | 39 EchoServerStreamTest: Skip # Uses Socket |
42 EchoServerStreamReadUntilTest: Skip # Uses Socket | 40 EchoServerStreamReadUntilTest: Skip # Uses Socket |
43 ManyEchoServerTest: Skip # Uses Socket | 41 ManyEchoServerTest: Skip # Uses Socket |
44 SocketCloseTest: Skip # Uses Socket | 42 SocketCloseTest: Skip # Uses Socket |
45 SocketExceptionTest: Skip # Uses Socket | 43 SocketExceptionTest: Skip # Uses Socket |
(...skipping 18 matching lines...) Expand all Loading... | |
64 [ $arch == x64 ] | 62 [ $arch == x64 ] |
65 *: Skip | 63 *: Skip |
66 | 64 |
67 | 65 |
68 [ $arch == arm ] | 66 [ $arch == arm ] |
69 *: Skip | 67 *: Skip |
70 | 68 |
71 | 69 |
72 [ $arch == simarm ] | 70 [ $arch == simarm ] |
73 *: Skip | 71 *: Skip |
OLD | NEW |