| 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 # WARNING: | 5 # WARNING: |
| 6 # Tests using the multitest feature where failure is expected should *also* be | 6 # Tests using the multitest feature where failure is expected should *also* be |
| 7 # listed in tests/lib/analyzer/analyze_tests.status without the "standalone" | 7 # listed in tests/lib/analyzer/analyze_tests.status without the "standalone" |
| 8 # prefix. | 8 # prefix. |
| 9 | 9 |
| 10 package/invalid_uri_test: Fail, OK # Fails intentionally | 10 package/invalid_uri_test: Fail, OK # Fails intentionally |
| (...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 174 io/secure_socket_argument_test: Crash # Issue: 11207 | 174 io/secure_socket_argument_test: Crash # Issue: 11207 |
| 175 | 175 |
| 176 [ $arch == arm || $arch == simarm ] | 176 [ $arch == arm || $arch == simarm ] |
| 177 constant_left_shift_test: Fail # Issue: 11207 | 177 constant_left_shift_test: Fail # Issue: 11207 |
| 178 coverage_test: Crash # Issue: 11207 | 178 coverage_test: Crash # Issue: 11207 |
| 179 debugger/basic_debugger_test: Crash # Issue: 11207 | 179 debugger/basic_debugger_test: Crash # Issue: 11207 |
| 180 debugger/closure_debugger_test: Crash # Issue: 11207 | 180 debugger/closure_debugger_test: Crash # Issue: 11207 |
| 181 deoptimization_test: Crash # Issue: 11207 | 181 deoptimization_test: Crash # Issue: 11207 |
| 182 float_array_test: Crash # Issue: 11207 | 182 float_array_test: Crash # Issue: 11207 |
| 183 http_launch_test: Crash # Issue: 11207 | 183 http_launch_test: Crash # Issue: 11207 |
| 184 io/dart_std_io_pipe_test: Fail, Crash # Issue: 11207 | |
| 185 io/delete_symlink_test: Crash # Issue: 11207 | |
| 186 io/directory_test: Crash, Timeout # Issue: 11207 | |
| 187 io/echo_server_stream_test: Crash # Issue: 11207 | |
| 188 io/file_error_test: Pass, Crash # Issue: 11207 | |
| 189 io/file_fuzz_test: Crash # Issue: 11207 | |
| 190 io/file_input_stream_test: Pass, Crash # Issue: 11207 | |
| 191 io/file_non_ascii_test: Pass, Crash # Issue: 11207 | |
| 192 io/file_output_stream_test: Pass, Crash # Issue 11207 | |
| 193 io/file_read_special_device_test: Crash, Fail, Timeout # Issue: 11207 | |
| 194 io/file_stat_test: Crash # Issue: 11207 | |
| 195 io/file_system_async_links_test: Crash # Issue: 11207 | |
| 196 io/file_system_delete_test: Pass, Crash # Issue: 11207 | |
| 197 io/file_system_links_test: Timeout, Pass, Crash # Issue: 11207 | |
| 198 io/file_test: Timeout, Crash # Issue: 11207 | |
| 199 io/file_write_as_test: Crash # Issue: 11207 | |
| 200 io/http_10_test: Crash # Issue: 11207 | |
| 201 io/http_advanced_test: Crash # Issue: 11207 | |
| 202 io/http_auth_digest_test: Crash # Issue: 11207 | |
| 203 io/http_auth_test: Crash # Issue: 11207 | |
| 204 io/http_basic_test: Crash # Issue: 11207 | |
| 205 io/http_body_test: Crash # Issue: 11207 | |
| 206 io/http_client_connect_test: Crash # Issue: 11207 | |
| 207 io/http_client_exception_test: Pass, Crash # Issue: 11207 | |
| 208 io/http_client_request_test: Crash # Issue: 11207 | |
| 209 io/http_client_timeout_test: Crash # Issue: 11207 | |
| 210 io/http_close_test: Crash # Issue: 11207 | |
| 211 io/http_compression_test: Crash # Issue: 11207 | |
| 212 io/http_connection_close_test: Crash # Issue: 11207 | |
| 213 io/http_connection_header_test: Crash # Issue: 11207 | |
| 214 io/http_connection_info_test: Crash # Issue: 11207 | |
| 215 io/http_content_length_test: Crash # Issue: 11207 | |
| 216 io/http_cookie_test: Crash # Issue: 11207 | |
| 217 io/http_detach_socket_test: Crash # Issue: 11207 | |
| 218 io/http_headers_state_test: Crash # Issue: 11207 | |
| 219 io/http_head_test: Crash # Issue: 11207 | |
| 220 io/http_keep_alive_test: Crash # Issue: 11207 | |
| 221 io/http_multipart_test: Crash # Issue: 11207 | |
| 222 io/http_parser_test: Pass, Crash # Issue 11207 | |
| 223 io/http_proxy_test: Crash # Issue: 11207 | |
| 224 io/http_read_test: Crash # Issue: 11207 | |
| 225 io/http_redirect_test: Crash # Issue: 11207 | |
| 226 io/http_request_pipeling_test: Crash # Issue: 11207 | |
| 227 io/https_client_certificate_test: Crash # Issue: 11207 | |
| 228 io/http_server_early_client_close2_test: Crash # Issue: 11207 | |
| 229 io/http_server_early_client_close_test: Crash # Issue: 11207 | |
| 230 io/http_server_early_server_close_test: Crash # Issue: 11207 | |
| 231 io/http_server_response_test: Crash # Issue: 11207 | |
| 232 io/http_server_test: Crash # Issue: 11207 | |
| 233 io/http_session_test: Crash # Issue: 11207 | |
| 234 io/http_shutdown_test: Crash # Issue: 11207 | |
| 235 io/https_server_test: Crash # Issue: 11207 | |
| 236 io/http_stream_close_test: Crash # Issue: 11207 | |
| 237 io/link_async_test: Pass, Crash # Issue: 11207 | |
| 238 io/link_test: Pass, Crash # Issue: 11207 | |
| 239 io/mime_multipart_parser_test: Pass, Crash # Issue 11207 | |
| 240 io/pipe_server_test: Crash # Issue: 11207 | |
| 241 io/process_broken_pipe_test: Pass, Crash # Issue: 11207 | |
| 242 io/process_check_arguments_test: Pass, Crash # Issue: 11207 | |
| 243 io/process_environment_test: Crash # Issue: 11207 | |
| 244 io/process_exit_test: Crash # Issue: 11207 | |
| 245 io/process_invalid_arguments_test: Crash # Issue: 11207 | |
| 246 io/process_kill_test: Pass, Crash # Issue: 11207 | |
| 247 io/process_non_ascii_test: Pass, Crash # Issue: 11207 | |
| 248 io/process_path_environment_test: Crash # Issue: 11207 | |
| 249 io/process_path_test: Pass, Crash # Issue: 11207 | |
| 250 io/process_pid_test: Pass, Crash # Issue: 11207 | |
| 251 io/process_run_output_test: Pass, Crash # Issue: 11207 | |
| 252 io/process_segfault_test: Crash # Issue: 11207 | |
| 253 io/process_set_exit_code_test: Crash # Issue: 11207 | |
| 254 io/process_shell_test: Pass, Crash # Issue: 11207 | |
| 255 io/process_stderr_test: Pass, Crash # Issue: 11207 | |
| 256 io/process_stdin_transform_unsubscribe_test: Crash # Issue: 11207 | |
| 257 io/process_stdout_test: Pass, Crash # Issue: 11207 | |
| 258 io/process_working_directory_test: Crash # Issue: 11207 | |
| 259 io/raw_secure_server_closing_test: Crash # Issue: 11207 | |
| 260 io/raw_secure_server_socket_test: Crash # Issue: 11207 | |
| 261 io/raw_secure_socket_pause_test: Crash # Issue: 11207 | |
| 262 io/raw_secure_socket_test: Crash # Issue: 11207 | |
| 263 io/raw_socket_test: Crash # Issue: 11207 | |
| 264 io/raw_socket_typed_data_test: Pass, Crash # Issue: 11207 | |
| 265 io/raw_socket_write_destroy_test: Pass, Crash # Issue: 11207 | |
| 266 io/regress_10026_test: Crash # Issue: 11207 | |
| 267 io/regress_7191_test: Crash # Issue: 11207 | |
| 268 io/regress_8828_test: Crash # Issue: 11207 | |
| 269 io/regress_9194_test: Crash # Issue: 11207 | |
| 270 io/secure_builtin_roots_database_test: Crash # Issue: 11207 | |
| 271 io/secure_builtin_roots_test: Crash # Issue: 11207 | |
| 272 io/secure_client_raw_server_test: Crash, Timeout # Issue: 11207 | |
| 273 io/secure_client_server_test: Timeout, Crash # Issue: 11207 | |
| 274 io/secure_multiple_client_server_test: Crash # Issue: 11207 | |
| 275 io/secure_no_builtin_roots_database_test: Crash # Issue: 11207 | |
| 276 io/secure_no_builtin_roots_test: Crash # Issue: 11207 | |
| 277 io/secure_server_client_certificate_test: Crash # Issue: 11207 | |
| 278 io/secure_server_closing_test: Crash # Issue: 11207 | |
| 279 io/secure_server_socket_test: Crash # Issue: 11207 | |
| 280 io/secure_session_resume_test: Crash # Issue: 11207 | |
| 281 io/secure_socket_bad_certificate_test: Pass, Crash # Issue: 11207 | |
| 282 io/secure_socket_test: Crash # Issue: 11207 | |
| 283 io/socket_close_test: Crash # Issue: 11207 | |
| 284 io/socket_exception_test: Crash, Timeout # Issue: 11207 | |
| 285 io/socket_info_test: Pass, Crash # Issue: 11207 | |
| 286 io/socket_invalid_arguments_test: Crash # Issue: 11207 | |
| 287 io/socket_ipv6_test: Pass, Crash # Issue: 11207 | |
| 288 io/socket_port_test: Pass, Crash # Issue: 11207 | |
| 289 io/socket_test: Crash # Issue: 11207 | |
| 290 io/socket_upgrade_to_secure_test: Crash # Issue: 11207 | |
| 291 io/status_file_parser_test: Crash # Issue: 11207 | |
| 292 io/stdout_stderr_test: Pass, Crash # Issue: 11207 | |
| 293 io/stream_pipe_test: Pass, Crash # Issue: 11207 | |
| 294 io/test_extension_fail_test: Crash # Issue: 11207 | |
| 295 io/test_extension_test: Crash # Issue: 11207 | |
| 296 io/web_socket_protocol_processor_test: Crash # Issue: 11207 | |
| 297 io/web_socket_test: Crash # Issue: 11207 | |
| 298 io/web_socket_typed_data_test: Pass, Crash # Issue: 11207 | |
| 299 left_shift_bit_and_op_test: Fail # Issue: 11207 | 184 left_shift_bit_and_op_test: Fail # Issue: 11207 |
| 300 package/package_isolate_test: Pass, Crash # Issue: 11207 | 185 package/package_isolate_test: Pass, Crash # Issue: 11207 |
| 301 typed_data_test: Crash # Issue: 11207 | 186 typed_data_test: Crash # Issue: 11207 |
| 302 io/regress_7679_test: Pass, Crash | 187 io/*: Skip # Skip IO tests for now as they are still quite flaky. |
| 303 | 188 |
| 304 [ $arch == mips ] | 189 [ $arch == mips ] |
| 305 *: Skip | 190 *: Skip |
| 306 | 191 |
| 307 [ $arch == simmips ] | 192 [ $arch == simmips ] |
| 308 *: Skip | 193 *: Skip |
| OLD | NEW |