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 224 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
235 package/package_isolate_test: Crash # Issue 28645 | 235 package/package_isolate_test: Crash # Issue 28645 |
236 package/scenarios/empty_packages_file/empty_packages_file_noimports_test: Crash
# Issue 28645 | 236 package/scenarios/empty_packages_file/empty_packages_file_noimports_test: Crash
# Issue 28645 |
237 package/scenarios/empty_packages_file/empty_packages_file_option_test: Crash, Pa
ss # Issue 28645 | 237 package/scenarios/empty_packages_file/empty_packages_file_option_test: Crash, Pa
ss # Issue 28645 |
238 package/scenarios/packages_file_strange_formatting/empty_lines_test: Crash # Iss
ue 28645 | 238 package/scenarios/packages_file_strange_formatting/empty_lines_test: Crash # Iss
ue 28645 |
239 package/scenarios/packages_file_strange_formatting/empty_package_dir_test: Crash
# Issue 28645 | 239 package/scenarios/packages_file_strange_formatting/empty_package_dir_test: Crash
# Issue 28645 |
240 package/scenarios/packages_file_strange_formatting/mixed_line_ends_test: Crash #
Issue 28645 | 240 package/scenarios/packages_file_strange_formatting/mixed_line_ends_test: Crash #
Issue 28645 |
241 package/scenarios/packages_option_only/packages_option_only_noimports_test: Cras
h # Issue 28645 | 241 package/scenarios/packages_option_only/packages_option_only_noimports_test: Cras
h # Issue 28645 |
242 package/scenarios/packages_option_only/packages_option_only_test: Crash, Compile
TimeError # Issue 28645 | 242 package/scenarios/packages_option_only/packages_option_only_test: Crash, Compile
TimeError # Issue 28645 |
243 | 243 |
244 [ $compiler == dartk && $mode == debug ] | 244 [ $compiler == dartk && $mode == debug ] |
245 io/file_lock_test: Slow | 245 io/file_lock_test: Slow, Pass |
246 | 246 |
247 [ ($runtime == vm || $runtime == dart_precompiled) && $mode == debug && $builder
_tag == asan ] | 247 [ ($runtime == vm || $runtime == dart_precompiled) && $mode == debug && $builder
_tag == asan ] |
248 io/file_lock_test: Skip # Timeout. | 248 io/file_lock_test: Skip # Timeout. |
249 io/test_runner_test: Skip # Timeout. | 249 io/test_runner_test: Skip # Timeout. |
250 io/http_client_stays_alive_test: Skip # Timeout. | 250 io/http_client_stays_alive_test: Skip # Timeout. |
251 | 251 |
252 [ $runtime == vm || $runtime == dart_precompiled ] | 252 [ $runtime == vm || $runtime == dart_precompiled ] |
253 # Failures in secure networking while NSS is replaced with BoringSSL | 253 # Failures in secure networking while NSS is replaced with BoringSSL |
254 io/https_client_certificate_test: RuntimeError # Issue 24070 | 254 io/https_client_certificate_test: RuntimeError # Issue 24070 |
255 io/secure_socket_renegotiate_test: RuntimeError | 255 io/secure_socket_renegotiate_test: RuntimeError |
(...skipping 201 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
457 io/uri_platform_test: DartkCrash | 457 io/uri_platform_test: DartkCrash |
458 map_insert_remove_oom_test: Crash | 458 map_insert_remove_oom_test: Crash |
459 package/package1_test: CompileTimeError | 459 package/package1_test: CompileTimeError |
460 package/package_test: CompileTimeError | 460 package/package_test: CompileTimeError |
461 package/scenarios/invalid/invalid_package_name_test: DartkCrash | 461 package/scenarios/invalid/invalid_package_name_test: DartkCrash |
462 package/scenarios/invalid/invalid_utf8_test: DartkCrash | 462 package/scenarios/invalid/invalid_utf8_test: DartkCrash |
463 package/scenarios/invalid/non_existent_packages_file_test: DartkCrash | 463 package/scenarios/invalid/non_existent_packages_file_test: DartkCrash |
464 package/scenarios/invalid/same_package_twice_test: DartkCrash | 464 package/scenarios/invalid/same_package_twice_test: DartkCrash |
465 package/scenarios/packages_dir_only/packages_dir_only_test: CompileTimeError | 465 package/scenarios/packages_dir_only/packages_dir_only_test: CompileTimeError |
466 verbose_gc_to_bmu_test: RuntimeError | 466 verbose_gc_to_bmu_test: RuntimeError |
OLD | NEW |