| 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 # Temporarily disabled until the test scripts are rewritten for | 8 # Temporarily disabled until the test scripts are rewritten for |
| 9 # dart:io v2. | 9 # dart:io v2. |
| 10 io/skipping_dart2js_compilations_test: skip # Non-fatal process error. | 10 io/skipping_dart2js_compilations_test: skip # Non-fatal process error. |
| 11 io/status_file_parser_test: fail | 11 io/status_file_parser_test: fail |
| 12 io/test_runner_exit_code_test: fail | 12 io/test_runner_exit_code_test: fail |
| 13 io/test_runner_test: fail | 13 io/test_runner_test: fail |
| 14 io/io/secure_socket_bad_certificate_test: pass, timeout # Issue 8791 | |
| 15 | 14 |
| 16 [ $runtime == vm ] | 15 [ $runtime == vm ] |
| 17 io/https_client_test: Pass, Timeout # Issue 8674 | 16 io/https_client_test: Pass, Timeout # Issue 8674 |
| 18 io/secure_server_client_certificate_test: Fail | 17 io/secure_server_client_certificate_test: Fail |
| 19 io/web_socket_test: Pass, Timeout # Issue 8824 | 18 io/web_socket_test: Pass, Timeout # Issue 8824 |
| 20 | 19 |
| 21 [ $runtime == vm && ( $system == windows ) ] | 20 [ $runtime == vm && ( $system == windows ) ] |
| 22 io/web_socket_no_secure_test: Fail, Pass # Issue 8495. | 21 io/web_socket_no_secure_test: Fail, Pass # Issue 8495. |
| 23 io/https_client_certificate_test: Pass, Timeout # Issue 8674 | 22 io/https_client_certificate_test: Pass, Timeout # Issue 8674 |
| 24 io/raw_socket_test: Pass, Fail, Timeout # Issue 8675 | 23 io/raw_socket_test: Pass, Fail, Timeout # Issue 8675 |
| 25 io/socket_test: Pass, Timeout # Issue 8676 | 24 io/socket_test: Pass, Timeout # Issue 8676 |
| 26 io/socket_exception_test: Pass, Timeout # Issue 8677 | 25 io/socket_exception_test: Pass, Timeout # Issue 8677 |
| 27 io/https_server_test: Pass, Timeout # Issue 8674 | 26 io/https_server_test: Pass, Timeout # Issue 8674 |
| 28 io/https_client_socket_reuse_test: Pass, Timeout # Issue 8674 | 27 io/https_client_socket_reuse_test: Pass, Timeout # Issue 8674 |
| 29 io/http_client_request_test: Pass, Fail # Issue 8681 | 28 io/http_client_request_test: Pass, Fail # Issue 8681 |
| 30 io/http_proxy_test: Pass, Timeout # Issue 7773 | 29 io/http_proxy_test: Pass, Timeout # Issue 7773 |
| 31 io/raw_secure_socket_test: Pass, Fail # Issue 8795 | |
| 32 io/raw_secure_server_socket_test: Pass, Fail, Crash # Issues 8795, 7157 | |
| 33 io/raw_secure_socket_pause_test: Pass, Fail # Issue 8795 | |
| 34 io/secure_socket_test: Pass, Fail # Issue 8795 | |
| 35 | 30 |
| 36 [ $runtime == vm ] | 31 [ $runtime == vm ] |
| 37 package/package_isolate_test: Fail # http://dartbug.com/7520. | 32 package/package_isolate_test: Fail # http://dartbug.com/7520. |
| 38 | 33 |
| 34 # Fails with a connection refused error on the buildbot. |
| 35 # Issue 8232. |
| 36 debugger/basic_debugger_test: Pass, Fail |
| 37 |
| 38 |
| 39 [ $runtime == vm && $checked ] | 39 [ $runtime == vm && $checked ] |
| 40 # These tests have type errors on purpose. | 40 # These tests have type errors on purpose. |
| 41 io/process_invalid_arguments_test: Fail, OK | 41 io/process_invalid_arguments_test: Fail, OK |
| 42 io/directory_invalid_arguments_test: Fail, OK | 42 io/directory_invalid_arguments_test: Fail, OK |
| 43 io/file_invalid_arguments_test: Fail, OK | 43 io/file_invalid_arguments_test: Fail, OK |
| 44 io/socket_invalid_arguments_test: Fail, OK | 44 io/socket_invalid_arguments_test: Fail, OK |
| 45 # These test have type errors on purpose and take very long to run in | 45 # These test have type errors on purpose and take very long to run in |
| 46 # checked mode with no benefit. Skip. | 46 # checked mode with no benefit. Skip. |
| 47 io/file_fuzz_test: Skip | 47 io/file_fuzz_test: Skip |
| 48 io/directory_fuzz_test: Skip | 48 io/directory_fuzz_test: Skip |
| 49 | 49 |
| 50 [ $runtime == vm && $system == macos ] | 50 [ $runtime == vm && $system == macos ] |
| 51 io/regress_7191_test: Pass, Timeout # http://dartbug.com/8091 | 51 io/regress_7191_test: Pass, Timeout # http://dartbug.com/8091 |
| 52 | 52 |
| 53 [ $runtime == vm ] | |
| 54 # Fails with a connection refused error on the buildbot. | |
| 55 # Issue 8232. | |
| 56 debugger/basic_debugger_test: Pass, Fail | |
| 57 | |
| 58 # This test fails with "Too many open files" on the Mac OS buildbot. | 53 # This test fails with "Too many open files" on the Mac OS buildbot. |
| 59 # This is expected as MacOS by default runs with a very low number | 54 # This is expected as MacOS by default runs with a very low number |
| 60 # of allowed open files ('ulimit -n' says something like 256). | 55 # of allowed open files ('ulimit -n' says something like 256). |
| 61 io/socket_many_connections_test: Skip | 56 io/socket_many_connections_test: Skip |
| 62 | 57 |
| 63 # These tests pass on MacOS 10.8.2 but fails on the buildbot machines | 58 # These tests pass on MacOS 10.8.2 but fails on the buildbot machines |
| 64 # that are running an earlier version of MacOS. The issue is that the | 59 # that are running an earlier version of MacOS. The issue is that the |
| 65 # old version of MacOS does not expand the precomposed utf-8 it gets | 60 # old version of MacOS does not expand the precomposed utf-8 it gets |
| 66 # from the VM before comparing it to the decomposed utf-8 used for the | 61 # from the VM before comparing it to the decomposed utf-8 used for the |
| 67 # file system. | 62 # file system. |
| (...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 144 *: Skip | 139 *: Skip |
| 145 | 140 |
| 146 [ $arch == simarm ] | 141 [ $arch == simarm ] |
| 147 *: Skip | 142 *: Skip |
| 148 | 143 |
| 149 [ $arch == mips ] | 144 [ $arch == mips ] |
| 150 *: Skip | 145 *: Skip |
| 151 | 146 |
| 152 [ $arch == simmips ] | 147 [ $arch == simmips ] |
| 153 *: Skip | 148 *: Skip |
| OLD | NEW |