| 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 199 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 210 package/scenarios/invalid/non_existent_packages_file_test: Crash, OK # Analyzer
exits on invalid package config | 210 package/scenarios/invalid/non_existent_packages_file_test: Crash, OK # Analyzer
exits on invalid package config |
| 211 package/scenarios/invalid/invalid_utf8_test: Crash, OK # Analyzer exits on inval
id package config | 211 package/scenarios/invalid/invalid_utf8_test: Crash, OK # Analyzer exits on inval
id package config |
| 212 package/scenarios/invalid/invalid_package_name_test: Crash, OK # Analyzer exits
on invalid package config | 212 package/scenarios/invalid/invalid_package_name_test: Crash, OK # Analyzer exits
on invalid package config |
| 213 package/scenarios/invalid/same_package_twice_test: Crash, OK # Analyzer exits on
invalid package config | 213 package/scenarios/invalid/same_package_twice_test: Crash, OK # Analyzer exits on
invalid package config |
| 214 | 214 |
| 215 [ $system == windows ] | 215 [ $system == windows ] |
| 216 verbose_gc_to_bmu_test: Skip | 216 verbose_gc_to_bmu_test: Skip |
| 217 io/process_sync_test: Pass, Timeout # Issue 24596 | 217 io/process_sync_test: Pass, Timeout # Issue 24596 |
| 218 io/sleep_test: Pass, Fail # Issue 25757 | 218 io/sleep_test: Pass, Fail # Issue 25757 |
| 219 io/http_server_early_client_close2_test: Pass, Crash # Issue 28197 | 219 io/http_server_early_client_close2_test: Pass, Crash # Issue 28197 |
| 220 io/process_stdin_transform_unsubscribe_test: Pass, Timeout # Issue #28558 |
| 220 | 221 |
| 221 [ $system == windows && $compiler != dart2analyzer ] | 222 [ $system == windows && $compiler != dart2analyzer ] |
| 222 io/platform_resolved_executable_test/06: RuntimeError # Issue 23641 | 223 io/platform_resolved_executable_test/06: RuntimeError # Issue 23641 |
| 223 io/skipping_dart2js_compilations_test: Fail # Issue 19551. | 224 io/skipping_dart2js_compilations_test: Fail # Issue 19551. |
| 224 io/socket_info_ipv6_test: RuntimeError # Issue 27876 | 225 io/socket_info_ipv6_test: RuntimeError # Issue 27876 |
| 225 | 226 |
| 226 [ $system == windows && $compiler == dart2analyzer ] | 227 [ $system == windows && $compiler == dart2analyzer ] |
| 227 package/package_isolate_test: Crash # Issue 28645 | 228 package/package_isolate_test: Crash # Issue 28645 |
| 228 package/scenarios/empty_packages_file/empty_packages_file_noimports_test: Crash
# Issue 28645 | 229 package/scenarios/empty_packages_file/empty_packages_file_noimports_test: Crash
# Issue 28645 |
| 229 package/scenarios/empty_packages_file/empty_packages_file_option_test: Crash, Pa
ss # Issue 28645 | 230 package/scenarios/empty_packages_file/empty_packages_file_option_test: Crash, Pa
ss # Issue 28645 |
| (...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 408 io/socket_source_address_test: SkipByDesign | 409 io/socket_source_address_test: SkipByDesign |
| 409 io/socket_bind_test: SkipByDesign | 410 io/socket_bind_test: SkipByDesign |
| 410 io/http_proxy_advanced_test: SkipByDesign | 411 io/http_proxy_advanced_test: SkipByDesign |
| 411 io/http_ipv6_test: SkipByDesign | 412 io/http_ipv6_test: SkipByDesign |
| 412 io/socket_ipv6_test: SkipByDesign | 413 io/socket_ipv6_test: SkipByDesign |
| 413 io/socket_info_ipv6_test: SkipByDesign | 414 io/socket_info_ipv6_test: SkipByDesign |
| 414 | 415 |
| 415 [ $builder_tag == asan && $arch == x64 ] | 416 [ $builder_tag == asan && $arch == x64 ] |
| 416 io/process_detached_test: Pass, Slow | 417 io/process_detached_test: Pass, Slow |
| 417 io/named_pipe_script_test: RuntimeError | 418 io/named_pipe_script_test: RuntimeError |
| OLD | NEW |