| 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 186 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 197 package/scenarios/invalid/invalid_utf8_test: Crash, OK # Analyzer exits on inval
id package config | 197 package/scenarios/invalid/invalid_utf8_test: Crash, OK # Analyzer exits on inval
id package config |
| 198 package/scenarios/invalid/invalid_package_name_test: Crash, OK # Analyzer exits
on invalid package config | 198 package/scenarios/invalid/invalid_package_name_test: Crash, OK # Analyzer exits
on invalid package config |
| 199 package/scenarios/invalid/same_package_twice_test: Crash, OK # Analyzer exits on
invalid package config | 199 package/scenarios/invalid/same_package_twice_test: Crash, OK # Analyzer exits on
invalid package config |
| 200 | 200 |
| 201 [ $system == windows ] | 201 [ $system == windows ] |
| 202 io/skipping_dart2js_compilations_test: Fail # Issue 19551. | 202 io/skipping_dart2js_compilations_test: Fail # Issue 19551. |
| 203 verbose_gc_to_bmu_test: Skip | 203 verbose_gc_to_bmu_test: Skip |
| 204 io/platform_resolved_executable_test/06: RuntimeError # Issue 23641 | 204 io/platform_resolved_executable_test/06: RuntimeError # Issue 23641 |
| 205 io/process_sync_test: Pass, Timeout # Issue 24596 | 205 io/process_sync_test: Pass, Timeout # Issue 24596 |
| 206 io/sleep_test: Pass, Fail # Issue 25757 | 206 io/sleep_test: Pass, Fail # Issue 25757 |
| 207 io/file_test: RuntimeError # Issue 27748 | |
| 208 | 207 |
| 209 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_app) && $m
ode == debug && $builder_tag == asan ] | 208 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_app) && $m
ode == debug && $builder_tag == asan ] |
| 210 full_coverage_test: Skip # Timeout. | 209 full_coverage_test: Skip # Timeout. |
| 211 io/file_lock_test: Skip # Timeout. | 210 io/file_lock_test: Skip # Timeout. |
| 212 io/test_runner_test: Skip # Timeout. | 211 io/test_runner_test: Skip # Timeout. |
| 213 io/http_client_stays_alive_test: Skip # Timeout. | 212 io/http_client_stays_alive_test: Skip # Timeout. |
| 214 | 213 |
| 215 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_app) ] | 214 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_app) ] |
| 216 # Failures in secure networking while NSS is replaced with BoringSSL | 215 # Failures in secure networking while NSS is replaced with BoringSSL |
| 217 io/https_client_certificate_test: RuntimeError # Issue 24070 | 216 io/https_client_certificate_test: RuntimeError # Issue 24070 |
| (...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 364 package/*: SkipByDesign # Launches VMs in interesting ways. | 363 package/*: SkipByDesign # Launches VMs in interesting ways. |
| 365 | 364 |
| 366 [ $builder_tag == no_ipv6 ] | 365 [ $builder_tag == no_ipv6 ] |
| 367 io/http_bind_test: Skip | 366 io/http_bind_test: Skip |
| 368 io/raw_datagram_socket_test: Skip | 367 io/raw_datagram_socket_test: Skip |
| 369 io/socket_source_address_test: Skip | 368 io/socket_source_address_test: Skip |
| 370 io/socket_bind_test: Skip | 369 io/socket_bind_test: Skip |
| 371 io/http_proxy_advanced_test: Skip | 370 io/http_proxy_advanced_test: Skip |
| 372 io/http_ipv6_test: Skip | 371 io/http_ipv6_test: Skip |
| 373 io/socket_ipv6_test: Skip | 372 io/socket_ipv6_test: Skip |
| OLD | NEW |