| 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 && $system == macos ] |
| 25 # Fails with a connection refused error on the buildbot. |
| 26 # Issue 8232. |
| 27 debugger/basic_debugger_test: Pass, Fail |
| 28 |
| 25 # 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. |
| 26 # 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 |
| 27 # of allowed open files ('ulimit -n' says something like 256). | 31 # of allowed open files ('ulimit -n' says something like 256). |
| 28 io/socket_many_connections_test: Skip | 32 io/socket_many_connections_test: Skip |
| 29 | 33 |
| 30 # 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 |
| 31 # that are running an earlier version of MacOS. The issue is that the | 35 # that are running an earlier version of MacOS. The issue is that the |
| 32 # old version of MacOS does not expand the precomposed utf-8 it gets | 36 # old version of MacOS does not expand the precomposed utf-8 it gets |
| 33 # from the VM before comparing it to the decomposed utf-8 used for the | 37 # from the VM before comparing it to the decomposed utf-8 used for the |
| 34 # file system. | 38 # file system. |
| (...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 116 *: Skip | 120 *: Skip |
| 117 | 121 |
| 118 [ $arch == simarm ] | 122 [ $arch == simarm ] |
| 119 *: Skip | 123 *: Skip |
| 120 | 124 |
| 121 [ $arch == mips ] | 125 [ $arch == mips ] |
| 122 *: Skip | 126 *: Skip |
| 123 | 127 |
| 124 [ $arch == simmips ] | 128 [ $arch == simmips ] |
| 125 *: Skip | 129 *: Skip |
| OLD | NEW |