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 231 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
242 # Failures in secure networking while NSS is replaced with BoringSSL | 242 # Failures in secure networking while NSS is replaced with BoringSSL |
243 io/https_client_certificate_test: RuntimeError # Issue 24070 | 243 io/https_client_certificate_test: RuntimeError # Issue 24070 |
244 io/secure_socket_renegotiate_test: RuntimeError | 244 io/secure_socket_renegotiate_test: RuntimeError |
245 io/secure_socket_bad_data_test: RuntimeError # An error in a secure connection
just puts a READ_CLOSED on the stream, rather than signaling an error on the str
eam. | 245 io/secure_socket_bad_data_test: RuntimeError # An error in a secure connection
just puts a READ_CLOSED on the stream, rather than signaling an error on the str
eam. |
246 | 246 |
247 [ $arch == ia32 ] | 247 [ $arch == ia32 ] |
248 no_allow_absolute_addresses_test: SkipByDesign # Not supported. | 248 no_allow_absolute_addresses_test: SkipByDesign # Not supported. |
249 link_natives_lazily_test: SkipByDesign # Not supported. | 249 link_natives_lazily_test: SkipByDesign # Not supported. |
250 | 250 |
251 [ $compiler == precompiler ] | 251 [ $compiler == precompiler ] |
252 # Stacktraces in precompilation omit inlined frames. | |
253 assert_test: Pass, RuntimeError | |
254 map_insert_remove_oom_test: Skip # Heap limit too low. Increasing iteration coun
t to make a higher limit a meaningful test makes it too slow for simarm[64] bots
. | 252 map_insert_remove_oom_test: Skip # Heap limit too low. Increasing iteration coun
t to make a higher limit a meaningful test makes it too slow for simarm[64] bots
. |
255 io/web_socket_test: Pass, RuntimeError # Issue 24674 | 253 io/web_socket_test: Pass, RuntimeError # Issue 24674 |
256 | 254 |
257 [ $compiler == precompiler || $compiler == app_jit ] | 255 [ $compiler == precompiler || $compiler == app_jit ] |
258 io/compile_all_test: Skip # Incompatible flag --compile_all | 256 io/compile_all_test: Skip # Incompatible flag --compile_all |
259 | 257 |
260 [ $compiler == app_jit ] | 258 [ $compiler == app_jit ] |
261 io/stdout_bad_argument_test: Skip # Test exits and so can't generate snapshot. | 259 io/stdout_bad_argument_test: Skip # Test exits and so can't generate snapshot. |
262 io/directory_list_sync_test: Skip # Snapshot path differs from script path. | 260 io/directory_list_sync_test: Skip # Snapshot path differs from script path. |
263 io/test_extension_test: Skip # Snapshot path differs from script path. | 261 io/test_extension_test: Skip # Snapshot path differs from script path. |
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
408 io/socket_source_address_test: SkipByDesign | 406 io/socket_source_address_test: SkipByDesign |
409 io/socket_bind_test: SkipByDesign | 407 io/socket_bind_test: SkipByDesign |
410 io/http_proxy_advanced_test: SkipByDesign | 408 io/http_proxy_advanced_test: SkipByDesign |
411 io/http_ipv6_test: SkipByDesign | 409 io/http_ipv6_test: SkipByDesign |
412 io/socket_ipv6_test: SkipByDesign | 410 io/socket_ipv6_test: SkipByDesign |
413 io/socket_info_ipv6_test: SkipByDesign | 411 io/socket_info_ipv6_test: SkipByDesign |
414 | 412 |
415 [ $builder_tag == asan && $arch == x64 ] | 413 [ $builder_tag == asan && $arch == x64 ] |
416 io/process_detached_test: Pass, Slow | 414 io/process_detached_test: Pass, Slow |
417 io/named_pipe_script_test: RuntimeError | 415 io/named_pipe_script_test: RuntimeError |
OLD | NEW |