| 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 363 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 374 io/socket_info_ipv6_test: SkipByDesign | 374 io/socket_info_ipv6_test: SkipByDesign |
| 375 | 375 |
| 376 [ $builder_tag == asan && $arch == x64 ] | 376 [ $builder_tag == asan && $arch == x64 ] |
| 377 io/directory_error_test: Fail # Issue 28350 | 377 io/directory_error_test: Fail # Issue 28350 |
| 378 io/directory_fuzz_test: Fail # Issue 28350 | 378 io/directory_fuzz_test: Fail # Issue 28350 |
| 379 io/directory_list_nonexistent_test: Fail # Issue 28350 | 379 io/directory_list_nonexistent_test: Fail # Issue 28350 |
| 380 | 380 |
| 381 io/stdout_bad_argument_test: Fail # Issue 28353 | 381 io/stdout_bad_argument_test: Fail # Issue 28353 |
| 382 io/file_blocking_lock_test: Fail # Issue 28353 | 382 io/file_blocking_lock_test: Fail # Issue 28353 |
| 383 | 383 |
| 384 array_bounds_check_generalization_test: Fail # Issue 28354 | |
| 385 | |
| 386 io/process_sync_test: RuntimeError | 384 io/process_sync_test: RuntimeError |
| 387 io/signals_test: RuntimeError | 385 io/signals_test: RuntimeError |
| 388 io/regress_7191_test: RuntimeError | 386 io/regress_7191_test: RuntimeError |
| 389 io/named_pipe_script_test: RuntimeError | 387 io/named_pipe_script_test: RuntimeError |
| 390 io/http_server_close_response_after_error_test: RuntimeError | 388 io/http_server_close_response_after_error_test: RuntimeError |
| 391 io/stdio_implicit_close_test: RuntimeError | |
| OLD | NEW |