| 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 364 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 375 io/http_bind_test: SkipByDesign | 375 io/http_bind_test: SkipByDesign |
| 376 io/raw_datagram_socket_test: SkipByDesign | 376 io/raw_datagram_socket_test: SkipByDesign |
| 377 io/socket_source_address_test: SkipByDesign | 377 io/socket_source_address_test: SkipByDesign |
| 378 io/socket_bind_test: SkipByDesign | 378 io/socket_bind_test: SkipByDesign |
| 379 io/http_proxy_advanced_test: SkipByDesign | 379 io/http_proxy_advanced_test: SkipByDesign |
| 380 io/http_ipv6_test: SkipByDesign | 380 io/http_ipv6_test: SkipByDesign |
| 381 io/socket_ipv6_test: SkipByDesign | 381 io/socket_ipv6_test: SkipByDesign |
| 382 io/socket_info_ipv6_test: SkipByDesign | 382 io/socket_info_ipv6_test: SkipByDesign |
| 383 | 383 |
| 384 [ $builder_tag == asan && $arch == x64 ] | 384 [ $builder_tag == asan && $arch == x64 ] |
| 385 io/process_detached_test: Pass, Slow |
| 386 |
| 385 io/directory_error_test: Fail # Issue 28350 | 387 io/directory_error_test: Fail # Issue 28350 |
| 386 io/directory_fuzz_test: Fail # Issue 28350 | 388 io/directory_fuzz_test: Fail # Issue 28350 |
| 387 io/directory_list_nonexistent_test: Fail # Issue 28350 | 389 io/directory_list_nonexistent_test: Fail # Issue 28350 |
| 388 | |
| 389 io/stdout_bad_argument_test: Fail # Issue 28353 | 390 io/stdout_bad_argument_test: Fail # Issue 28353 |
| 390 io/file_blocking_lock_test: Fail # Issue 28353 | 391 io/file_blocking_lock_test: Fail # Issue 28353 |
| 391 | 392 |
| 392 io/process_sync_test: RuntimeError | 393 io/process_sync_test: RuntimeError |
| 393 io/signals_test: RuntimeError | 394 io/signals_test: RuntimeError |
| 394 io/regress_7191_test: RuntimeError | 395 io/regress_7191_test: RuntimeError |
| 395 io/named_pipe_script_test: RuntimeError | 396 io/named_pipe_script_test: RuntimeError |
| 396 io/http_server_close_response_after_error_test: RuntimeError | 397 io/http_server_close_response_after_error_test: RuntimeError |
| OLD | NEW |