| 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/raw_socket_test: Pass, Fail # Issue 8901 | 8 io/raw_socket_test: Pass, Fail # Issue 8901 |
| 9 io/http_shutdown_test: Pass, Fail # Issue 9101 | 9 io/http_shutdown_test: Pass, Fail # Issue 9101 |
| 10 | 10 |
| (...skipping 10 matching lines...) Expand all Loading... |
| 21 # These tests have type errors on purpose. | 21 # These tests have type errors on purpose. |
| 22 io/process_invalid_arguments_test: Fail, OK | 22 io/process_invalid_arguments_test: Fail, OK |
| 23 io/directory_invalid_arguments_test: Fail, OK | 23 io/directory_invalid_arguments_test: Fail, OK |
| 24 io/file_invalid_arguments_test: Fail, OK | 24 io/file_invalid_arguments_test: Fail, OK |
| 25 io/socket_invalid_arguments_test: Fail, OK | 25 io/socket_invalid_arguments_test: Fail, OK |
| 26 io/stdout_bad_argument_test: Fail, OK | 26 io/stdout_bad_argument_test: Fail, OK |
| 27 # These test have type errors on purpose and take very long to run in | 27 # These test have type errors on purpose and take very long to run in |
| 28 # checked mode with no benefit. Skip. | 28 # checked mode with no benefit. Skip. |
| 29 io/file_fuzz_test: Skip | 29 io/file_fuzz_test: Skip |
| 30 io/directory_fuzz_test: Skip | 30 io/directory_fuzz_test: Skip |
| 31 io/process_exit_negative_test: Pass, Crash # Issue 9403 |
| 31 | 32 |
| 32 [ $runtime == vm && $system == macos ] | 33 [ $runtime == vm && $system == macos ] |
| 33 io/regress_7191_test: Pass, Timeout # http://dartbug.com/8091 | 34 io/regress_7191_test: Pass, Timeout # http://dartbug.com/8091 |
| 34 | 35 |
| 35 # This test fails with "Too many open files" on the Mac OS buildbot. | 36 # This test fails with "Too many open files" on the Mac OS buildbot. |
| 36 # This is expected as MacOS by default runs with a very low number | 37 # This is expected as MacOS by default runs with a very low number |
| 37 # of allowed open files ('ulimit -n' says something like 256). | 38 # of allowed open files ('ulimit -n' says something like 256). |
| 38 io/socket_many_connections_test: Skip | 39 io/socket_many_connections_test: Skip |
| 39 | 40 |
| 40 # These tests pass on MacOS 10.8.2 but fails on the buildbot machines | 41 # These tests pass on MacOS 10.8.2 but fails on the buildbot machines |
| (...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 122 *: Skip | 123 *: Skip |
| 123 | 124 |
| 124 [ $arch == simarm ] | 125 [ $arch == simarm ] |
| 125 *: Skip | 126 *: Skip |
| 126 | 127 |
| 127 [ $arch == mips ] | 128 [ $arch == mips ] |
| 128 *: Skip | 129 *: Skip |
| 129 | 130 |
| 130 [ $arch == simmips ] | 131 [ $arch == simmips ] |
| 131 *: Skip | 132 *: Skip |
| OLD | NEW |