| 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 | |
| 7 io/http_read_test: skip | |
| 8 io/socket_exception_test: skip | 6 io/socket_exception_test: skip |
| 9 | 7 |
| 10 # Temporary IO library change disables, fail | 8 # Temporary IO library change disables, fail |
| 11 # HTTP tests | 9 # HTTP tests |
| 12 io/http_connection_info_test: fail | |
| 13 io/http_content_length_test: fail | 10 io/http_content_length_test: fail |
| 14 io/http_parser_test: fail | 11 io/http_parser_test: fail |
| 15 io/http_server_early_client_close_test: fail | 12 io/http_server_early_client_close_test: fail |
| 16 io/http_server_early_server_close_test: fail | 13 io/http_server_early_server_close_test: fail |
| 17 io/http_server_socket_test: fail | 14 io/http_server_socket_test: fail |
| 18 io/https_client_certificate_test: fail | 15 io/https_client_certificate_test: fail |
| 19 io/https_client_test: fail | 16 io/https_client_test: fail |
| 20 io/https_server_test: fail | 17 io/https_server_test: fail |
| 21 io/http_stream_close_test: fail | 18 io/http_stream_close_test: fail |
| 22 | 19 |
| (...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 157 *: Skip | 154 *: Skip |
| 158 | 155 |
| 159 [ $arch == simarm ] | 156 [ $arch == simarm ] |
| 160 *: Skip | 157 *: Skip |
| 161 | 158 |
| 162 [ $arch == mips ] | 159 [ $arch == mips ] |
| 163 *: Skip | 160 *: Skip |
| 164 | 161 |
| 165 [ $arch == simmips ] | 162 [ $arch == simmips ] |
| 166 *: Skip | 163 *: Skip |
| OLD | NEW |