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