| 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 # 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 [ $arch == ia32] | 12 [ $arch == ia32] |
| 13 ManyEchoServerTest: Skip # Bug 5103754 | 13 ManyEchoServerTest: Skip # Bug 5103754 |
| 14 | 14 |
| 15 BlackListedTest/01: Fail # Bug 5469684 | |
| 16 BlackListedTest/02: Fail # Bug 5469684 | |
| 17 BlackListedTest/03: Fail, Crash # Bug 5469684 | |
| 18 BlackListedTest/04: Fail, Crash # Bug 5469684 | |
| 19 BlackListedTest/05: Fail # Bug 5469684 | |
| 20 BlackListedTest/06: Fail # Bug 5469684 | |
| 21 BlackListedTest/07: Fail, Crash # Bug 5469684 | |
| 22 BlackListedTest/08: Fail # Bug 5469684 | |
| 23 BlackListedTest/09: Fail, Crash # Bug 5469684 | |
| 24 BlackListedTest/10: Fail, Crash # Bug 5469684 | |
| 25 BlackListedTest/11: Fail, Crash # Bug 5469684 | |
| 26 BlackListedTest/12: Fail, Crash # Bug 5469684 | |
| 27 | |
| 28 [ $arch == ia32 && $mode == release] | 15 [ $arch == ia32 && $mode == release] |
| 29 # Currently process tests are bound to debug mode. | 16 # Currently process tests are bound to debug mode. |
| 30 Process*: Skip # Bug 172 | 17 Process*: Skip # Bug 172 |
| 31 | 18 |
| 32 [ $arch == ia32 && $system == macos] | 19 [ $arch == ia32 && $system == macos] |
| 33 Process*: Skip # Bug 172 | 20 Process*: Skip # Bug 172 |
| 34 # 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. |
| 35 SocketManyConnectionsTest: Skip | 22 SocketManyConnectionsTest: Skip |
| 36 | 23 |
| 37 [ $arch == ia32 && $system == win32] | 24 [ $arch == ia32 && $system == win32] |
| (...skipping 29 matching lines...) Expand all Loading... |
| 67 [ $arch == x64 ] | 54 [ $arch == x64 ] |
| 68 *: Skip | 55 *: Skip |
| 69 | 56 |
| 70 | 57 |
| 71 [ $arch == arm ] | 58 [ $arch == arm ] |
| 72 *: Skip | 59 *: Skip |
| 73 | 60 |
| 74 | 61 |
| 75 [ $arch == simarm ] | 62 [ $arch == simarm ] |
| 76 *: Skip | 63 *: Skip |
| OLD | NEW |