| 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 ] |
| 24 # Skip this test for now because it has type mismatches on purpose. |
| 25 # We need to disable it for checked tests only. |
| 26 ProcessInvalidArgumentsTest: Skip |
| 27 |
| 23 [ $arch == ia32 && $mode == release] | 28 [ $arch == ia32 && $mode == release] |
| 24 # Currently process tests are bound to debug mode. | 29 # Currently process tests are bound to debug mode. |
| 25 Process*: Skip | 30 Process*: Skip |
| 26 | 31 |
| 27 [ $arch == ia32 && $system == macos] | 32 [ $arch == ia32 && $system == macos] |
| 28 # Currently process tests are not working on Mac OS. | 33 # Currently process tests are not working on Mac OS. |
| 29 Process*: Skip | 34 Process*: Skip |
| 30 # This test fails with "Too many open files" on the Mac OS buildbot. | 35 # This test fails with "Too many open files" on the Mac OS buildbot. |
| 31 SocketManyConnectionsTest: Skip | 36 SocketManyConnectionsTest: Skip |
| 32 | 37 |
| (...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 64 [ $arch == x64 ] | 69 [ $arch == x64 ] |
| 65 *: Skip | 70 *: Skip |
| 66 | 71 |
| 67 | 72 |
| 68 [ $arch == arm ] | 73 [ $arch == arm ] |
| 69 *: Skip | 74 *: Skip |
| 70 | 75 |
| 71 | 76 |
| 72 [ $arch == simarm ] | 77 [ $arch == simarm ] |
| 73 *: Skip | 78 *: Skip |
| OLD | NEW |