| 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 dart | 5 prefix dart |
| 6 | 6 |
| 7 [ $arch == ia32] | 7 [ $arch == ia32] |
| 8 ManyEchoServerTest: Skip # Bug 5103754 | 8 ManyEchoServerTest: Skip # Bug 5103754 |
| 9 | 9 |
| 10 | 10 |
| 11 [ $arch == ia32 && $mode == release] | 11 [ $arch == ia32 && $mode == release] |
| 12 # Currently process tests are bound to debug mode. | 12 # Currently process tests are bound to debug mode. |
| 13 Process*: Skip | 13 Process*: Skip |
| 14 | 14 |
| 15 | 15 |
| 16 [ $arch == ia32 && $system == macos] | 16 [ $arch == ia32 && $system == macos] |
| 17 # Currently process tests are not working on Mac OS. | 17 # Currently process tests are not working on Mac OS. |
| 18 Process*: Skip | 18 Process*: Skip |
| 19 | 19 |
| 20 | 20 |
| 21 [ $arch == ia32 && $system == linux] | |
| 22 # Currently process tests can cause timeouts on Linux. | |
| 23 Process*: Skip # Bug 1 | |
| 24 | |
| 25 | |
| 26 [ $arch == ia32 && $system == win32] | 21 [ $arch == ia32 && $system == win32] |
| 27 # Windows implementation of Process is still pending. | 22 # Windows implementation of Process is still pending. |
| 28 Process*: Skip | 23 Process*: Skip |
| 29 EchoServerStreamReadUntilTest: Skip # Bug 5414270 | 24 EchoServerStreamReadUntilTest: Skip # Bug 5414270 |
| 30 | 25 |
| 31 | 26 |
| 32 [ $arch == dartium ] | 27 [ $arch == dartium ] |
| 33 # Server specific tests OK to fail in the browser | 28 # Server specific tests OK to fail in the browser |
| 34 EchoServerTest: Skip # Uses Socket | 29 EchoServerTest: Skip # Uses Socket |
| 35 EchoServerStreamTest: Skip # Uses Socket | 30 EchoServerStreamTest: Skip # Uses Socket |
| (...skipping 19 matching lines...) Expand all Loading... |
| 55 [ $arch == x64 ] | 50 [ $arch == x64 ] |
| 56 *: Skip | 51 *: Skip |
| 57 | 52 |
| 58 | 53 |
| 59 [ $arch == arm ] | 54 [ $arch == arm ] |
| 60 *: Skip | 55 *: Skip |
| 61 | 56 |
| 62 | 57 |
| 63 [ $arch == simarm ] | 58 [ $arch == simarm ] |
| 64 *: Skip | 59 *: Skip |
| OLD | NEW |