Chromium Code Reviews| 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 186 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 197 package/package_isolate_test: CompileTimeError | 197 package/package_isolate_test: CompileTimeError |
| 198 package/scenarios/packages_dir_only/packages_dir_only_test: CompileTimeError | 198 package/scenarios/packages_dir_only/packages_dir_only_test: CompileTimeError |
| 199 package/scenarios/packages_file_only/packages_file_only_test: CompileTimeError | 199 package/scenarios/packages_file_only/packages_file_only_test: CompileTimeError |
| 200 package/scenarios/both_dir_and_file/prefers_packages_file_test: CompileTimeError | 200 package/scenarios/both_dir_and_file/prefers_packages_file_test: CompileTimeError |
| 201 package/scenarios/packages_file_in_parent/sub/packages_file_in_parent_test: Comp ileTimeError | 201 package/scenarios/packages_file_in_parent/sub/packages_file_in_parent_test: Comp ileTimeError |
| 202 package/scenarios/invalid/non_existent_packages_file_test: Crash, OK # Analyzer exits on invalid package config | 202 package/scenarios/invalid/non_existent_packages_file_test: Crash, OK # Analyzer exits on invalid package config |
| 203 package/scenarios/invalid/invalid_utf8_test: Crash, OK # Analyzer exits on inval id package config | 203 package/scenarios/invalid/invalid_utf8_test: Crash, OK # Analyzer exits on inval id package config |
| 204 package/scenarios/invalid/invalid_package_name_test: Crash, OK # Analyzer exits on invalid package config | 204 package/scenarios/invalid/invalid_package_name_test: Crash, OK # Analyzer exits on invalid package config |
| 205 package/scenarios/invalid/same_package_twice_test: Crash, OK # Analyzer exits on invalid package config | 205 package/scenarios/invalid/same_package_twice_test: Crash, OK # Analyzer exits on invalid package config |
| 206 | 206 |
| 207 [ $system == windows && $compiler == dart2analyzer ] | |
| 208 package/package_isolate_test: Crash # Issue 28645 | |
| 209 package/scenarios/empty_packages_file/empty_packages_file_noimports_test: Crash # Issue 28645 | |
| 210 package/scenarios/packages_file_strange_formatting/empty_lines_test: Crash # Iss ue 28645 | |
| 211 package/scenarios/packages_file_strange_formatting/empty_package_dir_test: Crash # Issue 28645 | |
| 212 package/scenarios/packages_file_strange_formatting/mixed_line_ends_test: Crash # Issue 28645 | |
| 213 package/scenarios/packages_option_only/packages_option_only_noimports_test: Cras h # Issue 28645 | |
| 214 package/scenarios/packages_option_only/packages_option_only_test: Crash # Issue 28645 | |
| 215 | |
| 207 [ $system == windows ] | 216 [ $system == windows ] |
|
Bill Hesse
2017/02/06 20:37:32
It makes more sense to put this section before the
Brian Wilkerson
2017/02/06 21:30:31
done
| |
| 208 io/skipping_dart2js_compilations_test: Fail # Issue 19551. | |
| 209 verbose_gc_to_bmu_test: Skip | 217 verbose_gc_to_bmu_test: Skip |
| 210 io/platform_resolved_executable_test/06: RuntimeError # Issue 23641 | |
| 211 io/process_sync_test: Pass, Timeout # Issue 24596 | 218 io/process_sync_test: Pass, Timeout # Issue 24596 |
| 212 io/sleep_test: Pass, Fail # Issue 25757 | 219 io/sleep_test: Pass, Fail # Issue 25757 |
| 220 io/http_server_early_client_close2_test: Pass, Crash # Issue 28197 | |
| 221 | |
| 222 [ $system == windows && $compiler != dart2analyzer ] | |
| 223 io/platform_resolved_executable_test/06: RuntimeError # Issue 23641 | |
| 224 io/skipping_dart2js_compilations_test: Fail # Issue 19551. | |
| 213 io/socket_info_ipv6_test: RuntimeError # Issue 27876 | 225 io/socket_info_ipv6_test: RuntimeError # Issue 27876 |
| 214 io/http_server_early_client_close2_test: Pass, Crash # Issue 28197 | |
| 215 | 226 |
| 216 [ ($runtime == vm || $runtime == dart_precompiled) && $mode == debug && $builder _tag == asan ] | 227 [ ($runtime == vm || $runtime == dart_precompiled) && $mode == debug && $builder _tag == asan ] |
| 217 io/file_lock_test: Skip # Timeout. | 228 io/file_lock_test: Skip # Timeout. |
| 218 io/test_runner_test: Skip # Timeout. | 229 io/test_runner_test: Skip # Timeout. |
| 219 io/http_client_stays_alive_test: Skip # Timeout. | 230 io/http_client_stays_alive_test: Skip # Timeout. |
| 220 | 231 |
| 221 [ $runtime == vm || $runtime == dart_precompiled ] | 232 [ $runtime == vm || $runtime == dart_precompiled ] |
| 222 # Failures in secure networking while NSS is replaced with BoringSSL | 233 # Failures in secure networking while NSS is replaced with BoringSSL |
| 223 io/https_client_certificate_test: RuntimeError # Issue 24070 | 234 io/https_client_certificate_test: RuntimeError # Issue 24070 |
| 224 io/secure_socket_renegotiate_test: RuntimeError | 235 io/secure_socket_renegotiate_test: RuntimeError |
| (...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 385 io/socket_source_address_test: SkipByDesign | 396 io/socket_source_address_test: SkipByDesign |
| 386 io/socket_bind_test: SkipByDesign | 397 io/socket_bind_test: SkipByDesign |
| 387 io/http_proxy_advanced_test: SkipByDesign | 398 io/http_proxy_advanced_test: SkipByDesign |
| 388 io/http_ipv6_test: SkipByDesign | 399 io/http_ipv6_test: SkipByDesign |
| 389 io/socket_ipv6_test: SkipByDesign | 400 io/socket_ipv6_test: SkipByDesign |
| 390 io/socket_info_ipv6_test: SkipByDesign | 401 io/socket_info_ipv6_test: SkipByDesign |
| 391 | 402 |
| 392 [ $builder_tag == asan && $arch == x64 ] | 403 [ $builder_tag == asan && $arch == x64 ] |
| 393 io/process_detached_test: Pass, Slow | 404 io/process_detached_test: Pass, Slow |
| 394 io/named_pipe_script_test: RuntimeError | 405 io/named_pipe_script_test: RuntimeError |
| OLD | NEW |