| 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 # Temporary IO library change disables, timeout | 5 # Temporary IO library change disables, timeout |
| 6 io/http_advanced_test: skip | 6 io/http_advanced_test: skip |
| 7 io/http_read_test: skip | 7 io/http_read_test: skip |
| 8 | 8 |
| 9 | 9 |
| 10 # Temporary IO library change disables, fail | 10 # Temporary IO library change disables, fail |
| 11 # HTTP tests | 11 # HTTP tests |
| 12 io/http_auth_test: fail | 12 io/http_auth_test: fail |
| 13 io/http_connection_header_test: fail | 13 io/http_connection_header_test: fail |
| 14 io/http_connection_info_test: fail | 14 io/http_connection_info_test: fail |
| 15 io/http_content_length_test: fail | 15 io/http_content_length_test: fail |
| 16 io/http_date_test: fail | 16 io/http_date_test: fail |
| 17 io/http_head_test: fail | 17 io/http_head_test: fail |
| 18 io/http_headers_state_test: fail | 18 io/http_headers_state_test: fail |
| 19 io/http_headers_test: fail | 19 io/http_headers_test: fail |
| 20 io/http_parser_test: fail | 20 io/http_parser_test: fail |
| 21 io/http_proxy_test: fail | 21 io/http_proxy_test: fail |
| 22 io/http_redirect_test: fail | |
| 23 io/http_server_early_client_close_test: fail | 22 io/http_server_early_client_close_test: fail |
| 24 io/http_server_early_server_close_test: fail | 23 io/http_server_early_server_close_test: fail |
| 25 io/http_server_handler_test: fail | 24 io/http_server_handler_test: fail |
| 26 io/http_server_socket_test: fail | 25 io/http_server_socket_test: fail |
| 27 io/http_session_test: fail | 26 io/http_session_test: fail |
| 28 io/http_shutdown_test: fail | 27 io/http_shutdown_test: fail |
| 29 io/https_client_certificate_test: fail | 28 io/https_client_certificate_test: fail |
| 30 io/https_client_test: fail | 29 io/https_client_test: fail |
| 31 io/https_server_test: fail | 30 io/https_server_test: fail |
| 32 | 31 |
| (...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 67 io/secure_session_resume_test: fail | 66 io/secure_session_resume_test: fail |
| 68 io/test_extension_fail_test: fail | 67 io/test_extension_fail_test: fail |
| 69 io/test_extension_test: fail | 68 io/test_extension_test: fail |
| 70 io/url_encoding_test: fail | 69 io/url_encoding_test: fail |
| 71 io/web_socket_test: fail | 70 io/web_socket_test: fail |
| 72 io/secure_socket_bad_certificate_test: fail | 71 io/secure_socket_bad_certificate_test: fail |
| 73 io/secure_socket_test: fail | 72 io/secure_socket_test: fail |
| 74 io/secure_stream_test: fail | 73 io/secure_stream_test: fail |
| 75 | 74 |
| 76 | 75 |
| 76 |
| 77 package/invalid_uri_test: Fail, OK # Fails intentionally | 77 package/invalid_uri_test: Fail, OK # Fails intentionally |
| 78 | 78 |
| 79 # These tests fail because the test scripts do not use the new streams library. | 79 # These tests fail because the test scripts do not use the new streams library. |
| 80 # When the test scripts are updated, and the precompiled dart executable is | 80 # When the test scripts are updated, and the precompiled dart executable is |
| 81 # updated, they will be re-enabled. Issue 7724. | 81 # updated, they will be re-enabled. Issue 7724. |
| 82 io/test_runner_test: Pass, Fail | 82 io/test_runner_test: Pass, Fail |
| 83 io/test_runner_exit_code_test: Pass, Fail | 83 io/test_runner_exit_code_test: Pass, Fail |
| 84 status_expression_test: Pass, Fail | 84 status_expression_test: Pass, Fail |
| 85 io/status_file_parser_test: Pass, Fail | 85 io/status_file_parser_test: Pass, Fail |
| 86 io/skipping_dart2js_compilations_test: Pass, Fail | 86 io/skipping_dart2js_compilations_test: Pass, Fail |
| (...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 191 [ $compiler == dart2js && $browser ] | 191 [ $compiler == dart2js && $browser ] |
| 192 *: Skip | 192 *: Skip |
| 193 | 193 |
| 194 [ $compiler == dart2js && $checked ] | 194 [ $compiler == dart2js && $checked ] |
| 195 io/http_read_test: Skip # Timeout TODO(ngeoffray): investigate | 195 io/http_read_test: Skip # Timeout TODO(ngeoffray): investigate |
| 196 io/list_input_stream_test: Skip # Timeout TODO(ngeoffray): investigate | 196 io/list_input_stream_test: Skip # Timeout TODO(ngeoffray): investigate |
| 197 | 197 |
| 198 [ $compiler == dart2dart ] | 198 [ $compiler == dart2dart ] |
| 199 # Skip until we stabilize language tests. | 199 # Skip until we stabilize language tests. |
| 200 *: Skip | 200 *: Skip |
| OLD | NEW |