| 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 packages_file_test: Skip # Issue 26715 | 10 packages_file_test: Skip # Issue 26715 |
| (...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 193 package/scenarios/invalid/invalid_package_name_test: Crash, OK # Analyzer exits
on invalid package config | 193 package/scenarios/invalid/invalid_package_name_test: Crash, OK # Analyzer exits
on invalid package config |
| 194 package/scenarios/invalid/same_package_twice_test: Crash, OK # Analyzer exits on
invalid package config | 194 package/scenarios/invalid/same_package_twice_test: Crash, OK # Analyzer exits on
invalid package config |
| 195 | 195 |
| 196 [ $system == windows ] | 196 [ $system == windows ] |
| 197 io/skipping_dart2js_compilations_test: Fail # Issue 19551. | 197 io/skipping_dart2js_compilations_test: Fail # Issue 19551. |
| 198 verbose_gc_to_bmu_test: Skip | 198 verbose_gc_to_bmu_test: Skip |
| 199 io/platform_resolved_executable_test/06: RuntimeError # Issue 23641 | 199 io/platform_resolved_executable_test/06: RuntimeError # Issue 23641 |
| 200 io/process_sync_test: Pass, Timeout # Issue 24596 | 200 io/process_sync_test: Pass, Timeout # Issue 24596 |
| 201 io/sleep_test: Pass, Fail # Issue 25757 | 201 io/sleep_test: Pass, Fail # Issue 25757 |
| 202 io/socket_info_ipv6_test: RuntimeError # Issue 27876 | 202 io/socket_info_ipv6_test: RuntimeError # Issue 27876 |
| 203 io/http_server_early_client_close2_test: Pass, Crash # Issue 28197 |
| 203 | 204 |
| 204 [ ($runtime == vm || $runtime == dart_precompiled) && $mode == debug && $builder
_tag == asan ] | 205 [ ($runtime == vm || $runtime == dart_precompiled) && $mode == debug && $builder
_tag == asan ] |
| 205 io/file_lock_test: Skip # Timeout. | 206 io/file_lock_test: Skip # Timeout. |
| 206 io/test_runner_test: Skip # Timeout. | 207 io/test_runner_test: Skip # Timeout. |
| 207 io/http_client_stays_alive_test: Skip # Timeout. | 208 io/http_client_stays_alive_test: Skip # Timeout. |
| 208 | 209 |
| 209 [ $runtime == vm || $runtime == dart_precompiled ] | 210 [ $runtime == vm || $runtime == dart_precompiled ] |
| 210 # Failures in secure networking while NSS is replaced with BoringSSL | 211 # Failures in secure networking while NSS is replaced with BoringSSL |
| 211 io/https_client_certificate_test: RuntimeError # Issue 24070 | 212 io/https_client_certificate_test: RuntimeError # Issue 24070 |
| 212 io/secure_socket_renegotiate_test: RuntimeError | 213 io/secure_socket_renegotiate_test: RuntimeError |
| (...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 361 | 362 |
| 362 [ $builder_tag == no_ipv6 ] | 363 [ $builder_tag == no_ipv6 ] |
| 363 io/http_bind_test: SkipByDesign | 364 io/http_bind_test: SkipByDesign |
| 364 io/raw_datagram_socket_test: SkipByDesign | 365 io/raw_datagram_socket_test: SkipByDesign |
| 365 io/socket_source_address_test: SkipByDesign | 366 io/socket_source_address_test: SkipByDesign |
| 366 io/socket_bind_test: SkipByDesign | 367 io/socket_bind_test: SkipByDesign |
| 367 io/http_proxy_advanced_test: SkipByDesign | 368 io/http_proxy_advanced_test: SkipByDesign |
| 368 io/http_ipv6_test: SkipByDesign | 369 io/http_ipv6_test: SkipByDesign |
| 369 io/socket_ipv6_test: SkipByDesign | 370 io/socket_ipv6_test: SkipByDesign |
| 370 io/socket_info_ipv6_test: SkipByDesign | 371 io/socket_info_ipv6_test: SkipByDesign |
| OLD | NEW |