| 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 207 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 218 io/skipping_dart2js_compilations_test: Fail # Issue 19551. | 218 io/skipping_dart2js_compilations_test: Fail # Issue 19551. |
| 219 io/socket_info_ipv6_test: RuntimeError # Issue 27876 | 219 io/socket_info_ipv6_test: RuntimeError # Issue 27876 |
| 220 | 220 |
| 221 [ $system == windows && $compiler == dart2analyzer ] | 221 [ $system == windows && $compiler == dart2analyzer ] |
| 222 package/package_isolate_test: Crash # Issue 28645 | 222 package/package_isolate_test: Crash # Issue 28645 |
| 223 package/scenarios/empty_packages_file/empty_packages_file_noimports_test: Crash
# Issue 28645 | 223 package/scenarios/empty_packages_file/empty_packages_file_noimports_test: Crash
# Issue 28645 |
| 224 package/scenarios/packages_file_strange_formatting/empty_lines_test: Crash # Iss
ue 28645 | 224 package/scenarios/packages_file_strange_formatting/empty_lines_test: Crash # Iss
ue 28645 |
| 225 package/scenarios/packages_file_strange_formatting/empty_package_dir_test: Crash
# Issue 28645 | 225 package/scenarios/packages_file_strange_formatting/empty_package_dir_test: Crash
# Issue 28645 |
| 226 package/scenarios/packages_file_strange_formatting/mixed_line_ends_test: Crash #
Issue 28645 | 226 package/scenarios/packages_file_strange_formatting/mixed_line_ends_test: Crash #
Issue 28645 |
| 227 package/scenarios/packages_option_only/packages_option_only_noimports_test: Cras
h # Issue 28645 | 227 package/scenarios/packages_option_only/packages_option_only_noimports_test: Cras
h # Issue 28645 |
| 228 package/scenarios/packages_option_only/packages_option_only_test: Crash # Issue
28645 | 228 package/scenarios/packages_option_only/packages_option_only_test: Crash, Compile
TimeError # Issue 28645 |
| 229 | 229 |
| 230 [ ($runtime == vm || $runtime == dart_precompiled) && $mode == debug && $builder
_tag == asan ] | 230 [ ($runtime == vm || $runtime == dart_precompiled) && $mode == debug && $builder
_tag == asan ] |
| 231 io/file_lock_test: Skip # Timeout. | 231 io/file_lock_test: Skip # Timeout. |
| 232 io/test_runner_test: Skip # Timeout. | 232 io/test_runner_test: Skip # Timeout. |
| 233 io/http_client_stays_alive_test: Skip # Timeout. | 233 io/http_client_stays_alive_test: Skip # Timeout. |
| 234 | 234 |
| 235 [ $runtime == vm || $runtime == dart_precompiled ] | 235 [ $runtime == vm || $runtime == dart_precompiled ] |
| 236 # Failures in secure networking while NSS is replaced with BoringSSL | 236 # Failures in secure networking while NSS is replaced with BoringSSL |
| 237 io/https_client_certificate_test: RuntimeError # Issue 24070 | 237 io/https_client_certificate_test: RuntimeError # Issue 24070 |
| 238 io/secure_socket_renegotiate_test: RuntimeError | 238 io/secure_socket_renegotiate_test: RuntimeError |
| (...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 399 io/socket_source_address_test: SkipByDesign | 399 io/socket_source_address_test: SkipByDesign |
| 400 io/socket_bind_test: SkipByDesign | 400 io/socket_bind_test: SkipByDesign |
| 401 io/http_proxy_advanced_test: SkipByDesign | 401 io/http_proxy_advanced_test: SkipByDesign |
| 402 io/http_ipv6_test: SkipByDesign | 402 io/http_ipv6_test: SkipByDesign |
| 403 io/socket_ipv6_test: SkipByDesign | 403 io/socket_ipv6_test: SkipByDesign |
| 404 io/socket_info_ipv6_test: SkipByDesign | 404 io/socket_info_ipv6_test: SkipByDesign |
| 405 | 405 |
| 406 [ $builder_tag == asan && $arch == x64 ] | 406 [ $builder_tag == asan && $arch == x64 ] |
| 407 io/process_detached_test: Pass, Slow | 407 io/process_detached_test: Pass, Slow |
| 408 io/named_pipe_script_test: RuntimeError | 408 io/named_pipe_script_test: RuntimeError |
| OLD | NEW |