| 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 && ( $system == windows ) ] | 7 [ $runtime == vm && ( $system == windows ) ] |
| 8 io/http_shutdown_test: Pass, Fail # Issue 9101 | 8 io/http_shutdown_test: Pass, Fail # Issue 9101 |
| 9 | 9 |
| 10 [ $runtime == vm ] | 10 [ $runtime == vm ] |
| 11 package/package_isolate_test: Fail # http://dartbug.com/7520. | 11 package/package_isolate_test: Fail # http://dartbug.com/7520. |
| 12 io/raw_server_socket_cancel_test: Pass, Fail, Timeout # Issue 8675 | 12 io/raw_server_socket_cancel_test: Pass, Fail, Timeout # Issue 8675 |
| 13 | 13 |
| 14 [ $runtime == vm && $checked ] | 14 [ $runtime == vm && $checked ] |
| 15 # These tests have type errors on purpose. | 15 # These tests have type errors on purpose. |
| 16 io/process_invalid_arguments_test: Fail, OK | 16 io/process_invalid_arguments_test: Fail, OK |
| 17 io/directory_invalid_arguments_test: Fail, OK | 17 io/directory_invalid_arguments_test: Fail, OK |
| 18 io/file_invalid_arguments_test: Fail, OK | 18 io/file_invalid_arguments_test: Fail, OK |
| 19 io/socket_invalid_arguments_test: Fail, OK | 19 io/socket_invalid_arguments_test: Fail, OK |
| 20 io/stdout_bad_argument_test: Fail, OK | 20 io/stdout_bad_argument_test: Fail, OK |
| 21 # These test have type errors on purpose and take very long to run in | 21 # These test have type errors on purpose and take very long to run in |
| 22 # checked mode with no benefit. Skip. | 22 # checked mode with no benefit. Skip. |
| 23 io/file_fuzz_test: Skip | 23 io/file_fuzz_test: Skip |
| 24 io/directory_fuzz_test: Skip | 24 io/directory_fuzz_test: Skip |
| 25 | 25 |
| 26 [ $runtime == vm && $system == macos ] | |
| 27 io/regress_7191_test: Pass, Timeout # http://dartbug.com/8091 | |
| 28 | |
| 29 # This test fails with "Too many open files" on the Mac OS buildbot. | 26 # 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 | 27 # This is expected as MacOS by default runs with a very low number |
| 31 # of allowed open files ('ulimit -n' says something like 256). | 28 # of allowed open files ('ulimit -n' says something like 256). |
| 32 io/socket_many_connections_test: Skip | 29 io/socket_many_connections_test: Skip |
| 33 | 30 |
| 34 # These tests pass on MacOS 10.8.2 but fails on the buildbot machines | 31 # These tests pass on MacOS 10.8.2 but fails on the buildbot machines |
| 35 # that are running an earlier version of MacOS. The issue is that the | 32 # that are running an earlier version of MacOS. The issue is that the |
| 36 # old version of MacOS does not expand the precomposed utf-8 it gets | 33 # old version of MacOS does not expand the precomposed utf-8 it gets |
| 37 # from the VM before comparing it to the decomposed utf-8 used for the | 34 # from the VM before comparing it to the decomposed utf-8 used for the |
| 38 # file system. | 35 # file system. |
| (...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 118 *: Skip | 115 *: Skip |
| 119 | 116 |
| 120 [ $arch == simarm ] | 117 [ $arch == simarm ] |
| 121 *: Skip | 118 *: Skip |
| 122 | 119 |
| 123 [ $arch == mips ] | 120 [ $arch == mips ] |
| 124 *: Skip | 121 *: Skip |
| 125 | 122 |
| 126 [ $arch == simmips ] | 123 [ $arch == simmips ] |
| 127 *: Skip | 124 *: Skip |
| OLD | NEW |