| OLD | NEW |
| 1 # Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2013, 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 package/invalid_uri_test: Fail, OK # Fails intentionally | 5 package/invalid_uri_test: Fail, OK # Fails intentionally |
| 6 | 6 |
| 7 [ $runtime == vm ] | 7 [ $runtime == vm ] |
| 8 package/package_isolate_test: Fail # Issue 7520. | 8 package/package_isolate_test: Fail # Issue 7520. |
| 9 | 9 |
| 10 [ $runtime == vm && $checked ] | 10 [ $runtime == vm && $checked ] |
| 11 # These tests have type errors on purpose. | 11 # These tests have type errors on purpose. |
| 12 io/process_invalid_arguments_test: Fail, OK | 12 io/process_invalid_arguments_test: Fail, OK |
| 13 io/directory_invalid_arguments_test: Fail, OK | 13 io/directory_invalid_arguments_test: Fail, OK |
| 14 io/file_invalid_arguments_test: Fail, OK | 14 io/file_invalid_arguments_test: Fail, OK |
| 15 io/socket_invalid_arguments_test: Fail, OK | 15 io/socket_invalid_arguments_test: Fail, OK |
| 16 # These test have type errors on purpose and take very long to run in | 16 # These test have type errors on purpose and take very long to run in |
| 17 # checked mode with no benefit. Skip. | 17 # checked mode with no benefit. Skip. |
| 18 io/file_fuzz_test: Skip | 18 io/file_fuzz_test: Skip |
| 19 io/directory_fuzz_test: Skip | 19 io/directory_fuzz_test: Skip |
| 20 | 20 |
| 21 [ $runtime == vm && $system == macos && $arch == x64 ] | 21 [ $runtime == vm && $system == macos && $arch == x64 ] |
| 22 io/regress_7191_test: Pass, Timeout # http://dartbug.com/8091 | 22 io/regress_7191_test: Pass, Timeout # http://dartbug.com/8091 |
| 23 | 23 |
| 24 [ $runtime == vm && $system == macos ] | 24 [ $runtime == vm ] |
| 25 # Fails with a connection refused error on the buildbot. | 25 # Fails with a connection refused error on the buildbot. |
| 26 # Issue 8232. | 26 # Issue 8232. |
| 27 debugger/basic_debugger_test: Pass, Fail | 27 debugger/basic_debugger_test: Pass, Fail |
| 28 | 28 |
| 29 # This test fails with "Too many open files" on the Mac OS buildbot. | 29 # This test fails with "Too many open files" on the Mac OS buildbot. |
| 30 # This is expected as MacOS by default runs with a very low number | 30 # This is expected as MacOS by default runs with a very low number |
| 31 # of allowed open files ('ulimit -n' says something like 256). | 31 # of allowed open files ('ulimit -n' says something like 256). |
| 32 io/socket_many_connections_test: Skip | 32 io/socket_many_connections_test: Skip |
| 33 | 33 |
| 34 # These tests pass on MacOS 10.8.2 but fails on the buildbot machines | 34 # These tests pass on MacOS 10.8.2 but fails on the buildbot machines |
| (...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 114 *: Skip | 114 *: Skip |
| 115 | 115 |
| 116 [ $arch == simarm ] | 116 [ $arch == simarm ] |
| 117 *: Skip | 117 *: Skip |
| 118 | 118 |
| 119 [ $arch == mips ] | 119 [ $arch == mips ] |
| 120 *: Skip | 120 *: Skip |
| 121 | 121 |
| 122 [ $arch == simmips ] | 122 [ $arch == simmips ] |
| 123 *: Skip | 123 *: Skip |
| OLD | NEW |