| 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 204 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 215 [ $runtime == vm || $runtime == dart_precompiled ] | 215 [ $runtime == vm || $runtime == dart_precompiled ] |
| 216 # Failures in secure networking while NSS is replaced with BoringSSL | 216 # Failures in secure networking while NSS is replaced with BoringSSL |
| 217 io/https_client_certificate_test: RuntimeError # Issue 24070 | 217 io/https_client_certificate_test: RuntimeError # Issue 24070 |
| 218 io/secure_socket_renegotiate_test: RuntimeError | 218 io/secure_socket_renegotiate_test: RuntimeError |
| 219 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. | 219 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. |
| 220 | 220 |
| 221 [ $arch == ia32 ] | 221 [ $arch == ia32 ] |
| 222 no_allow_absolute_addresses_test: SkipByDesign # Not supported. | 222 no_allow_absolute_addresses_test: SkipByDesign # Not supported. |
| 223 link_natives_lazily_test: SkipByDesign # Not supported. | 223 link_natives_lazily_test: SkipByDesign # Not supported. |
| 224 | 224 |
| 225 [ $noopt || $compiler == precompiler ] | 225 [ $compiler == precompiler ] |
| 226 # Stacktraces in precompilation omit inlined frames. | 226 # Stacktraces in precompilation omit inlined frames. |
| 227 assert_test: Pass, RuntimeError | 227 assert_test: Pass, RuntimeError |
| 228 | |
| 229 [ $noopt || $compiler == precompiler ] | |
| 230 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
. | 228 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
. |
| 231 io/web_socket_test: Pass, RuntimeError # Issue 24674 | 229 io/web_socket_test: Pass, RuntimeError # Issue 24674 |
| 232 | 230 |
| 233 [ $compiler == precompiler || $compiler == app_jit ] | 231 [ $compiler == precompiler || $compiler == app_jit ] |
| 234 io/compile_all_test: Skip # Incompatible flag --compile_all | 232 io/compile_all_test: Skip # Incompatible flag --compile_all |
| 235 | 233 |
| 236 [ $compiler == app_jit ] | 234 [ $compiler == app_jit ] |
| 237 io/stdout_bad_argument_test: Skip # Test exits and so can't generate snapshot. | 235 io/stdout_bad_argument_test: Skip # Test exits and so can't generate snapshot. |
| 238 io/directory_list_sync_test: Skip # Snapshot path differs from script path. | 236 io/directory_list_sync_test: Skip # Snapshot path differs from script path. |
| 239 io/test_extension_test: Skip # Snapshot path differs from script path. | 237 io/test_extension_test: Skip # Snapshot path differs from script path. |
| (...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 372 io/socket_bind_test: SkipByDesign | 370 io/socket_bind_test: SkipByDesign |
| 373 io/http_proxy_advanced_test: SkipByDesign | 371 io/http_proxy_advanced_test: SkipByDesign |
| 374 io/http_ipv6_test: SkipByDesign | 372 io/http_ipv6_test: SkipByDesign |
| 375 io/socket_ipv6_test: SkipByDesign | 373 io/socket_ipv6_test: SkipByDesign |
| 376 io/socket_info_ipv6_test: SkipByDesign | 374 io/socket_info_ipv6_test: SkipByDesign |
| 377 | 375 |
| 378 [ $builder_tag == asan && $arch == x64 ] | 376 [ $builder_tag == asan && $arch == x64 ] |
| 379 io/directory_error_test: Fail # Issue 28350 | 377 io/directory_error_test: Fail # Issue 28350 |
| 380 io/directory_fuzz_test: Fail # Issue 28350 | 378 io/directory_fuzz_test: Fail # Issue 28350 |
| 381 io/directory_list_nonexistent_test: Fail # Issue 28350 | 379 io/directory_list_nonexistent_test: Fail # Issue 28350 |
| OLD | NEW |