| 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 177 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 188 package/scenarios/invalid/invalid_utf8_test: Crash, OK # Analyzer exits on inval
id package config | 188 package/scenarios/invalid/invalid_utf8_test: Crash, OK # Analyzer exits on inval
id package config |
| 189 package/scenarios/invalid/invalid_package_name_test: Crash, OK # Analyzer exits
on invalid package config | 189 package/scenarios/invalid/invalid_package_name_test: Crash, OK # Analyzer exits
on invalid package config |
| 190 package/scenarios/invalid/same_package_twice_test: Crash, OK # Analyzer exits on
invalid package config | 190 package/scenarios/invalid/same_package_twice_test: Crash, OK # Analyzer exits on
invalid package config |
| 191 | 191 |
| 192 [ $system == windows ] | 192 [ $system == windows ] |
| 193 io/skipping_dart2js_compilations_test: Fail # Issue 19551. | 193 io/skipping_dart2js_compilations_test: Fail # Issue 19551. |
| 194 verbose_gc_to_bmu_test: Skip | 194 verbose_gc_to_bmu_test: Skip |
| 195 io/platform_resolved_executable_test/06: RuntimeError # Issue 23641 | 195 io/platform_resolved_executable_test/06: RuntimeError # Issue 23641 |
| 196 io/process_sync_test: Pass, Timeout # Issue 24596 | 196 io/process_sync_test: Pass, Timeout # Issue 24596 |
| 197 io/sleep_test: Pass, Fail # Issue 25757 | 197 io/sleep_test: Pass, Fail # Issue 25757 |
| 198 io/socket_info_ipv6_test: RuntimeError # Issue 27876 |
| 198 | 199 |
| 199 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_app) && $m
ode == debug && $builder_tag == asan ] | 200 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_app) && $m
ode == debug && $builder_tag == asan ] |
| 200 io/file_lock_test: Skip # Timeout. | 201 io/file_lock_test: Skip # Timeout. |
| 201 io/test_runner_test: Skip # Timeout. | 202 io/test_runner_test: Skip # Timeout. |
| 202 io/http_client_stays_alive_test: Skip # Timeout. | 203 io/http_client_stays_alive_test: Skip # Timeout. |
| 203 | 204 |
| 204 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_app) ] | 205 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_app) ] |
| 205 # Failures in secure networking while NSS is replaced with BoringSSL | 206 # Failures in secure networking while NSS is replaced with BoringSSL |
| 206 io/https_client_certificate_test: RuntimeError # Issue 24070 | 207 io/https_client_certificate_test: RuntimeError # Issue 24070 |
| 207 io/secure_socket_renegotiate_test: RuntimeError | 208 io/secure_socket_renegotiate_test: RuntimeError |
| (...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 353 | 354 |
| 354 [ $builder_tag == no_ipv6 ] | 355 [ $builder_tag == no_ipv6 ] |
| 355 io/http_bind_test: SkipByDesign | 356 io/http_bind_test: SkipByDesign |
| 356 io/raw_datagram_socket_test: SkipByDesign | 357 io/raw_datagram_socket_test: SkipByDesign |
| 357 io/socket_source_address_test: SkipByDesign | 358 io/socket_source_address_test: SkipByDesign |
| 358 io/socket_bind_test: SkipByDesign | 359 io/socket_bind_test: SkipByDesign |
| 359 io/http_proxy_advanced_test: SkipByDesign | 360 io/http_proxy_advanced_test: SkipByDesign |
| 360 io/http_ipv6_test: SkipByDesign | 361 io/http_ipv6_test: SkipByDesign |
| 361 io/socket_ipv6_test: SkipByDesign | 362 io/socket_ipv6_test: SkipByDesign |
| 362 io/socket_info_ipv6_test: SkipByDesign | 363 io/socket_info_ipv6_test: SkipByDesign |
| OLD | NEW |