| 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 io/raw_socket_test: Pass, RuntimeError # Issue 28288 | 10 io/raw_socket_test: Pass, RuntimeError # Issue 28288 |
| (...skipping 279 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 290 io/process_stdout_test: Skip | 290 io/process_stdout_test: Skip |
| 291 io/process_sync_test: Skip | 291 io/process_sync_test: Skip |
| 292 io/raw_datagram_socket_test: Skip | 292 io/raw_datagram_socket_test: Skip |
| 293 io/regress_7191_test: Skip | 293 io/regress_7191_test: Skip |
| 294 io/regress_7679_test: Skip | 294 io/regress_7679_test: Skip |
| 295 io/secure_unauthorized_test: Skip | 295 io/secure_unauthorized_test: Skip |
| 296 io/signals_test: Skip | 296 io/signals_test: Skip |
| 297 io/stdin_sync_test: Skip | 297 io/stdin_sync_test: Skip |
| 298 io/stdio_implicit_close_test: Skip | 298 io/stdio_implicit_close_test: Skip |
| 299 io/stdio_nonblocking_test: Skip | 299 io/stdio_nonblocking_test: Skip |
| 300 io/test_extension_fail_test: Skip |
| 300 io/test_extension_test: Skip | 301 io/test_extension_test: Skip |
| 301 io/test_extension_fail_test: Skip | 302 io/windows_environment_test: Skip |
| 302 verbose_gc_to_bmu_test: Skip | 303 verbose_gc_to_bmu_test: Skip |
| 303 | 304 |
| 304 io/platform_test: RuntimeError # Expects to be running from 'dart' instead of 'd
art_precompiled_runtime' | 305 io/platform_test: RuntimeError # Expects to be running from 'dart' instead of 'd
art_precompiled_runtime' |
| 305 io/directory_list_sync_test: Timeout, Skip # Expects to find the test directory
relative to the script. | 306 io/directory_list_sync_test: Timeout, Skip # Expects to find the test directory
relative to the script. |
| 306 | 307 |
| 307 [ $runtime == vm && $system == windows && $mode == release ] | 308 [ $runtime == vm && $system == windows && $mode == release ] |
| 308 io/http_server_close_response_after_error_test: Pass, Timeout # Issue 28370: tim
eout. | 309 io/http_server_close_response_after_error_test: Pass, Timeout # Issue 28370: tim
eout. |
| 309 io/regress_7191_test: Pass, Timeout # Issue 28374: timeout. | 310 io/regress_7191_test: Pass, Timeout # Issue 28374: timeout. |
| 310 | 311 |
| 311 [ $runtime == vm && $system == linux && $mode == release && $arch == ia32 && $bu
ilder_tag == asan ] | 312 [ $runtime == vm && $system == linux && $mode == release && $arch == ia32 && $bu
ilder_tag == asan ] |
| (...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 407 io/socket_source_address_test: SkipByDesign | 408 io/socket_source_address_test: SkipByDesign |
| 408 io/socket_bind_test: SkipByDesign | 409 io/socket_bind_test: SkipByDesign |
| 409 io/http_proxy_advanced_test: SkipByDesign | 410 io/http_proxy_advanced_test: SkipByDesign |
| 410 io/http_ipv6_test: SkipByDesign | 411 io/http_ipv6_test: SkipByDesign |
| 411 io/socket_ipv6_test: SkipByDesign | 412 io/socket_ipv6_test: SkipByDesign |
| 412 io/socket_info_ipv6_test: SkipByDesign | 413 io/socket_info_ipv6_test: SkipByDesign |
| 413 | 414 |
| 414 [ $builder_tag == asan && $arch == x64 ] | 415 [ $builder_tag == asan && $arch == x64 ] |
| 415 io/process_detached_test: Pass, Slow | 416 io/process_detached_test: Pass, Slow |
| 416 io/named_pipe_script_test: RuntimeError | 417 io/named_pipe_script_test: RuntimeError |
| OLD | NEW |