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 # This test checks that the test runner correctly detects and reports non-utf8 |
| 11 # output from a test. |
| 12 io/non_utf8_output_test: NonUtf8Output, OK |
| 13 |
10 io/raw_socket_test: Pass, RuntimeError # Issue 28288 | 14 io/raw_socket_test: Pass, RuntimeError # Issue 28288 |
11 io/http_close_test: Pass, RuntimeError # Issue 28380 | 15 io/http_close_test: Pass, RuntimeError # Issue 28380 |
12 packages_file_test: Skip # Issue 26715 | 16 packages_file_test: Skip # Issue 26715 |
13 packages_file_test/none: Skip # contains no tests. | 17 packages_file_test/none: Skip # contains no tests. |
14 | 18 |
15 package/invalid_uri_test: Fail, OK # CompileTimeErrors intentionally | 19 package/invalid_uri_test: Fail, OK # CompileTimeErrors intentionally |
16 package/scenarios/packages_file_strange_formatting/empty_package_dir_test: Fail,
OK # CompileTimeErrors intentionally | 20 package/scenarios/packages_file_strange_formatting/empty_package_dir_test: Fail,
OK # CompileTimeErrors intentionally |
17 package/scenarios/empty_packages_file/empty_packages_file_discovery_test: Fail,
OK # CompileTimeErrors intentionally | 21 package/scenarios/empty_packages_file/empty_packages_file_discovery_test: Fail,
OK # CompileTimeErrors intentionally |
18 package/scenarios/empty_packages_file/empty_packages_file_option_test: Fail, OK
# CompileTimeErrors intentionally | 22 package/scenarios/empty_packages_file/empty_packages_file_option_test: Fail, OK
# CompileTimeErrors intentionally |
19 package/scenarios/invalid/invalid_package_name_test: RuntimeError, CompileTimeEr
ror # Errors intentionally | 23 package/scenarios/invalid/invalid_package_name_test: RuntimeError, CompileTimeEr
ror # Errors intentionally |
(...skipping 366 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
386 io/secure_socket_alpn_test: RuntimeError | 390 io/secure_socket_alpn_test: RuntimeError |
387 io/secure_bad_certificate_test: RuntimeError | 391 io/secure_bad_certificate_test: RuntimeError |
388 io/secure_server_socket_test: RuntimeError | 392 io/secure_server_socket_test: RuntimeError |
389 io/secure_client_server_test: RuntimeError | 393 io/secure_client_server_test: RuntimeError |
390 io/socket_upgrade_to_secure_test: RuntimeError | 394 io/socket_upgrade_to_secure_test: RuntimeError |
391 io/secure_client_raw_server_test: RuntimeError | 395 io/secure_client_raw_server_test: RuntimeError |
392 io/secure_socket_test: RuntimeError | 396 io/secure_socket_test: RuntimeError |
393 io/raw_secure_socket_test: RuntimeError | 397 io/raw_secure_socket_test: RuntimeError |
394 io/https_bad_certificate_test: RuntimeError | 398 io/https_bad_certificate_test: RuntimeError |
395 io/secure_server_closing_test: RuntimeError | 399 io/secure_server_closing_test: RuntimeError |
396 io/console_unicode_test: Skip # https://github.com/dart-lang/sdk/issues/28872 | 400 # The Android command runner doesn't correctly handle non-UTF8 formatted output. |
| 401 # https://github.com/dart-lang/sdk/issues/28872 |
| 402 io/non_utf8_output_test: Skip |
397 | 403 |
398 [ $system == android && $runtime == dart_precompiled && $mode == release && $arc
h == arm] | 404 [ $system == android && $runtime == dart_precompiled && $mode == release && $arc
h == arm] |
399 io/stdout_stderr_non_blocking_test: Pass, Timeout # Issue 28426 | 405 io/stdout_stderr_non_blocking_test: Pass, Timeout # Issue 28426 |
400 | 406 |
401 [ $runtime == vm || $runtime == dart_precompiled ] | 407 [ $runtime == vm || $runtime == dart_precompiled ] |
402 deferred_transitive_import_error_test: Skip # Contains intentional errors. | 408 deferred_transitive_import_error_test: Skip # Contains intentional errors. |
403 | 409 |
404 [ $hot_reload || $hot_reload_rollback ] | 410 [ $hot_reload || $hot_reload_rollback ] |
405 deferred_transitive_import_error_test: Crash # Uses deferred imports. | 411 deferred_transitive_import_error_test: Crash # Uses deferred imports. |
406 package/*: SkipByDesign # Launches VMs in interesting ways. | 412 package/*: SkipByDesign # Launches VMs in interesting ways. |
407 io/raw_datagram_read_all_test: Pass, Fail # Timing dependent. | 413 io/raw_datagram_read_all_test: Pass, Fail # Timing dependent. |
408 io/test_runner_test: Pass, Slow # Slow. | 414 io/test_runner_test: Pass, Slow # Slow. |
409 io/skipping_dart2js_compilations_test: Pass, Slow # Slow. | 415 io/skipping_dart2js_compilations_test: Pass, Slow # Slow. |
410 | 416 |
411 [ $builder_tag == no_ipv6 ] | 417 [ $builder_tag == no_ipv6 ] |
412 io/raw_datagram_socket_test: SkipByDesign | 418 io/raw_datagram_socket_test: SkipByDesign |
413 io/socket_source_address_test: SkipByDesign | 419 io/socket_source_address_test: SkipByDesign |
414 io/socket_bind_test: SkipByDesign | 420 io/socket_bind_test: SkipByDesign |
415 io/http_proxy_advanced_test: SkipByDesign | 421 io/http_proxy_advanced_test: SkipByDesign |
416 io/http_ipv6_test: SkipByDesign | 422 io/http_ipv6_test: SkipByDesign |
417 io/socket_ipv6_test: SkipByDesign | 423 io/socket_ipv6_test: SkipByDesign |
418 io/socket_info_ipv6_test: SkipByDesign | 424 io/socket_info_ipv6_test: SkipByDesign |
419 | 425 |
420 [ $builder_tag == asan && $arch == x64 ] | 426 [ $builder_tag == asan && $arch == x64 ] |
421 io/process_detached_test: Pass, Slow | 427 io/process_detached_test: Pass, Slow |
422 io/named_pipe_script_test: RuntimeError | 428 io/named_pipe_script_test: RuntimeError |
OLD | NEW |