| 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 && $checked ] | 7 [ $arch == ia32 && $checked ] |
| 8 # This test has type errors on purpose. | 8 # This test has type errors on purpose. |
| 9 ProcessInvalidArgumentsTest: Fail, OK | 9 ProcessInvalidArgumentsTest: Fail, OK |
| 10 | 10 |
| 11 [ $arch == ia32] | 11 [ $arch == ia32] |
| 12 ManyEchoServerTest: Skip # Bug 5103754 | 12 ManyEchoServerTest: Skip # Bug 5103754 |
| 13 | 13 |
| 14 BlackListedTest/01: Fail # Bug 5469684 | |
| 15 BlackListedTest/02: Fail # Bug 5469684 | |
| 16 BlackListedTest/03: Fail, Crash # Bug 5469684 | |
| 17 BlackListedTest/04: Fail, Crash # Bug 5469684 | |
| 18 BlackListedTest/05: Fail # Bug 5469684 | |
| 19 BlackListedTest/06: Fail # Bug 5469684 | |
| 20 BlackListedTest/07: Fail, Crash # Bug 5469684 | |
| 21 BlackListedTest/08: Fail # Bug 5469684 | |
| 22 BlackListedTest/09: Fail, Crash # Bug 5469684 | |
| 23 BlackListedTest/10: Fail, Crash # Bug 5469684 | |
| 24 BlackListedTest/11: Fail, Crash # Bug 5469684 | |
| 25 BlackListedTest/12: Fail, Crash # Bug 5469684 | |
| 26 | |
| 27 [ $arch == ia32 && $mode == release] | 14 [ $arch == ia32 && $mode == release] |
| 28 # Currently process tests are bound to debug mode. | 15 # Currently process tests are bound to debug mode. |
| 29 Process*: Skip # Bug 172 | 16 Process*: Skip # Bug 172 |
| 30 | 17 |
| 31 [ $arch == ia32 && $system == macos] | 18 [ $arch == ia32 && $system == macos] |
| 32 Process*: Skip # Bug 172 | 19 Process*: Skip # Bug 172 |
| 33 # This test fails with "Too many open files" on the Mac OS buildbot. | 20 # This test fails with "Too many open files" on the Mac OS buildbot. |
| 34 SocketManyConnectionsTest: Skip | 21 SocketManyConnectionsTest: Skip |
| 35 | 22 |
| 36 [ $arch == ia32 && $system == win32] | 23 [ $arch == ia32 && $system == win32] |
| (...skipping 29 matching lines...) Expand all Loading... |
| 66 [ $arch == x64 ] | 53 [ $arch == x64 ] |
| 67 *: Skip | 54 *: Skip |
| 68 | 55 |
| 69 | 56 |
| 70 [ $arch == arm ] | 57 [ $arch == arm ] |
| 71 *: Skip | 58 *: Skip |
| 72 | 59 |
| 73 | 60 |
| 74 [ $arch == simarm ] | 61 [ $arch == simarm ] |
| 75 *: Skip | 62 *: Skip |
| OLD | NEW |