mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 14:32:24 +00:00
91ac6475cb
This CL * Removes conditional Skip markers in status files * Removes some outdated TODOs in the code * Deletes tests/lib_2/isolate/isolate_stress_test => It's skipped everywhere, we no longer support isolates on web * Fixes standalone{,_2}/io/directory_list_sync_test: => Instead of relying on the Platform.script which could be an ELF file lying somewhere else, use Platform.executable instead * Fixes standalone{,_2}/io/unix_socket_test: => The server used `sub.cancel()` to close it's reading end while the client tried to write to it. This is racy. If the server goes first, the write on client will throw (since no error listener was installed on socket.done) Avoid the race by coordinating client/server. Issue https://github.com/dart-lang/sdk/issues/36097 TEST=Enables more tests. Change-Id: I0464f81f540f2eda23ef4199cc536e53e6a809b9 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/207120 Reviewed-by: Alexander Aprelev <aam@google.com> Commit-Queue: Martin Kustermann <kustermann@google.com>
77 lines
3.5 KiB
Text
77 lines
3.5 KiB
Text
# Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file
|
|
# for details. All rights reserved. Use of this source code is governed by a
|
|
# BSD-style license that can be found in the LICENSE file.
|
|
|
|
[ $arch == ia32 ]
|
|
check_for_aot_snapshot_jit_test: SkipByDesign # No AOT mode on IA32.
|
|
link_natives_lazily_test: SkipByDesign # Not supported.
|
|
no_allow_absolute_addresses_test: SkipByDesign # Not supported.
|
|
|
|
[ $system == android ]
|
|
io/file_stat_test: Skip # Issue 26376
|
|
io/file_system_watcher_test: Skip # Issue 26376
|
|
io/file_test: Skip # Issue 26376
|
|
io/http_proxy_advanced_test: Skip # Issue 27638
|
|
io/http_proxy_test: Skip # Issue 27638
|
|
io/https_bad_certificate_test: Skip # Issue 27638
|
|
io/https_server_test: Skip # Issue 27638
|
|
io/non_utf8_output_test: Skip # The Android command runner doesn't correctly handle non-UTF8 formatted output. https://github.com/dart-lang/sdk/issues/28872
|
|
io/process_exit_test: Skip # Issue 29578
|
|
io/process_path_environment_test: Skip # Issue 26376
|
|
io/process_path_test: Skip # Issue 26376
|
|
io/process_segfault_test: Skip # Issue 26376
|
|
io/raw_datagram_socket_test: Skip # Issue 27638
|
|
io/raw_secure_server_closing_test: Skip # Issue 27638
|
|
io/raw_secure_server_socket_test: Skip # Issue 27638
|
|
io/raw_secure_socket_pause_test: Skip # Issue 27638
|
|
io/raw_secure_socket_test: Skip # Issue 27638
|
|
io/regress_21160_test: Skip # Issue 27638
|
|
io/resolve_symbolic_links_test: Skip # Issue 26376
|
|
io/secure_bad_certificate_test: Skip # Issue 27638
|
|
io/secure_client_raw_server_test: Skip # Issue 27638
|
|
io/secure_client_server_test: Skip # Issue 27638
|
|
io/secure_multiple_client_server_test: Skip # Issue 27638
|
|
io/secure_server_client_certificate_test: Skip # Issue 27638
|
|
io/secure_server_closing_test: Skip # Issue 27638
|
|
io/secure_server_socket_test: Skip # Issue 27638
|
|
io/secure_session_resume_test: Skip # Issue 27638
|
|
io/secure_socket_alpn_test: Skip # Issue 27638
|
|
io/secure_socket_test: Skip # Issue 27638
|
|
io/socket_upgrade_to_secure_test: Skip # Issue 27638
|
|
|
|
[ $system == windows ]
|
|
io/process_sync_test: Pass, Timeout # Issue 24596
|
|
io/sleep_test: Pass, Fail # Issue 25757
|
|
io/socket_info_ipv6_test: Skip
|
|
verbose_gc_to_bmu_test: Skip
|
|
|
|
[ $arch == arm && $mode == release && $runtime == dart_precompiled && $system == android ]
|
|
io/stdout_stderr_non_blocking_test: Pass, Timeout # Issue 28426
|
|
|
|
[ $arch == x64 && $mode == release && $runtime == vm && $system == linux ]
|
|
io/http_bind_test: Pass, Timeout # Issue 35192
|
|
|
|
[ $compiler != dart2analyzer && $system == windows ]
|
|
io/platform_resolved_executable_test/06: RuntimeError # Issue 23641
|
|
|
|
[ $mode == release && $runtime == vm && $system == macos ]
|
|
io/http_server_close_response_after_error_test: Pass, Timeout # Issue 28370: timeout.
|
|
io/named_pipe_script_test: Pass, RuntimeError # Issue 28737
|
|
|
|
[ $mode == release && $runtime == vm && $system == windows ]
|
|
io/http_server_close_response_after_error_test: Pass, Timeout # Issue 28370: timeout.
|
|
|
|
[ $runtime == dart_precompiled && $system == linux && ($arch == simarm || $arch == simarm64 || $arch == simarm64c || $arch == x64) ]
|
|
io/stdout_stderr_non_blocking_test: Pass, Timeout # Issue 35192
|
|
|
|
[ $runtime == vm && ($arch == arm || $arch == arm64) ]
|
|
io/dart_std_io_pipe_test: Timeout, Pass
|
|
io/file_input_stream_test: Skip # Issue 26109
|
|
io/file_stream_test: Skip # Issue 26109
|
|
io/file_typed_data_test: Skip # Issue 26109
|
|
io/process_sync_test: Timeout, Pass
|
|
|
|
[ $runtime == vm && ($arch == simarm || $arch == simarm64 || $arch == simarm64c) ]
|
|
io/dart_std_io_pipe_test: Timeout, Pass
|
|
io/http_client_stays_alive_test: Skip # Spawns process in Dart2 mode.
|
|
io/process_sync_test: Timeout, Pass
|