dart-sdk/tests/standalone/io
sgjesse@google.com 170be8d7d1 Process outstanding events before making a new HTTP client request
This re-applies r45127, which was reverted in r45129. The revert was due
to a failing test which is re-written here to perform the separate steps
in a deterministic order.

Original change description:

This fixes the issue of using a HTTP client connection from the
connection pool which was closed and where the close indication has
already been received by the event handler.

This specifically fixes the 'pub get' issue where a long running
constraint resolver would end with the error "Connection closed before
full header was received"

Retrying GET methods when the connection is closed after succesfuly
sending (parts of) the request is still missing.

R=lrn@google.com

BUG=http://dartbug.com/21798

Review URL: https://codereview.chromium.org//1055943004

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@45313 260f80e4-7a28-3924-810f-c04153c831b5
2015-04-21 12:14:55 +00:00
..
pkcert Remove the certificate management methods from dart:io 2013-08-15 14:55:53 +00:00
addlatexhash_test.dart Test addlatexhash_test: fix missed renamed variable. 2015-01-28 16:00:26 +00:00
addlatexhash_test_src.tex Working insertion of hash values; added a few labels in spec 2014-11-12 08:41:55 +00:00
arguments_test.dart Make standalone tests not dependent on current working directory. 2015-02-05 16:29:39 +00:00
async_catch_errors_test.dart Remove FileException, DirectoryException and LinkException from dart:io and use FileSystemException instaed. 2013-10-24 12:17:20 +00:00
code_collection_test.dart Adds extra validation to code collection test. 2014-11-10 19:15:27 +00:00
compile_all_test.dart Remove old #import, #source, and #library syntax from tests/standalone. 2012-12-13 13:06:04 +00:00
create_recursive_test.dart Fix create_recursive_test.dart on dartanalyzer. 2013-10-30 16:56:04 +00:00
dart_std_io_pipe_script.dart dart:io | Remove uses of Options class from standalone tests. Mark Options deprecated. 2013-10-23 12:50:18 +00:00
dart_std_io_pipe_test.dart Modify tests to use Directory.systemTemp. 2013-10-03 13:28:35 +00:00
dart_std_io_pipe_test.sh Fix a number of issues with determining the type of stdio 2013-04-05 11:13:24 +00:00
delete_symlink_test.dart Modify tests to use Directory.systemTemp. 2013-10-03 13:28:35 +00:00
dependency_graph_test.dart Fixed import path used in the moved dependency_graph_test 2013-08-05 08:32:15 +00:00
directory_chdir_test.dart Remove FileException, DirectoryException and LinkException from dart:io and use FileSystemException instaed. 2013-10-24 12:17:20 +00:00
directory_create_race_test.dart Modify tests to use Directory.systemTemp. 2013-10-03 13:28:35 +00:00
directory_error_test.dart Remove FileException, DirectoryException and LinkException from dart:io and use FileSystemException instaed. 2013-10-24 12:17:20 +00:00
directory_fuzz_test.dart Modify tests to use Directory.systemTemp. 2013-10-03 13:28:35 +00:00
directory_invalid_arguments_test.dart Update dart:io tests to use asyncStart/asyncEnd 2013-09-03 13:42:56 +00:00
directory_list_nonexistent_test.dart Remove FileException, DirectoryException and LinkException from dart:io and use FileSystemException instaed. 2013-10-24 12:17:20 +00:00
directory_list_pause_test.dart Let the stream of File:openRead handle cancel correctly. 2013-10-30 11:44:06 +00:00
directory_list_sync_test.dart Make directory_list_sync_test faster 2014-05-19 17:44:23 +00:00
directory_non_ascii_sync_test.dart Modify tests to use Directory.systemTemp. 2013-10-03 13:28:35 +00:00
directory_non_ascii_test.dart Modify tests to use Directory.systemTemp. 2013-10-03 13:28:35 +00:00
directory_test.dart Ensure that asyncStart is called before starting an async operation in test 2015-02-05 08:07:59 +00:00
directory_uri_test.dart Fix test failures on Windows 2013-11-05 10:35:19 +00:00
echo_server_stream_test.dart Remove deprecated parts of dart:async. 2013-10-31 02:24:29 +00:00
file_absolute_path_test.dart Add FileSystemEntity.absolutePath and .isAbsolute properties. 2013-09-13 08:56:16 +00:00
file_constructor_test.dart Fix uses of throw/rethrow in tests. 2013-08-07 07:38:44 +00:00
file_copy_test.dart Add File.copy(Sync) to dart:io. 2013-12-13 12:04:24 +00:00
file_error_test.dart Remove FileException, DirectoryException and LinkException from dart:io and use FileSystemException instaed. 2013-10-24 12:17:20 +00:00
file_fuzz_test.dart Reapply "Remove @deprecated features." 2013-10-30 12:09:15 +00:00
file_input_stream_test.dart Make standalone tests not dependent on current working directory. 2015-02-05 16:29:39 +00:00
file_invalid_arguments_test.dart Make standalone tests not dependent on current working directory. 2015-02-05 16:29:39 +00:00
file_lock_script.dart Add support for file locking 2015-01-09 13:06:37 +00:00
file_lock_test.dart Add support for file locking 2015-01-09 13:06:37 +00:00
file_non_ascii_sync_test.dart Reapply "Remove @deprecated features." 2013-10-30 12:09:15 +00:00
file_non_ascii_test.dart Reapply "Remove @deprecated features." 2013-10-30 12:09:15 +00:00
file_output_stream_test.dart Modify tests to use Directory.systemTemp. 2013-10-03 13:28:35 +00:00
file_read_encoded_test.dart Remove FileException, DirectoryException and LinkException from dart:io and use FileSystemException instaed. 2013-10-24 12:17:20 +00:00
file_read_special_device_test.dart Change dart:io Platform.script to return a Uri. 2013-10-31 07:29:01 +00:00
file_read_stdio_script.dart Change dart:io Platform.script to return a Uri. 2013-10-31 07:29:01 +00:00
file_stat_test.dart Change FileStat static methods to return NOT_FOUND instead for throwing 2014-02-06 11:27:42 +00:00
file_stream_test.dart Make all temp directories start with dart_ in standalone tests. 2013-11-06 16:32:23 +00:00
file_system_async_links_test.dart Modify tests to use Directory.systemTemp. 2013-10-03 13:28:35 +00:00
file_system_delete_test.dart Modify tests to use Directory.systemTemp. 2013-10-03 13:28:35 +00:00
file_system_exists_test.dart Modify tests to use Directory.systemTemp. 2013-10-03 13:28:35 +00:00
file_system_links_test.dart Modify tests to use Directory.systemTemp. 2013-10-03 13:28:35 +00:00
file_system_uri_test.dart Add Uri.directory constructor. 2015-04-17 08:56:03 +00:00
file_system_watcher_test.dart Don't report file-system move events on Mac OS, and use no-defer to avoid past events. 2013-11-27 11:48:14 +00:00
file_test.dart Fix race condition in tests/standalone/io/file_test 2015-02-11 14:32:55 +00:00
file_typed_data_test.dart Make TypedList not implement ByteBuffer. 2014-06-17 14:34:45 +00:00
file_uri_test.dart Fix test failures on Windows 2013-11-05 10:35:19 +00:00
file_windows_test.dart Allow paths up to 32767 characters on Windows (so '\\?\' can be used). 2014-02-05 07:28:02 +00:00
file_write_as_test.dart Add optional flush argument to some file methods 2013-11-05 08:46:50 +00:00
fuzz_support.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
http_10_test.dart Merge all http-outgoing transfomers into _HttpOutgoing, including simpler(better) buffering. 2014-03-04 13:58:46 +00:00
http_advanced_test.dart Remove deprecated second argument to SendPort.send(). 2013-11-04 19:01:11 +00:00
http_auth_digest_test.dart Remove usage of dart:utf from dart:io. 2013-08-23 09:08:41 +00:00
http_auth_test.dart Remove usage of dart:utf from dart:io. 2013-08-23 09:08:41 +00:00
http_basic_test.dart Remove deprecated second argument to SendPort.send(). 2013-11-04 19:01:11 +00:00
http_bind_test.dart Add the shared flag to HttpServer as well 2015-02-17 13:14:49 +00:00
http_client_connect_test.dart Enable throttleing of HttpClient per host, with default being 6. 2014-06-02 10:38:02 +00:00
http_client_exception_test.dart New Uri.parse and validation. 2014-06-19 09:05:07 +00:00
http_client_request_test.dart Use a re-usable buffer for writing HTTP headers. This includes a new header limit of 8192 bytes. 2013-11-18 10:27:50 +00:00
http_client_stays_alive_test.dart Increase timeout from 2 to 10 seconds 2014-08-26 10:32:27 +00:00
http_close_test.dart Merge all http-outgoing transfomers into _HttpOutgoing, including simpler(better) buffering. 2014-03-04 13:58:46 +00:00
http_compression_test.dart Add HttpServer:autoCompress option, to disable auto gzip compression. 2014-09-23 11:08:24 +00:00
http_connection_close_test.dart Merge the dart:uri library into dart:core and update the Uri class 2013-05-28 13:35:01 +00:00
http_connection_header_test.dart Change the signature for all network bind calls. 2013-05-01 09:14:04 +00:00
http_connection_info_test.dart Rename remoteHost to remoteAddress on *Socket. 2013-11-05 13:24:49 +00:00
http_content_length_test.dart Merge all http-outgoing transfomers into _HttpOutgoing, including simpler(better) buffering. 2014-03-04 13:58:46 +00:00
http_cookie_date_test.dart Add IO service object handler, with initial implementation for HTTP server. 2014-05-21 11:12:49 +00:00
http_cookie_test.dart Make the default HTTP server configuration more secure 2014-08-12 07:12:03 +00:00
http_cross_process_test.dart Fix idle connection pool issue in dart:io's HttpClient 2014-08-26 09:46:38 +00:00
http_date_test.dart http_date: produce leading zero on day component 2014-05-12 13:32:23 +00:00
http_detach_socket_test.dart Fixed a number of bugs on RawSocket and Socket 2015-03-09 13:33:28 +00:00
http_head_test.dart Avoid unnecessary future in the HTTP stack, after latest cleanup. 2014-03-05 11:43:04 +00:00
http_headers_state_test.dart Throw exception when trying to modify HTTP status code when header is already sent 2013-10-28 09:26:02 +00:00
http_headers_test.dart Only lower-case ContentType's values if the name is 'charset'. 2014-11-03 12:34:08 +00:00
http_ipv6_test.dart Fix HTTP IPv6 test 2014-11-26 08:53:07 +00:00
http_keep_alive_test.dart Remove the HttpRequest.queryParameters getter 2013-05-30 13:39:24 +00:00
http_no_reason_phrase_test.dart Make event-handlers edge-triggered and move socket-state to Dart. 2014-02-19 09:44:26 +00:00
http_outgoing_size_test.dart Merge all http-outgoing transfomers into _HttpOutgoing, including simpler(better) buffering. 2014-03-04 13:58:46 +00:00
http_parser_test.dart Be more lean when parsing HTTP headers 2015-04-09 11:15:29 +00:00
http_proxy_configuration_test.dart New Uri.parse and validation. 2014-06-19 09:05:07 +00:00
http_proxy_test.dart Better handling of IPv6 with HTTP proxy 2013-11-21 12:05:20 +00:00
http_read_test.dart Remove deprecated second argument to SendPort.send(). 2013-11-04 19:01:11 +00:00
http_redirect_test.dart Add redirect method to HttpResponse 2013-08-02 09:14:27 +00:00
http_request_pipeling_test.dart Merge the dart:uri library into dart:core and update the Uri class 2013-05-28 13:35:01 +00:00
http_requested_uri_test.dart Fix http_requested_uri_test for Win/Mac. 2014-01-09 08:43:49 +00:00
http_response_deadline_test.dart Enable throttleing of HttpClient per host, with default being 6. 2014-06-02 10:38:02 +00:00
http_reuse_server_port_test.dart Update dart:io tests to use asyncStart/asyncEnd 2013-09-03 13:42:56 +00:00
http_server_close_response_after_error_client.dart dart:io | Remove uses of Options class from standalone tests. Mark Options deprecated. 2013-10-23 12:50:18 +00:00
http_server_close_response_after_error_test.dart Make all temp directories start with dart_ in standalone tests. 2013-11-06 16:32:23 +00:00
http_server_early_client_close2_test.dart Change dart:io Platform.script to return a Uri. 2013-10-31 07:29:01 +00:00
http_server_early_client_close_test.dart Change dart:io Platform.script to return a Uri. 2013-10-31 07:29:01 +00:00
http_server_idle_timeout_test.dart Only change timeout to 100ms after the connection is established. 2013-08-21 07:44:09 +00:00
http_server_response_test.dart Make the default HTTP server configuration more secure 2014-08-12 07:12:03 +00:00
http_server_test.dart Make the default HTTP server configuration more secure 2014-08-12 07:12:03 +00:00
http_session_test.dart Support auto-drain of HttpRequest data. 2013-05-27 15:43:34 +00:00
http_shutdown_test.dart Enable throttleing of HttpClient per host, with default being 6. 2014-06-02 10:38:02 +00:00
http_stream_close_test.dart Merge the dart:uri library into dart:core and update the Uri class 2013-05-28 13:35:01 +00:00
https_bad_certificate_client.dart Process outstanding events before making a new HTTP client request 2015-04-21 12:14:55 +00:00
https_bad_certificate_test.dart Process outstanding events before making a new HTTP client request 2015-04-21 12:14:55 +00:00
https_client_certificate_test.dart Change dart:io Platform.script to return a Uri. 2013-10-31 07:29:01 +00:00
https_client_exception_test.dart Update dart:io tests to use asyncStart/asyncEnd 2013-09-03 13:42:56 +00:00
https_server_test.dart Fix SecureSocket tests to look up localhost only once, where possible. 2014-03-17 16:15:19 +00:00
https_unauthorized_client.dart dart:io | Remove uses of Options class from standalone tests. Mark Options deprecated. 2013-10-23 12:50:18 +00:00
https_unauthorized_test.dart Change dart:io Platform.script to return a Uri. 2013-10-31 07:29:01 +00:00
internet_address_invalid_arguments_test.dart Fix checked mode errors in InternetAddress test 2013-12-18 12:20:09 +00:00
internet_address_test.dart Add InternetAddress:rawAddress, to return the raw address as a list of bytes. 2014-03-03 18:33:56 +00:00
io_sink_test.dart Add IOSink:flush(). 2013-10-30 14:50:22 +00:00
issue_22636_test.dart Recommit "Fix issues with Socket shutdown."" 2015-03-04 14:37:34 +00:00
issue_22637_test.dart Recommit "Fix issues with Socket shutdown."" 2015-03-04 14:37:34 +00:00
link_async_test.dart Reapply "Remove @deprecated features." 2013-10-30 12:09:15 +00:00
link_test.dart Fix link test. 2014-01-14 09:01:53 +00:00
link_uri_test.dart Fix test failures on Windows 2013-11-05 10:35:19 +00:00
ln.sh Deal with symbolic links for file and directories on Mac and Linux. 2012-05-02 11:39:21 +00:00
many_directory_operations_test.dart Remove old #import, #source, and #library syntax from tests/standalone. 2012-12-13 13:06:04 +00:00
many_file_operations_test.dart Remove old #import, #source, and #library syntax from tests/standalone. 2012-12-13 13:06:04 +00:00
network_interface_test.dart Add the index information to network interface 2013-11-29 11:18:30 +00:00
observatory_test.dart Add HttpServerConnection to Observatory. 2014-06-10 07:33:37 +00:00
parent_test.dart dart:io | Add FileSystemEntity.parent, make File.directory call it. 2013-10-22 07:32:06 +00:00
pipe_server_test.dart Very simple version of Isolates. 2013-10-25 19:23:00 +00:00
platform_test.dart Fix broken test of platform version 2015-02-25 11:46:09 +00:00
print_env.dart Return an absolute URI for Platform.script. 2013-11-04 07:25:57 +00:00
print_sync_script.dart Use int for size when printing to stdout. 2013-10-01 09:17:24 +00:00
print_sync_test.dart Change dart:io Platform.script to return a Uri. 2013-10-31 07:29:01 +00:00
process_broken_pipe_test.dart Move getters from Options to Platform 2013-06-25 12:56:23 +00:00
process_check_arguments_script.dart Change dart:io Platform.script to return a Uri. 2013-10-31 07:29:01 +00:00
process_check_arguments_test.dart Move getters from Options to Platform 2013-06-25 12:56:23 +00:00
process_detached_script.dart Add an option for starting a detached process with stdio connected 2015-02-03 13:38:38 +00:00
process_detached_test.dart Add an option for starting a detached process with stdio connected 2015-02-03 13:38:38 +00:00
process_echo_util.dart dart:io | Remove uses of Options class from standalone tests. Mark Options deprecated. 2013-10-23 12:50:18 +00:00
process_environment_test.dart Make the Platform.environment return value an unmodifiable map 2014-01-06 10:18:22 +00:00
process_exit_negative_test.dart Update process_exit_negative_test to latest API. 2013-05-22 08:14:16 +00:00
process_exit_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
process_invalid_arguments_test.dart Remove ProcessOptions and make the options named arguments. 2013-05-24 11:03:40 +00:00
process_kill_test.dart Add support for killing a process with a given PID to dart:io 2015-02-04 08:20:33 +00:00
process_non_ascii_test.dart Reapply "Remove @deprecated features." 2013-10-30 12:09:15 +00:00
process_path_environment_test.dart Remove ProcessOptions and make the options named arguments. 2013-05-24 11:03:40 +00:00
process_path_test.dart Remove ProcessOptions and make the options named arguments. 2013-05-24 11:03:40 +00:00
process_pid_test.dart Update dart:io tests to use asyncStart/asyncEnd 2013-09-03 13:42:56 +00:00
process_run_output_test.dart Remove Encoding-enum from dart:io and add interface in dart:convert. 2013-08-26 10:37:25 +00:00
process_run_test.dart Use correct output encoding in Process.runSync. 2013-09-09 10:33:53 +00:00
process_segfault_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
process_set_exit_code_script.dart Add exitCode getter counterpart to the existing setter in dart:io. 2014-03-17 10:40:19 +00:00
process_set_exit_code_test.dart Change dart:io Platform.script to return a Uri. 2013-10-31 07:29:01 +00:00
process_shell_test.dart Change dart:io Platform.script to return a Uri. 2013-10-31 07:29:01 +00:00
process_start_exception_test.dart Remove AsyncError with Expando. 2013-04-15 18:58:32 +00:00
process_std_io_script.dart dart:io | Remove uses of Options class from standalone tests. Mark Options deprecated. 2013-10-23 12:50:18 +00:00
process_std_io_script2.dart dart:io | Remove uses of Options class from standalone tests. Mark Options deprecated. 2013-10-23 12:50:18 +00:00
process_stderr_test.dart Move getters from Options to Platform 2013-06-25 12:56:23 +00:00
process_stdin_transform_unsubscribe_script.dart Remove Encoding-enum from dart:io and add interface in dart:convert. 2013-08-26 10:37:25 +00:00
process_stdin_transform_unsubscribe_test.dart Move getters from Options to Platform 2013-06-25 12:56:23 +00:00
process_stdout_test.dart Move getters from Options to Platform 2013-06-25 12:56:23 +00:00
process_sync_script.dart dart:io | Remove uses of Options class from standalone tests. Mark Options deprecated. 2013-10-23 12:50:18 +00:00
process_sync_test.dart Change dart:io Platform.script to return a Uri. 2013-10-31 07:29:01 +00:00
process_test_util.dart Move getters from Options to Platform 2013-06-25 12:56:23 +00:00
process_working_directory_test.dart Reapply "Remove @deprecated features." 2013-10-30 12:09:15 +00:00
raw_datagram_read_all_test.dart Fix datagram issue where available is not correctly updated upon receive. 2014-09-15 08:21:44 +00:00
raw_datagram_socket_test.dart Don't use reuseAddress when testing, as we test for a specific origin. 2014-05-08 09:16:47 +00:00
raw_secure_server_closing_test.dart Fix SecureSocket tests to look up localhost only once, where possible. 2014-03-17 16:15:19 +00:00
raw_secure_server_socket_argument_test.dart Change dart:io Platform.script to return a Uri. 2013-10-31 07:29:01 +00:00
raw_secure_server_socket_test.dart Clean up secure socket connect. 2014-05-02 09:25:09 +00:00
raw_secure_socket_pause_test.dart Change dart:io Platform.script to return a Uri. 2013-10-31 07:29:01 +00:00
raw_secure_socket_test.dart Change dart:io Platform.script to return a Uri. 2013-10-31 07:29:01 +00:00
raw_server_socket_cancel_test.dart Update dart:io tests to use asyncStart/asyncEnd 2013-09-03 13:42:56 +00:00
raw_socket_cross_process_test.dart Change dart:io Platform.script to return a Uri. 2013-10-31 07:29:01 +00:00
raw_socket_test.dart Make Socket address and port getters available after the socket is closed 2015-03-10 08:54:22 +00:00
raw_socket_typed_data_test.dart Fix errors in dart:io tests found by the analyzer 2013-09-03 14:02:21 +00:00
raw_socket_write_destroy_test.dart Change the signature for all network bind calls. 2013-05-01 09:14:04 +00:00
read_as_text.dat test rename overhaul: step 12 - standalone 2012-04-30 17:34:19 +00:00
read_into_const_list_test.dart Make standalone tests not dependent on current working directory. 2015-02-05 16:29:39 +00:00
readline_test1.dat test rename overhaul: step 12 - standalone 2012-04-30 17:34:19 +00:00
readline_test2.dat test rename overhaul: step 12 - standalone 2012-04-30 17:34:19 +00:00
readuntil_test.dat test rename overhaul: step 12 - standalone 2012-04-30 17:34:19 +00:00
regress_7191_script.dart Change dart:io Platform.script to return a Uri. 2013-10-31 07:29:01 +00:00
regress_7191_test.dart Change dart:io Platform.script to return a Uri. 2013-10-31 07:29:01 +00:00
regress_7679_test.dart Reapply "Remove @deprecated features." 2013-10-30 12:09:15 +00:00
regress_8828_test.dart Reapply "Active stream subscriptions". 2013-05-28 07:28:36 +00:00
regress_9194_test.dart Remove deprecated Expect from the libraries. 2013-04-08 16:07:34 +00:00
regress_10026_test.dart Update dart:io tests to use asyncStart/asyncEnd 2013-09-03 13:42:56 +00:00
regress_21160_test.dart Use less data for regression_21160_test to eliminate simulator timeouts 2014-09-30 15:42:22 +00:00
regress_21987_test.dart Fix issue with Link.target and Link.targetSync failing on some file systems 2015-01-22 10:27:11 +00:00
resolve_symbolic_links_test.dart Don't run test against '.' while running test that changes current working directory. 2013-11-26 07:48:57 +00:00
secure_bad_certificate_client.dart dart:io | Remove uses of Options class from standalone tests. Mark Options deprecated. 2013-10-23 12:50:18 +00:00
secure_bad_certificate_test.dart Change dart:io Platform.script to return a Uri. 2013-10-31 07:29:01 +00:00
secure_builtin_roots_test.dart Make event-handlers edge-triggered and move socket-state to Dart. 2014-02-19 09:44:26 +00:00
secure_client_raw_server_test.dart Fix SecureSocket tests to look up localhost only once, where possible. 2014-03-17 16:15:19 +00:00
secure_client_server_test.dart Fix SecureSocket tests to look up localhost only once, where possible. 2014-03-17 16:15:19 +00:00
secure_multiple_client_server_test.dart Fix SecureSocket tests to look up localhost only once, where possible. 2014-03-17 16:15:19 +00:00
secure_server_client_certificate_test.dart Fix SecureSocket tests to look up localhost only once, where possible. 2014-03-17 16:15:19 +00:00
secure_server_client_no_certificate_test.dart Fix SecureSocket tests to look up localhost only once, where possible. 2014-03-17 16:15:19 +00:00
secure_server_closing_test.dart Fix SecureSocket tests to look up localhost only once, where possible. 2014-03-17 16:15:19 +00:00
secure_server_socket_test.dart Fix SecureSocket tests to look up localhost only once, where possible. 2014-03-17 16:15:19 +00:00
secure_session_resume_test.dart Fix SecureSocket tests to look up localhost only once, where possible. 2014-03-17 16:15:19 +00:00
secure_socket_alpn_test.dart Support for the ALPN extension of the TLS protocol for Client and Server 2014-11-10 12:31:02 +00:00
secure_socket_argument_test.dart Fix static type errors in a number of tests 2013-04-24 06:12:08 +00:00
secure_socket_bad_data_test.dart Fix SecureSocket tests to look up localhost only once, where possible. 2014-03-17 16:15:19 +00:00
secure_socket_renegotiate_client.dart dart:io | Remove uses of Options class from standalone tests. Mark Options deprecated. 2013-10-23 12:50:18 +00:00
secure_socket_renegotiate_test.dart Change dart:io Platform.script to return a Uri. 2013-10-31 07:29:01 +00:00
secure_socket_test.dart Change dart:io Platform.script to return a Uri. 2013-10-31 07:29:01 +00:00
secure_unauthorized_client.dart dart:io | Remove uses of Options class from standalone tests. Mark Options deprecated. 2013-10-23 12:50:18 +00:00
secure_unauthorized_test.dart Change dart:io Platform.script to return a Uri. 2013-10-31 07:29:01 +00:00
server_socket_reference_issue21383_and_issue21384_test.dart Several bugfixes in dart:io's handing of sockets 2014-10-24 08:55:50 +00:00
signal_test_script.dart Fix listening for multiple signals. 2014-05-14 09:36:03 +00:00
signals_test.dart Fix listening for multiple signals. 2014-05-14 09:36:03 +00:00
signals_test_script.dart Signal handling, take 2. 2013-12-19 15:07:48 +00:00
skipping_dart2js_compilations_helper.dart dart:io | Remove uses of Options class from standalone tests. Mark Options deprecated. 2013-10-23 12:50:18 +00:00
skipping_dart2js_compilations_test.dart Import tools/testing/dart/path.dart in tests that used to get this through utils.dart 2014-12-04 16:23:45 +00:00
sleep_test.dart Remove deprecated Expect from the libraries. 2013-04-08 16:07:34 +00:00
snapshot_fail_script.dart Delays creating a snapshot file until after the snapshot is created. 2014-09-08 20:52:25 +00:00
snapshot_fail_test.dart Delays creating a snapshot file until after the snapshot is created. 2014-09-08 20:52:25 +00:00
socket_bind_test.dart Reland "Introduce optional 'bool shared' parameter to ServerSocket.bind() ..." 2015-02-11 10:01:20 +00:00
socket_close_test.dart Remove deprecated second argument to SendPort.send(). 2013-11-04 19:01:11 +00:00
socket_cross_process_test.dart Change dart:io Platform.script to return a Uri. 2013-10-31 07:29:01 +00:00
socket_exception_test.dart Fixed a number of bugs on RawSocket and Socket 2015-03-09 13:33:28 +00:00
socket_info_test.dart Make event-handlers edge-triggered and move socket-state to Dart. 2014-02-19 09:44:26 +00:00
socket_invalid_arguments_test.dart Close(destroy) Socket on user-generated write error. 2014-03-19 09:23:17 +00:00
socket_ipv6_test.dart Add .address to [Raw]ServerSocket and HttpServer. 2013-09-27 13:36:03 +00:00
socket_many_connections_test.dart Remove deprecated parts of dart:async. 2013-10-31 02:24:29 +00:00
socket_port_test.dart Make event-handlers edge-triggered and move socket-state to Dart. 2014-02-19 09:44:26 +00:00
socket_source_address_test.dart Add detailed error message to socket_source_address_test. 2015-02-23 13:16:03 +00:00
socket_test.dart Add Observatory test of io. 2014-06-10 07:13:52 +00:00
socket_upgrade_to_secure_test.dart Fix SecureSocket tests to look up localhost only once, where possible. 2014-03-17 16:15:19 +00:00
status_file_parser_test.dart Import tools/testing/dart/path.dart in tests that used to get this through utils.dart 2014-12-04 16:23:45 +00:00
stdin_sync_script.dart Remove dart:json 2013-10-25 10:30:34 +00:00
stdin_sync_test.dart Add getter for hasTerminal, terminalColumns and terminalLines on stdin. 2013-12-19 10:59:58 +00:00
stdio_nonblocking_script.dart Reapply revert of "Make stdout/stderr async" 2015-01-16 13:35:37 +00:00
stdio_nonblocking_test.dart Reapply revert of "Make stdout/stderr async" 2015-01-16 13:35:37 +00:00
stdout_bad_argument_test.dart Remove StreamSink(replaced by EventSink) and make IOSink extend EventSink. 2013-04-11 12:54:19 +00:00
stdout_close_test.dart Modify tests to use Directory.systemTemp. 2013-10-03 13:28:35 +00:00
stdout_stderr_non_blocking_test.dart Reapply revert of "Make stdout/stderr async" 2015-01-16 13:35:37 +00:00
stdout_stderr_terminal_test.dart Reapply revert of "Make stdout/stderr async" 2015-01-16 13:35:37 +00:00
stdout_stderr_test.dart Remove Encoding-enum from dart:io and add interface in dart:convert. 2013-08-26 10:37:25 +00:00
stream_pipe_test.dart Modify tests to use Directory.systemTemp. 2013-10-03 13:28:35 +00:00
test_extension.dart Remove old #import, #source, and #library syntax from tests/standalone. 2012-12-13 13:06:04 +00:00
test_extension_fail_test.dart Change dart:io Platform.script to return a Uri. 2013-10-31 07:29:01 +00:00
test_extension_fail_tester.dart Rename RuntimeError to CyclicIntializationError, as per spec. 2013-06-04 10:33:11 +00:00
test_extension_test.dart Allow Windows network share paths for the script path and the package root. 2013-11-05 08:10:55 +00:00
test_extension_tester.dart Rename RuntimeError to CyclicIntializationError, as per spec. 2013-06-04 10:33:11 +00:00
test_harness_analyzer_test.dart Fix analyzer. Don't analyze a file that's not there. 2014-03-13 22:56:00 +00:00
test_runner_exit_code_script.dart dart:io | Remove uses of Options class from standalone tests. Mark Options deprecated. 2013-10-23 12:50:18 +00:00
test_runner_test.dart Clean up test_runner Command subclass hash/equality. 2014-10-10 12:05:52 +00:00
testing_server.dart Remove deprecated parts of dart:async. 2013-10-31 02:24:29 +00:00
uri_platform_test.dart Remove dart:platform library. 2013-10-29 11:33:34 +00:00
web_socket_error_test.dart Change dart:io Platform.script to return a Uri. 2013-10-31 07:29:01 +00:00
web_socket_ping_test.dart Add library tag to web_socket_ping_test. 2013-09-02 08:58:03 +00:00
web_socket_pipe_test.dart Redo StreamTransformers so they work with Stack traces. 2013-10-12 12:34:34 +00:00
web_socket_protocol_processor_test.dart Add IO service object handler, with initial implementation for HTTP server. 2014-05-21 11:12:49 +00:00
web_socket_protocol_test.dart Add support for Websocket protocols. 2013-11-27 12:10:23 +00:00
web_socket_test.dart Add support for user info on ws: and wss: URLs 2015-02-09 09:17:55 +00:00
web_socket_typed_data_test.dart Make writes consistent across socket and file synchronous/asynchronus writes in terms of truncation semantics (reports an argument error if the list element contains a non byte value). 2013-06-29 18:19:33 +00:00
windows_environment_script.dart Fix windows tests. 2013-04-08 21:40:34 +00:00
windows_environment_test.dart Change dart:io Platform.script to return a Uri. 2013-10-31 07:29:01 +00:00
windows_file_system_async_links_test.dart Modify tests to use Directory.systemTemp. 2013-10-03 13:28:35 +00:00
windows_file_system_links_test.dart Modify tests to use Directory.systemTemp. 2013-10-03 13:28:35 +00:00
zlib_test.dart Use actual length of dictionary, and not size of a pointer, in zlib. 2014-03-03 13:12:23 +00:00