dart-sdk/tests/standalone_2/io
Zichang Guo 34ab9f84ab [dart:io] HttpClientConnection is destroyed for "CONNECT" request
If "CONNECT" is used in HttpClientRequest, it is supposed to create a
tunnel and reuse the socket. The socket should remain open instead of
being closed.

Bug: https://github.com/dart-lang/sdk/issues/37808
Change-Id: Ic765bdc6fe4d3e21b3117e882b38e3abae15ceda
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/148684
Commit-Queue: Zichang Guo <zichangguo@google.com>
Reviewed-by: Jonas Termansen <sortie@google.com>
Reviewed-by: Siva Annamalai <asiva@google.com>
2020-06-19 23:18:07 +00:00
..
certificates [dart:io] Check hostname when validating cert chains on MacOS 2018-04-23 22:39:32 +00:00
addlatexhash_test.dart [Tests] Pass VM options (Platform.executableArguments) to sub-processes 2019-03-18 23:20:41 +00:00
addlatexhash_test_src.tex Migrate first block of tests in standalone to standalone_2 2017-08-01 09:05:01 -07:00
ansi_supported_test.dart Reland migrate most of the tests in standalone to be strong mode clean and move them to standalone_2 directory. 2017-10-07 01:29:36 +00:00
arguments_test.dart Use the Expect.throws___() helper methods throughout tests. 2017-10-17 23:37:15 +00:00
async_catch_errors_test.dart New implementation of runZoned. 2020-03-25 00:24:33 +00:00
bytes_builder_test.dart Reland migrate most of the tests in standalone to be strong mode clean and move them to standalone_2 directory. 2017-10-07 01:29:36 +00:00
client_socket_add_close_error_test.dart Reapply "Misc "strong" mode fixes for dart:io." 2017-12-19 21:41:47 +00:00
client_socket_add_close_no_error_test.dart Update Socket to be a Stream<Uint8List> 2019-07-08 16:42:47 +00:00
client_socket_add_close_result_error_test.dart Reapply "Misc "strong" mode fixes for dart:io." 2017-12-19 21:41:47 +00:00
client_socket_add_destroy_no_error_test.dart Reapply "Misc "strong" mode fixes for dart:io." 2017-12-19 21:41:47 +00:00
client_socket_destory_no_error_test.dart Update Socket to be a Stream<Uint8List> 2019-07-08 16:42:47 +00:00
client_socket_exception_test.dart [ VM / dart:io ] Adding to a closed IOSink now throws a StateError 2019-01-25 19:23:56 +00:00
compile_all_test.dart Reland migrate most of the tests in standalone to be strong mode clean and move them to standalone_2 directory. 2017-10-07 01:29:36 +00:00
console_unicode_test.dart Reland migrate most of the tests in standalone to be strong mode clean and move them to standalone_2 directory. 2017-10-07 01:29:36 +00:00
create_recursive_test.dart Reland migrate most of the tests in standalone to be strong mode clean and move them to standalone_2 directory. 2017-10-07 01:29:36 +00:00
create_sample_certificates.sh [dart:io] Check hostname when validating cert chains on MacOS 2018-04-23 22:39:32 +00:00
dart_std_io_pipe_script.dart Reland migrate most of the tests in standalone to be strong mode clean and move them to standalone_2 directory. 2017-10-07 01:29:36 +00:00
dart_std_io_pipe_test.dart [Tests] Pass VM options (Platform.executableArguments) to sub-processes 2019-03-18 23:20:41 +00:00
dart_std_io_pipe_test.sh Reland migrate most of the tests in standalone to be strong mode clean and move them to standalone_2 directory. 2017-10-07 01:29:36 +00:00
delete_symlink_test.dart Reland migrate most of the tests in standalone to be strong mode clean and move them to standalone_2 directory. 2017-10-07 01:29:36 +00:00
directory_chdir_test.dart [Tests] Update _2 tests for Dart 2.0 fixed-size integers 2017-11-17 20:28:06 +00:00
directory_create_race_test.dart Reland migrate most of the tests in standalone to be strong mode clean and move them to standalone_2 directory. 2017-10-07 01:29:36 +00:00
directory_error_test.dart Reland migrate most of the tests in standalone to be strong mode clean and move them to standalone_2 directory. 2017-10-07 01:29:36 +00:00
directory_fuzz_test.dart Reland migrate most of the tests in standalone to be strong mode clean and move them to standalone_2 directory. 2017-10-07 01:29:36 +00:00
directory_list_nonexistent_test.dart Reland migrate most of the tests in standalone to be strong mode clean and move them to standalone_2 directory. 2017-10-07 01:29:36 +00:00
directory_list_pause_test.dart Reland migrate most of the tests in standalone to be strong mode clean and move them to standalone_2 directory. 2017-10-07 01:29:36 +00:00
directory_list_sync_test.dart Reland migrate most of the tests in standalone to be strong mode clean and move them to standalone_2 directory. 2017-10-07 01:29:36 +00:00
directory_non_ascii_sync_test.dart Reland migrate most of the tests in standalone to be strong mode clean and move them to standalone_2 directory. 2017-10-07 01:29:36 +00:00
directory_non_ascii_test.dart Reland migrate most of the tests in standalone to be strong mode clean and move them to standalone_2 directory. 2017-10-07 01:29:36 +00:00
directory_test.dart [gardening] Fix standalone_2/io/directory_test 2018-08-16 16:40:24 +00:00
directory_uri_test.dart Use the Expect.throws___() helper methods throughout tests. 2017-10-17 23:37:15 +00:00
disable_exit_test.dart [ VM ] Removed tests/standalone along with any references in build bot / test runner configurations 2019-10-17 00:41:16 +00:00
echo_server_stream_test.dart [vm/concurrency] Run all isolate related tests with/without enabling isolate groups 2019-11-27 17:23:31 +00:00
empty_file Reland migrate most of the tests in standalone to be strong mode clean and move them to standalone_2 directory. 2017-10-07 01:29:36 +00:00
file_absolute_path_test.dart Reland migrate most of the tests in standalone to be strong mode clean and move them to standalone_2 directory. 2017-10-07 01:29:36 +00:00
file_blocking_lock_script.dart [dart:io] Provide modern Dart-styled constants 2018-05-03 17:00:14 +00:00
file_blocking_lock_test.dart [dart:io] Provide modern Dart-styled constants 2018-05-03 17:00:14 +00:00
file_constructor_test.dart Various strong mode fixes for standalone_2 tests. 2017-11-17 01:14:32 +00:00
file_copy_test.dart Revert "File::Copy avoids direct copying on Windows" 2020-06-12 06:27:48 +00:00
file_create_test.dart Reland migrate most of the tests in standalone to be strong mode clean and move them to standalone_2 directory. 2017-10-07 01:29:36 +00:00
file_error2_test.dart [vm, gc] Fix a lock order inversion detected by TSAN. 2020-03-03 18:30:23 +00:00
file_error_test.dart [dart:io] Provide modern Dart-styled constants 2018-05-03 17:00:14 +00:00
file_fuzz_test.dart [dart:io] Provide modern Dart-styled constants 2018-05-03 17:00:14 +00:00
file_input_stream_test.dart Update File.openRead to return Stream<Uint8List> 2019-06-27 00:22:17 +00:00
file_lock_script.dart [dart:io] Provide modern Dart-styled constants 2018-05-03 17:00:14 +00:00
file_lock_test.dart [ VM / Gardening ] Added a print of the test call stack to file_lock_test to help better track down flaky failures on Windows. Related to issue #35012. 2018-10-31 23:01:43 +00:00
file_non_ascii_sync_test.dart Reland migrate most of the tests in standalone to be strong mode clean and move them to standalone_2 directory. 2017-10-07 01:29:36 +00:00
file_non_ascii_test.dart Reland migrate most of the tests in standalone to be strong mode clean and move them to standalone_2 directory. 2017-10-07 01:29:36 +00:00
file_output_stream_test.dart Reland migrate most of the tests in standalone to be strong mode clean and move them to standalone_2 directory. 2017-10-07 01:29:36 +00:00
file_read_encoded_test.dart Reland migrate most of the tests in standalone to be strong mode clean and move them to standalone_2 directory. 2017-10-07 01:29:36 +00:00
file_read_special_device_test.dart [Tests] Pass VM options (Platform.executableArguments) to sub-processes 2019-03-18 23:20:41 +00:00
file_read_stdio_script.dart Reland migrate most of the tests in standalone to be strong mode clean and move them to standalone_2 directory. 2017-10-07 01:29:36 +00:00
file_stat_test.dart [dart:io] Provide modern Dart-styled constants 2018-05-03 17:00:14 +00:00
file_stream_test.dart Update File.openRead to return Stream<Uint8List> 2019-06-27 00:22:17 +00:00
file_system_async_links_test.dart [dart:io] Provide modern Dart-styled constants 2018-05-03 17:00:14 +00:00
file_system_delete_test.dart Reland migrate most of the tests in standalone to be strong mode clean and move them to standalone_2 directory. 2017-10-07 01:29:36 +00:00
file_system_exists_test.dart Reland migrate most of the tests in standalone to be strong mode clean and move them to standalone_2 directory. 2017-10-07 01:29:36 +00:00
file_system_links_test.dart [dart:io] Provide modern Dart-styled constants 2018-05-03 17:00:14 +00:00
file_system_uri_test.dart Reland migrate most of the tests in standalone to be strong mode clean and move them to standalone_2 directory. 2017-10-07 01:29:36 +00:00
file_system_watcher_test.dart New implementation of runZoned. 2020-03-25 00:24:33 +00:00
file_test.dart [ VM ] Fix file_test type errors 2020-02-27 01:30:31 +00:00
file_test.txt Reland migrate most of the tests in standalone to be strong mode clean and move them to standalone_2 directory. 2017-10-07 01:29:36 +00:00
file_typed_data_test.dart Remove deprecated SDK constant declarations. 2018-07-18 13:05:00 +00:00
file_uri_test.dart Use the Expect.throws___() helper methods throughout tests. 2017-10-17 23:37:15 +00:00
file_windows_test.dart Reland migrate most of the tests in standalone to be strong mode clean and move them to standalone_2 directory. 2017-10-07 01:29:36 +00:00
file_write_as_test.dart Reland "[dart:io] Fixes the FileIO performance regression" 2020-06-09 05:31:44 +00:00
file_write_only_test.dart Fix test cases that await "void." Blocks #33415, making that an error 2018-06-18 20:33:13 +00:00
fixed_length_file Reland migrate most of the tests in standalone to be strong mode clean and move them to standalone_2 directory. 2017-10-07 01:29:36 +00:00
fixed_length_file_out Reland migrate most of the tests in standalone to be strong mode clean and move them to standalone_2 directory. 2017-10-07 01:29:36 +00:00
fuzz_support.dart [dart:io] Provide modern Dart-styled constants 2018-05-03 17:00:14 +00:00
gzip_format_exception_test.dart [dart:io] Throw a FormatException when filters receive bad data. 2020-04-08 20:38:34 +00:00
http_10_test.dart [ VM / dart:io ] Adding to a closed IOSink now throws a StateError 2019-01-25 19:23:56 +00:00
http_100_continue.dart Change some constant declarations to lowerCase. 2017-11-14 12:59:14 +00:00
http_advanced_test.dart [vm/concurrency] Run all isolate related tests with/without enabling isolate groups 2019-11-27 17:23:31 +00:00
http_auth_digest_test.dart [tests] Update failing standalone_2/io/http_* tests for Dart 2 2019-06-12 21:17:12 +00:00
http_auth_test.dart [tests] Update failing standalone_2/io/http_* tests for Dart 2 2019-06-12 21:17:12 +00:00
http_ban_http_embedder_test.dart Reland "[dart:_http] Allow the embedder to prohibit HTTP traffic." 2020-04-06 17:46:44 +00:00
http_ban_http_normal_test.dart Reland "[dart:_http] Allow the embedder to prohibit HTTP traffic." 2020-04-06 17:46:44 +00:00
http_basic_test.dart [vm/concurrency] Run all isolate related tests with/without enabling isolate groups 2019-11-27 17:23:31 +00:00
http_bind_test.dart Reland migrate most of the tests in standalone to be strong mode clean and move them to standalone_2 directory. 2017-10-07 01:29:36 +00:00
http_client_connect_test.dart [dart:io] Fix _connecting counting in HttpClient 2020-06-15 22:24:02 +00:00
http_client_exception_test.dart Use the Expect.throws___() helper methods throughout tests. 2017-10-17 23:37:15 +00:00
http_client_request_test.dart Reland migrate most of the tests in standalone to be strong mode clean and move them to standalone_2 directory. 2017-10-07 01:29:36 +00:00
http_client_stays_alive_test.dart [Tests] Pass VM options (Platform.executableArguments) to sub-processes 2019-03-18 23:20:41 +00:00
http_close_test.dart [test] Deflakes, un-excepts http_close_test. 2019-07-25 08:27:34 +00:00
http_compression_test.dart Issue 41603. await voidExpression is an error. 2020-04-24 03:42:52 +00:00
http_connection_close_test.dart Reland migrate most of the tests in standalone to be strong mode clean and move them to standalone_2 directory. 2017-10-07 01:29:36 +00:00
http_connection_header_test.dart Revert "[dart:io] Preserve header case in http header _builds()" 2020-04-09 10:38:29 +00:00
http_connection_info_test.dart Reland migrate most of the tests in standalone to be strong mode clean and move them to standalone_2 directory. 2017-10-07 01:29:36 +00:00
http_content_length_test.dart [ VM / dart:io ] Adding to a closed IOSink now throws a StateError 2019-01-25 19:23:56 +00:00
http_cookie_test.dart [dart:_http] Fix parsing of empty cookies and double quotes. 2019-05-23 10:05:36 +00:00
http_cross_process_test.dart Update HttpRequest and HttpClientResponse to be Stream<Uint8List> 2019-06-27 00:21:07 +00:00
http_date_test.dart Change some constant declarations to lowerCase. 2017-11-14 12:59:14 +00:00
http_detach_socket_test.dart Update Socket to be a Stream<Uint8List> 2019-07-08 16:42:47 +00:00
http_head_test.dart Reland migrate most of the tests in standalone to be strong mode clean and move them to standalone_2 directory. 2017-10-07 01:29:36 +00:00
http_headers_content_length_test.dart [dart:io] Fix Content-Length header being accidentally dropped 2020-06-19 20:42:07 +00:00
http_headers_state_test.dart Use the Expect.throws___() helper methods throughout tests. 2017-10-17 23:37:15 +00:00
http_ipv6_test.dart [dart:_http] Adds Dart-styled constants 2018-06-07 16:18:33 +00:00
http_keep_alive_test.dart Reland migrate most of the tests in standalone to be strong mode clean and move them to standalone_2 directory. 2017-10-07 01:29:36 +00:00
http_linklocal_ipv6_test.dart Reland "[vm] support zoneID for http" 2019-09-05 14:54:48 +00:00
http_loopback_test.dart [gardening] Make standalone_2/io/http_loopback_test more robust. 2018-11-27 11:10:49 +00:00
http_no_reason_phrase_test.dart [dart:_http] Adds Dart-styled constants 2018-06-07 16:18:33 +00:00
http_outgoing_size_test.dart [dart:_http] Adds Dart-styled constants 2018-06-07 16:18:33 +00:00
http_override_test.dart [ dart:io ] Added timeline events for HttpClient connections and requests 2019-11-16 00:46:46 +00:00
http_parser_connect_method.dart Revert "[tests] rewrite and format several tests on http" 2020-04-22 03:27:36 +00:00
http_proxy_advanced_test.dart Update Socket to be a Stream<Uint8List> 2019-07-08 16:42:47 +00:00
http_proxy_close_test.dart [dart:io] HttpClientConnection is destroyed for "CONNECT" request 2020-06-19 23:18:07 +00:00
http_proxy_configuration_test.dart Various strong mode fixes for standalone_2 tests. 2017-11-17 01:14:32 +00:00
http_proxy_test.dart Update Socket to be a Stream<Uint8List> 2019-07-08 16:42:47 +00:00
http_read_test.dart [vm/concurrency] Run all isolate related tests with/without enabling isolate groups 2019-11-27 17:23:31 +00:00
http_redirect_test.dart [tests] Update failing standalone_2/io/http_* tests for Dart 2 2019-06-12 21:17:12 +00:00
http_request_pipeling_test.dart Reland migrate most of the tests in standalone to be strong mode clean and move them to standalone_2 directory. 2017-10-07 01:29:36 +00:00
http_requested_uri_test.dart Reland migrate most of the tests in standalone to be strong mode clean and move them to standalone_2 directory. 2017-10-07 01:29:36 +00:00
http_response_deadline_test.dart Reland migrate most of the tests in standalone to be strong mode clean and move them to standalone_2 directory. 2017-10-07 01:29:36 +00:00
http_reuse_server_port_test.dart Update HttpRequest and HttpClientResponse to be Stream<Uint8List> 2019-06-27 00:21:07 +00:00
http_server_close_response_after_error_client.dart Reland migrate most of the tests in standalone to be strong mode clean and move them to standalone_2 directory. 2017-10-07 01:29:36 +00:00
http_server_close_response_after_error_test.dart [Tests] Pass VM options (Platform.executableArguments) to sub-processes 2019-03-18 23:20:41 +00:00
http_server_early_client_close2_test.dart Update File.openRead to return Stream<Uint8List> 2019-06-27 00:22:17 +00:00
http_server_early_client_close_test.dart Update File.openRead to return Stream<Uint8List> 2019-06-27 00:22:17 +00:00
http_server_idle_timeout_test.dart Reland migrate most of the tests in standalone to be strong mode clean and move them to standalone_2 directory. 2017-10-07 01:29:36 +00:00
http_server_response_test.dart Update File.openRead to return Stream<Uint8List> 2019-06-27 00:22:17 +00:00
http_server_test.dart New implementation of runZoned. 2020-03-25 00:24:33 +00:00
http_session_test.dart Reland migrate most of the tests in standalone to be strong mode clean and move them to standalone_2 directory. 2017-10-07 01:29:36 +00:00
http_shutdown_test.dart Reland: [dart:io] Adds Socket.startConnect 2018-07-03 14:47:41 +00:00
http_stream_close_test.dart Reland migrate most of the tests in standalone to be strong mode clean and move them to standalone_2 directory. 2017-10-07 01:29:36 +00:00
https_bad_certificate_test.dart [ VM ] Removed tests/standalone along with any references in build bot / test runner configurations 2019-10-17 00:41:16 +00:00
https_client_certificate_test.dart Reland migrate most of the tests in standalone to be strong mode clean and move them to standalone_2 directory. 2017-10-07 01:29:36 +00:00
https_client_exception_test.dart Reland migrate most of the tests in standalone to be strong mode clean and move them to standalone_2 directory. 2017-10-07 01:29:36 +00:00
https_server_test.dart Update File.openRead to return Stream<Uint8List> 2019-06-27 00:22:17 +00:00
https_unauthorized_client.dart Fix type errors in tests, these tests fork a process and when run with 2018-06-08 00:17:53 +00:00
https_unauthorized_test.dart [Tests] Pass VM options (Platform.executableArguments) to sub-processes 2019-03-18 23:20:41 +00:00
internet_address_test.dart Remove tests for addresses with leading 0s 2020-04-30 19:30:02 +00:00
io_override_test.dart [dart:io] add IOOverrides.serverSocketBind to enable overriding ServerSocket.bind() 2019-10-28 22:04:39 +00:00
io_sink_test.dart Various strong mode fixes for standalone_2 tests. 2017-11-17 01:14:32 +00:00
issue_22636_test.dart [dart:io] Provide modern Dart-styled constants 2018-05-03 17:00:14 +00:00
issue_22637_test.dart [dart:_http] Adds Dart-styled constants 2018-06-07 16:18:33 +00:00
issue_26954_test.dart Change some constant declarations to lowerCase. 2017-11-14 12:59:14 +00:00
issue_30687_test.dart [ VM / dart:io ] Fixed issue where Link.rename would fail on Windows if another link or directory with the same name as the target existed. Fixes issue #30687. 2018-06-13 18:03:20 +00:00
issue_31492_test.dart [dart:io] Throw an exception if HttpClient attempts to connect after closing 2019-01-03 00:44:00 +00:00
issue_32052_test.dart [dart:cli] Fix waitFor for Future that completes with null 2018-02-06 15:43:33 +00:00
link_async_test.dart [dart:io] Provide modern Dart-styled constants 2018-05-03 17:00:14 +00:00
link_test.dart [io] add testcases for link pointing to directory 2019-10-21 22:31:32 +00:00
link_uri_test.dart Use the Expect.throws___() helper methods throughout tests. 2017-10-17 23:37:15 +00:00
locale_name_test.dart Reland migrate most of the tests in standalone to be strong mode clean and move them to standalone_2 directory. 2017-10-07 01:29:36 +00:00
many_directory_operations_test.dart Reland migrate most of the tests in standalone to be strong mode clean and move them to standalone_2 directory. 2017-10-07 01:29:36 +00:00
many_file_operations_test.dart Reland migrate most of the tests in standalone to be strong mode clean and move them to standalone_2 directory. 2017-10-07 01:29:36 +00:00
named_pipe_script_test.dart [Tests] Pass VM options (Platform.executableArguments) to sub-processes 2019-03-18 23:20:41 +00:00
namespace_test.dart [Tests] Pass VM options (Platform.executableArguments) to sub-processes 2019-03-18 23:20:41 +00:00
network_interface_test.dart Reland migrate most of the tests in standalone to be strong mode clean and move them to standalone_2 directory. 2017-10-07 01:29:36 +00:00
non_utf8_directory_test.dart [ dart:io / tests ] Fixed issue where non_utf8* tests attempted to delete the current working directory which is not allowed on Windows. 2018-06-22 23:18:48 +00:00
non_utf8_file_test.dart [ dart:io / tests ] Fixed issue where non_utf8* tests attempted to delete the current working directory which is not allowed on Windows. 2018-06-22 23:18:48 +00:00
non_utf8_link_test.dart [ dart:io / tests ] Fixed issue where non_utf8* tests attempted to delete the current working directory which is not allowed on Windows. 2018-06-22 23:18:48 +00:00
non_utf8_output_test.dart [gardening] Ensure standalone/io/non_utf8_output_test flushes stdout 2020-03-26 13:15:18 +00:00
parent_test.dart Reland migrate most of the tests in standalone to be strong mode clean and move them to standalone_2 directory. 2017-10-07 01:29:36 +00:00
pipe_server_test.dart [vm/concurrency] Run all isolate related tests with/without enabling isolate groups 2019-11-27 17:23:31 +00:00
platform_os_version_test.dart Reland migrate most of the tests in standalone to be strong mode clean and move them to standalone_2 directory. 2017-10-07 01:29:36 +00:00
platform_resolved_executable_test.dart [vm/bytecode] Bootstrapping VM from bytecode 2019-06-26 18:25:26 +00:00
platform_test.dart [vm/concurrency] Run all isolate related tests with/without enabling isolate groups 2019-11-27 17:23:31 +00:00
print_env.dart Reland migrate most of the tests in standalone to be strong mode clean and move them to standalone_2 directory. 2017-10-07 01:29:36 +00:00
print_sync_script.dart Reland migrate most of the tests in standalone to be strong mode clean and move them to standalone_2 directory. 2017-10-07 01:29:36 +00:00
print_sync_test.dart [Tests] Pass VM options (Platform.executableArguments) to sub-processes 2019-03-18 23:20:41 +00:00
process_broken_pipe_test.dart Reland migrate most of the tests in standalone to be strong mode clean and move them to standalone_2 directory. 2017-10-07 01:29:36 +00:00
process_check_arguments_script.dart Fix type errors in tests, these tests fork a process and when run with 2018-06-08 00:17:53 +00:00
process_check_arguments_test.dart [dart:io] Fix empty Process.run arguments on Windows 2020-04-17 20:12:54 +00:00
process_detached_script.dart [VM] Turn dart2 on by default on the command line VM 2018-06-18 22:31:32 +00:00
process_detached_test.dart [dart:io] Throw StateError in meaningless getters on detached processes. 2020-02-20 13:18:38 +00:00
process_echo_util.dart Reland migrate most of the tests in standalone to be strong mode clean and move them to standalone_2 directory. 2017-10-07 01:29:36 +00:00
process_environment_test.dart [Tests] Pass VM options (Platform.executableArguments) to sub-processes 2019-03-18 23:20:41 +00:00
process_exit_test.dart Reland migrate most of the tests in standalone to be strong mode clean and move them to standalone_2 directory. 2017-10-07 01:29:36 +00:00
process_info_test.dart Reland migrate most of the tests in standalone to be strong mode clean and move them to standalone_2 directory. 2017-10-07 01:29:36 +00:00
process_inherit_stdio_script.dart [vm/bytecode] Declare members in bytecode 2019-03-26 21:40:10 +00:00
process_inherit_stdio_test.dart [Tests] Pass VM options (Platform.executableArguments) to sub-processes 2019-03-18 23:20:41 +00:00
process_kill_test.dart Reland migrate most of the tests in standalone to be strong mode clean and move them to standalone_2 directory. 2017-10-07 01:29:36 +00:00
process_non_ascii_test.dart [Tests] Pass VM options (Platform.executableArguments) to sub-processes 2019-03-18 23:20:41 +00:00
process_path_environment_test.dart Various strong mode fixes for standalone_2 tests. 2017-11-17 01:14:32 +00:00
process_path_test.dart Various strong mode fixes for standalone_2 tests. 2017-11-17 01:14:32 +00:00
process_pid_test.dart Reland migrate most of the tests in standalone to be strong mode clean and move them to standalone_2 directory. 2017-10-07 01:29:36 +00:00
process_run_output_test.dart [Tests] Pass VM options (Platform.executableArguments) to sub-processes 2019-03-18 23:20:41 +00:00
process_run_test.dart [vm] path containing spaces when creating process On Windows 2019-08-15 18:04:10 +00:00
process_segfault_test.dart Reland migrate most of the tests in standalone to be strong mode clean and move them to standalone_2 directory. 2017-10-07 01:29:36 +00:00
process_set_exit_code_script.dart Reland migrate most of the tests in standalone to be strong mode clean and move them to standalone_2 directory. 2017-10-07 01:29:36 +00:00
process_set_exit_code_test.dart [Tests] Pass VM options (Platform.executableArguments) to sub-processes 2019-03-18 23:20:41 +00:00
process_shell_test.dart [Tests] Pass VM options (Platform.executableArguments) to sub-processes 2019-03-18 23:20:41 +00:00
process_start_exception_test.dart Reland migrate most of the tests in standalone to be strong mode clean and move them to standalone_2 directory. 2017-10-07 01:29:36 +00:00
process_std_io_script.dart Reland migrate most of the tests in standalone to be strong mode clean and move them to standalone_2 directory. 2017-10-07 01:29:36 +00:00
process_std_io_script2.dart Change some constant declarations to lowerCase. 2017-11-14 12:59:14 +00:00
process_stderr_test.dart [Tests] Pass VM options (Platform.executableArguments) to sub-processes 2019-03-18 23:20:41 +00:00
process_stdin_transform_unsubscribe_script.dart Change some constant declarations to lowerCase. 2017-11-14 12:59:14 +00:00
process_stdin_transform_unsubscribe_test.dart [Tests] Pass VM options (Platform.executableArguments) to sub-processes 2019-03-18 23:20:41 +00:00
process_stdout_test.dart [Tests] Pass VM options (Platform.executableArguments) to sub-processes 2019-03-18 23:20:41 +00:00
process_sync_script.dart Reland migrate most of the tests in standalone to be strong mode clean and move them to standalone_2 directory. 2017-10-07 01:29:36 +00:00
process_sync_test.dart [Tests] Pass VM options (Platform.executableArguments) to sub-processes 2019-03-18 23:20:41 +00:00
process_test_util.dart Reland migrate most of the tests in standalone to be strong mode clean and move them to standalone_2 directory. 2017-10-07 01:29:36 +00:00
process_working_directory_test.dart Reland migrate most of the tests in standalone to be strong mode clean and move them to standalone_2 directory. 2017-10-07 01:29:36 +00:00
raw_datagram_read_all_test.dart [dart:io] Provide modern Dart-styled constants 2018-05-03 17:00:14 +00:00
raw_datagram_socket_test.dart [vm/io] add endian.host to RawSocketOption.fromInt 2019-12-30 09:34:18 +00:00
raw_datagram_zero_length_test.dart Reland "[dart:io] Fix hanging on zero-length datagram" 2020-03-27 15:28:23 +00:00
raw_secure_server_closing_test.dart [dart:io] Provide modern Dart-styled constants 2018-05-03 17:00:14 +00:00
raw_secure_server_socket_test.dart [ VM ] Removed tests/standalone along with any references in build bot / test runner configurations 2019-10-17 00:41:16 +00:00
raw_secure_socket_pause_test.dart [dart:io] Provide modern Dart-styled constants 2018-05-03 17:00:14 +00:00
raw_secure_socket_test.dart [dart:io] Provide modern Dart-styled constants 2018-05-03 17:00:14 +00:00
raw_server_socket_cancel_test.dart [dart:io] Provide modern Dart-styled constants 2018-05-03 17:00:14 +00:00
raw_socket_cross_process_test.dart [dart:io] Provide modern Dart-styled constants 2018-05-03 17:00:14 +00:00
raw_socket_test.dart New implementation of runZoned. 2020-03-25 00:24:33 +00:00
raw_socket_typed_data_test.dart [dart:io] Provide modern Dart-styled constants 2018-05-03 17:00:14 +00:00
raw_socket_write_destroy_test.dart [dart:io] Provide modern Dart-styled constants 2018-05-03 17:00:14 +00:00
raw_synchronous_socket_test.dart [vm/concurrency] Run all isolate related tests with/without enabling isolate groups 2019-11-27 17:23:31 +00:00
read_as_text.dat Reland migrate most of the tests in standalone to be strong mode clean and move them to standalone_2 directory. 2017-10-07 01:29:36 +00:00
read_into_const_list_test.dart Use the Expect.throws___() helper methods throughout tests. 2017-10-17 23:37:15 +00:00
readline_test1.dat Reland migrate most of the tests in standalone to be strong mode clean and move them to standalone_2 directory. 2017-10-07 01:29:36 +00:00
readline_test2.dat Reland migrate most of the tests in standalone to be strong mode clean and move them to standalone_2 directory. 2017-10-07 01:29:36 +00:00
readuntil_test.dat Reland migrate most of the tests in standalone to be strong mode clean and move them to standalone_2 directory. 2017-10-07 01:29:36 +00:00
regress_7191_script.dart [dart:io] Provide modern Dart-styled constants 2018-05-03 17:00:14 +00:00
regress_7191_test.dart [Tests] Pass VM options (Platform.executableArguments) to sub-processes 2019-03-18 23:20:41 +00:00
regress_7679_test.dart [Tests] Pass VM options (Platform.executableArguments) to sub-processes 2019-03-18 23:20:41 +00:00
regress_8828_test.dart Reland migrate most of the tests in standalone to be strong mode clean and move them to standalone_2 directory. 2017-10-07 01:29:36 +00:00
regress_9194_test.dart Reland migrate most of the tests in standalone to be strong mode clean and move them to standalone_2 directory. 2017-10-07 01:29:36 +00:00
regress_10026_test.dart [dart:io] Provide modern Dart-styled constants 2018-05-03 17:00:14 +00:00
regress_21160_test.dart [dart:io] Provide modern Dart-styled constants 2018-05-03 17:00:14 +00:00
regress_21987_test.dart Reland migrate most of the tests in standalone to be strong mode clean and move them to standalone_2 directory. 2017-10-07 01:29:36 +00:00
regress_flutter_57125_test.dart [dart:io] Fix late localAddress initialization in non-socket errors. 2020-05-14 12:41:27 +00:00
resolve_symbolic_links_test.dart Remove the Dart 1 tests. 2018-10-11 23:45:18 +00:00
sample_certificate_v3_extensions [dart:io] Check hostname when validating cert chains on MacOS 2018-04-23 22:39:32 +00:00
secure_bad_certificate_test.dart [dart:io] Name more OtherResources in secure-bad_certificate_test 2018-04-23 23:09:44 +00:00
secure_builtin_roots_test.dart [dart:io] Adds optional withTrustedRoots parameter to SecurityContext() 2017-11-14 18:09:34 +00:00
secure_client_raw_server_test.dart [dart:io] Provide modern Dart-styled constants 2018-05-03 17:00:14 +00:00
secure_client_server_test.dart [dart:io] Adds X509Certificate.der and X509Certificate.pem 2018-05-17 16:20:06 +00:00
secure_multiple_client_server_test.dart Reland migrate most of the tests in standalone to be strong mode clean and move them to standalone_2 directory. 2017-10-07 01:29:36 +00:00
secure_server_client_certificate_test.dart Reland migrate most of the tests in standalone to be strong mode clean and move them to standalone_2 directory. 2017-10-07 01:29:36 +00:00
secure_server_closing_test.dart Reland migrate most of the tests in standalone to be strong mode clean and move them to standalone_2 directory. 2017-10-07 01:29:36 +00:00
secure_server_socket_test.dart Reland migrate most of the tests in standalone to be strong mode clean and move them to standalone_2 directory. 2017-10-07 01:29:36 +00:00
secure_session_resume_test.dart Reland migrate most of the tests in standalone to be strong mode clean and move them to standalone_2 directory. 2017-10-07 01:29:36 +00:00
secure_socket_alpn_test.dart Update Socket to be a Stream<Uint8List> 2019-07-08 16:42:47 +00:00
secure_socket_argument_test.dart [tests] Update failing standalone_2/io/http_* tests for Dart 2 2019-06-12 21:17:12 +00:00
secure_socket_renegotiate_client.dart Change some constant declarations to lowerCase. 2017-11-14 12:59:14 +00:00
secure_socket_renegotiate_test.dart Update Socket to be a Stream<Uint8List> 2019-07-08 16:42:47 +00:00
secure_socket_test.dart Reland migrate most of the tests in standalone to be strong mode clean and move them to standalone_2 directory. 2017-10-07 01:29:36 +00:00
secure_unauthorized_client.dart Fix type errors in tests, these tests fork a process and when run with 2018-06-08 00:17:53 +00:00
secure_unauthorized_test.dart [VM] Turn dart2 on by default on the command line VM 2018-06-18 22:31:32 +00:00
server_socket_close_listen_test.dart Reapply "Misc "strong" mode fixes for dart:io." 2017-12-19 21:41:47 +00:00
server_socket_exception_test.dart [cfe] Gather constraints from both possibilities for FutureOr 2019-09-10 09:50:30 +00:00
server_socket_listen_close_test.dart Reapply "Misc "strong" mode fixes for dart:io." 2017-12-19 21:41:47 +00:00
shared_socket_test.dart [vm/concurrency] Run all isolate related tests with/without enabling isolate groups 2019-11-27 17:23:31 +00:00
signal_test_script.dart [dart:io] Provide modern Dart-styled constants 2018-05-03 17:00:14 +00:00
signals_exception_test.dart [dart:io] Provide modern Dart-styled constants 2018-05-03 17:00:14 +00:00
signals_test.dart [Tests] Pass VM options (Platform.executableArguments) to sub-processes 2019-03-18 23:20:41 +00:00
signals_test_script.dart [dart:io] Provide modern Dart-styled constants 2018-05-03 17:00:14 +00:00
sleep_test.dart Migrate standalone tests off ancient deprecated unittest package. 2020-02-24 23:53:33 +00:00
snapshot_fail_script.dart Reland migrate most of the tests in standalone to be strong mode clean and move them to standalone_2 directory. 2017-10-07 01:29:36 +00:00
snapshot_fail_test.dart Update comments in snapshot_fail_test 2020-05-05 23:44:12 +00:00
socket_arguments_test.dart Reapply "Misc "strong" mode fixes for dart:io." 2017-12-19 21:41:47 +00:00
socket_bind_test.dart [vm] Fix unmatched asyncLevel with retry() helper in socket tests. 2018-12-17 13:38:28 +00:00
socket_cancel_connect_test.dart Reland: [dart:io] Adds Socket.startConnect 2018-07-03 14:47:41 +00:00
socket_close_test.dart [vm/concurrency] Run all isolate related tests with/without enabling isolate groups 2019-11-27 17:23:31 +00:00
socket_connect_consume_close_test.dart [dart:io] Provide modern Dart-styled constants 2018-05-03 17:00:14 +00:00
socket_connect_consume_write_close_test.dart [dart:io] Provide modern Dart-styled constants 2018-05-03 17:00:14 +00:00
socket_connect_immediate_destory_test.dart [dart:io] Provide modern Dart-styled constants 2018-05-03 17:00:14 +00:00
socket_connect_stream_close_test.dart [dart:io] Provide modern Dart-styled constants 2018-05-03 17:00:14 +00:00
socket_connect_stream_data_close_cancel_test.dart [dart:io] Provide modern Dart-styled constants 2018-05-03 17:00:14 +00:00
socket_connect_stream_data_close_test.dart [dart:io] Provide modern Dart-styled constants 2018-05-03 17:00:14 +00:00
socket_connect_timeout_test.dart Reapply "Misc "strong" mode fixes for dart:io." 2017-12-19 21:41:47 +00:00
socket_cross_process_test.dart Update Socket to be a Stream<Uint8List> 2019-07-08 16:42:47 +00:00
socket_finalizer_test.dart [vm/concurrency] Share [Heap] and [SharedClassTable] between all isolates within one isolate group 2020-02-20 21:08:35 +00:00
socket_from_raw_path_test.dart [dart:io] support Unix domain communications 2020-03-23 03:51:40 +00:00
socket_hang_test.dart Revert "[tests] rewrite and format several tests on http" 2020-04-22 03:27:36 +00:00
socket_info_ipv4_test.dart [dart:_http] Adds Dart-styled constants 2018-06-07 16:18:33 +00:00
socket_info_ipv6_test.dart [dart:io] support Unix domain communications 2020-03-23 03:51:40 +00:00
socket_invalid_arguments_test.dart [ VM ] Removed tests/standalone along with any references in build bot / test runner configurations 2019-10-17 00:41:16 +00:00
socket_invalid_bind_test.dart Reapply "Misc "strong" mode fixes for dart:io." 2017-12-19 21:41:47 +00:00
socket_ipv6_test.dart [gardening] fix retries in socket_ipv6_test 2018-11-12 14:43:40 +00:00
socket_many_connections_test.dart [vm/concurrency] Run all isolate related tests with/without enabling isolate groups 2019-11-27 17:23:31 +00:00
socket_port_test.dart Reland migrate most of the tests in standalone to be strong mode clean and move them to standalone_2 directory. 2017-10-07 01:29:36 +00:00
socket_simple_bind_test.dart [dart:io] Provide modern Dart-styled constants 2018-05-03 17:00:14 +00:00
socket_source_address_test.dart [vm] Fix unmatched asyncLevel with retry() helper in socket tests. 2018-12-17 13:38:28 +00:00
socket_upgrade_to_secure_test.dart [ VM / dart:io ] Adding to a closed IOSink now throws a StateError 2019-01-25 19:23:56 +00:00
stdin_has_terminal_test.dart [dart:io] Adds Stdin.hasTerminal to mirror Stdout.hasTerminal 2017-11-22 22:41:37 +00:00
stdin_sync_script.dart Change some constant declarations to lowerCase. 2017-11-14 12:59:14 +00:00
stdin_sync_test.dart [Tests] Pass VM options (Platform.executableArguments) to sub-processes 2019-03-18 23:20:41 +00:00
stdio_implicit_close_script.dart [vm] Replace most runtime/vm uses of OS::Print with OS::PrintErr. 2018-06-13 19:51:40 +00:00
stdio_implicit_close_test.dart [Tests] Pass VM options (Platform.executableArguments) to sub-processes 2019-03-18 23:20:41 +00:00
stdio_nonblocking_script.dart Reland migrate most of the tests in standalone to be strong mode clean and move them to standalone_2 directory. 2017-10-07 01:29:36 +00:00
stdio_nonblocking_test.dart [Tests] Pass VM options (Platform.executableArguments) to sub-processes 2019-03-18 23:20:41 +00:00
stdio_socket_finalizer_test.dart [vm/concurrency] Run all isolate related tests with/without enabling isolate groups 2019-11-27 17:23:31 +00:00
stdout_close_test.dart [dart:io] Provide modern Dart-styled constants 2018-05-03 17:00:14 +00:00
stdout_stderr_non_blocking_test.dart Various strong mode fixes for standalone_2 tests. 2017-11-17 01:14:32 +00:00
stdout_stderr_terminal_test.dart Reland migrate most of the tests in standalone to be strong mode clean and move them to standalone_2 directory. 2017-10-07 01:29:36 +00:00
stdout_stderr_test.dart Various strong mode fixes for standalone_2 tests. 2017-11-17 01:14:32 +00:00
stream_pipe_test.dart Update File.openRead to return Stream<Uint8List> 2019-06-27 00:22:17 +00:00
system_encoding_test.dart [dart:io] Provide modern Dart-styled constants 2018-05-03 17:00:14 +00:00
test_extension.dart Reland migrate most of the tests in standalone to be strong mode clean and move them to standalone_2 directory. 2017-10-07 01:29:36 +00:00
test_extension_fail_test.dart [kernel/vm] Fix native extensions. 2018-08-10 11:06:56 +00:00
test_extension_fail_tester.dart Reland migrate most of the tests in standalone to be strong mode clean and move them to standalone_2 directory. 2017-10-07 01:29:36 +00:00
test_extension_test.dart [vm] DBC is obsolete. Remove dead code. 2019-10-27 18:18:29 +00:00
test_extension_tester.dart [vm/concurrency] Run all isolate related tests with/without enabling isolate groups 2019-11-27 17:23:31 +00:00
test_relative_extension.dart Reland migrate most of the tests in standalone to be strong mode clean and move them to standalone_2 directory. 2017-10-07 01:29:36 +00:00
test_relative_extension_fail_tester.dart Reland migrate most of the tests in standalone to be strong mode clean and move them to standalone_2 directory. 2017-10-07 01:29:36 +00:00
test_utils.dart [vm] Fix unmatched asyncLevel with retry() helper in socket tests. 2018-12-17 13:38:28 +00:00
testing_server.dart Reland migrate most of the tests in standalone to be strong mode clean and move them to standalone_2 directory. 2017-10-07 01:29:36 +00:00
unix_socket_test.dart Unlink file before Unix socket binds 2020-06-03 22:10:40 +00:00
unknown_host_test.dart Reapply "Misc "strong" mode fixes for dart:io." 2017-12-19 21:41:47 +00:00
uri_platform_test.dart Use the Expect.throws___() helper methods throughout tests. 2017-10-17 23:37:15 +00:00
wait_for_error_test.dart Reland: [dart:cli] Adds waitFor(Future) 2018-01-18 16:38:54 +00:00
wait_for_event_helper.dart Reland: [dart:cli] Adds waitFor(Future) 2018-01-18 16:38:54 +00:00
wait_for_event_isolate_test.dart [vm/concurrency] Run all isolate related tests with/without enabling isolate groups 2019-11-27 17:23:31 +00:00
wait_for_event_microtask_test.dart Reland: [dart:cli] Adds waitFor(Future) 2018-01-18 16:38:54 +00:00
wait_for_event_nested_microtask_test.dart Reland: [dart:cli] Adds waitFor(Future) 2018-01-18 16:38:54 +00:00
wait_for_event_nested_timer_microtask_test.dart Reland: [dart:cli] Adds waitFor(Future) 2018-01-18 16:38:54 +00:00
wait_for_event_nested_timer_test.dart Reland: [dart:cli] Adds waitFor(Future) 2018-01-18 16:38:54 +00:00
wait_for_event_nested_waits_test.dart Reland: [dart:cli] Adds waitFor(Future) 2018-01-18 16:38:54 +00:00
wait_for_event_timer_test.dart Reland: [dart:cli] Adds waitFor(Future) 2018-01-18 16:38:54 +00:00
wait_for_event_zone_caught_error_test.dart New implementation of runZoned. 2020-03-25 00:24:33 +00:00
wait_for_event_zone_test.dart Reland: [dart:cli] Adds waitFor(Future) 2018-01-18 16:38:54 +00:00
wait_for_exception_test.dart New implementation of runZoned. 2020-03-25 00:24:33 +00:00
wait_for_test.dart Reland: [dart:cli] Adds waitFor(Future) 2018-01-18 16:38:54 +00:00
wait_for_timeout_test.dart Reland: [dart:cli] Adds waitFor(Future) 2018-01-18 16:38:54 +00:00
web_socket_compression_test.dart [dart:_http] Adds Dart-styled constants 2018-06-07 16:18:33 +00:00
web_socket_pipe_test.dart Reland migrate most of the tests in standalone to be strong mode clean and move them to standalone_2 directory. 2017-10-07 01:29:36 +00:00
web_socket_protocol_test.dart Reland migrate most of the tests in standalone to be strong mode clean and move them to standalone_2 directory. 2017-10-07 01:29:36 +00:00
web_socket_test.dart [dart:_http] Adds Dart-styled constants 2018-06-07 16:18:33 +00:00
web_socket_typed_data_test.dart [dart:_http] Adds Dart-styled constants 2018-06-07 16:18:33 +00:00
windows_environment_script.dart Reland migrate most of the tests in standalone to be strong mode clean and move them to standalone_2 directory. 2017-10-07 01:29:36 +00:00
windows_environment_test.dart Reland migrate most of the tests in standalone to be strong mode clean and move them to standalone_2 directory. 2017-10-07 01:29:36 +00:00
windows_file_system_async_links_test.dart [dart:io] Provide modern Dart-styled constants 2018-05-03 17:00:14 +00:00
windows_file_system_links_test.dart [dart:io] Provide modern Dart-styled constants 2018-05-03 17:00:14 +00:00
zlib_test.dart [dart:io] Provide modern Dart-styled constants 2018-05-03 17:00:14 +00:00