go/src/net
Alex Brainman c3559f1621 net: do not skip TestAcceptIgnoreSomeErrors
No code changes, but the test passes here.
And TryBots are happy.

Fixes #8662 maybe

Change-Id: Id37380f72a951c9ad7cf96c0db153c05167e62ed
Reviewed-on: https://go-review.googlesource.com/9778
Reviewed-by: Minux Ma <minux@golang.org>
2015-05-07 06:59:25 +00:00
..
http net/http: don't send implicit Content-Length if Transfer-Encoding is set 2015-05-06 00:10:12 +00:00
internal/socktest net/internal/socktest: add hook for Listen, failed system call counters 2015-04-15 11:03:50 +00:00
mail all: use "reports whether" in place of "returns true if(f)" 2015-03-18 15:14:06 +00:00
rpc net/rpc: document that the type must be exported, not just the methods 2015-04-08 18:34:35 +00:00
smtp net/smtp: document SendMail more 2015-02-07 22:23:10 +00:00
testdata net: use Go's DNS resolver when system configuration permits 2015-04-23 02:48:43 +00:00
textproto
url net/url: allow Parse, ParseRequestURI to parse ipv6 zone identifiers in URIs 2015-04-07 14:24:23 +00:00
cgo_android.go net: clean up cgo 2015-04-17 23:19:19 +00:00
cgo_bsd.go net: clean up cgo 2015-04-17 23:19:19 +00:00
cgo_linux.go net: clean up cgo 2015-04-17 23:19:19 +00:00
cgo_netbsd.go net: clean up cgo 2015-04-17 23:19:19 +00:00
cgo_openbsd.go net: clean up cgo 2015-04-17 23:19:19 +00:00
cgo_solaris.go net: add cgo support for Solaris 2015-05-06 11:37:55 +00:00
cgo_stub.go net: clean up cgo 2015-04-17 23:19:19 +00:00
cgo_unix.go net: add cgo support for Solaris 2015-05-06 11:37:55 +00:00
cgo_unix_test.go net: simplify error messages in tests 2015-05-06 09:25:08 +00:00
cgo_windows.go net: clean up cgo 2015-04-17 23:19:19 +00:00
conf.go net: always use cgo for DNS on Android 2015-05-06 17:00:45 +00:00
conf_test.go net: always use cgo for DNS on Android 2015-05-06 17:00:45 +00:00
conn_test.go net: simplify error messages in tests 2015-05-06 09:25:08 +00:00
dial.go net: add Source field to OpError 2015-04-29 22:37:30 +00:00
dial_gen.go net: add Source field to OpError 2015-04-29 22:37:30 +00:00
dial_test.go net: don't run IP stack required tests on IP stack disabled kernels 2015-05-07 01:50:23 +00:00
dnsclient.go net: fix inconsistent error values on Lookup 2015-04-21 05:16:07 +00:00
dnsclient_test.go net: simplify error messages in tests 2015-05-06 09:25:08 +00:00
dnsclient_unix.go net: make go DNS use localhost if resolv.conf is missing or empty 2015-04-30 18:19:00 +00:00
dnsclient_unix_test.go net: align temporary file, directory names in tests 2015-05-07 01:44:12 +00:00
dnsconfig_unix.go net: make go DNS use localhost if resolv.conf is missing or empty 2015-04-30 18:19:00 +00:00
dnsconfig_unix_test.go net: simplify error messages in tests 2015-05-06 09:25:08 +00:00
dnsmsg.go net: allow a dns TXT record to contain more than one <character-string> 2015-04-29 21:48:48 +00:00
dnsmsg_test.go net: simplify error messages in tests 2015-05-06 09:25:08 +00:00
dnsname_test.go net: simplify error messages in tests 2015-05-06 09:25:08 +00:00
error_plan9_test.go net: deflake timeout, deadline tests 2015-04-29 23:37:21 +00:00
error_posix_test.go net: deflake timeout, deadline tests 2015-04-29 23:37:21 +00:00
error_test.go net: align temporary file, directory names in tests 2015-05-07 01:44:12 +00:00
example_test.go
external_test.go net: rename dialgoogle_test.go to external_test.go 2015-04-29 02:24:27 +00:00
fd_mutex.go
fd_mutex_test.go
fd_plan9.go net: fix inconsistent errors 2015-05-05 09:40:07 +00:00
fd_poll_nacl.go
fd_poll_runtime.go
fd_posix.go
fd_posix_test.go
fd_unix.go net: fix inconsistent errors 2015-05-05 09:40:07 +00:00
fd_windows.go net: fix inconsistent errors 2015-05-05 09:40:07 +00:00
file.go net: add Source field to OpError 2015-04-29 22:37:30 +00:00
file_plan9.go net: fix inconsistent errors 2015-05-05 09:40:07 +00:00
file_stub.go net: fix inconsistent error values on File 2015-04-21 03:37:41 +00:00
file_test.go net: disable failing ICMP test for now 2015-05-07 02:37:28 +00:00
file_unix.go net: fix inconsistent errors 2015-05-05 09:40:07 +00:00
file_windows.go net: fix inconsistent error values on File 2015-04-21 03:37:41 +00:00
hook.go net: move testHookSetKeepAlive into hook.go 2015-04-07 03:02:10 +00:00
hook_cloexec.go net: add socket system call hooks for testing 2015-03-31 23:07:42 +00:00
hook_plan9.go net: deflake TestDialTimeout 2015-04-02 01:04:49 +00:00
hook_unix.go net: add Listen system call hook for testing 2015-04-15 11:47:49 +00:00
hook_windows.go net: add Listen system call hook for testing 2015-04-15 11:47:49 +00:00
hosts.go
hosts_test.go net: simplify error messages in tests 2015-05-06 09:25:08 +00:00
interface.go net: add Source field to OpError 2015-04-29 22:37:30 +00:00
interface_bsd.go net: fix inconsistent errors 2015-05-05 09:40:07 +00:00
interface_bsd_test.go
interface_darwin.go net: fix inconsistent errors 2015-05-05 09:40:07 +00:00
interface_dragonfly.go
interface_freebsd.go net: fix inconsistent errors 2015-05-05 09:40:07 +00:00
interface_linux.go net: fix inconsistent errors 2015-05-05 09:40:07 +00:00
interface_linux_test.go net: simplify error messages in tests 2015-05-06 09:25:08 +00:00
interface_netbsd.go
interface_openbsd.go
interface_stub.go
interface_test.go net: fix data race in benchmarks 2015-04-01 22:02:41 +00:00
interface_unix_test.go net: simplify error messages in tests 2015-05-06 09:25:08 +00:00
interface_windows.go net: fix inconsistent errors 2015-05-05 09:40:07 +00:00
ip.go net: fix inconsistent errors 2015-05-05 09:40:07 +00:00
ip_test.go net: fix inconsistent errors 2015-05-05 09:40:07 +00:00
ipraw_test.go net: simplify error messages in tests 2015-05-06 09:25:08 +00:00
iprawsock.go net: make multi-IP resolution more flexible. 2015-04-10 09:03:25 +00:00
iprawsock_plan9.go net: add Source field to OpError 2015-04-29 22:37:30 +00:00
iprawsock_posix.go net: add Source field to OpError 2015-04-29 22:37:30 +00:00
ipsock.go net: fix inconsistent errors 2015-05-05 09:40:07 +00:00
ipsock_plan9.go net: fix inconsistent errors 2015-05-05 09:40:07 +00:00
ipsock_posix.go net: fix inconsistent errors 2015-05-05 09:40:07 +00:00
ipsock_test.go net: don't run IP stack required tests on IP stack disabled kernels 2015-05-07 01:50:23 +00:00
listen_test.go net: don't run IP stack required tests on IP stack disabled kernels 2015-05-07 01:50:23 +00:00
lookup.go net: fix inconsistent error values on Lookup 2015-04-21 05:16:07 +00:00
lookup_plan9.go net: fix inconsistent errors 2015-05-05 09:40:07 +00:00
lookup_stub.go net: LookupHost and Resolve{TCP,UDP,IP}Addr should use zone from getaddrinfo 2015-03-08 09:58:11 +00:00
lookup_test.go net: simplify error messages in tests 2015-05-06 09:25:08 +00:00
lookup_unix.go net: use Go's DNS resolver when system configuration permits 2015-04-23 02:48:43 +00:00
lookup_windows.go net: fix inconsistent errors 2015-05-05 09:40:07 +00:00
lookup_windows_test.go net: simplify error messages in tests 2015-05-06 09:25:08 +00:00
mac.go net: fix inconsistent errors 2015-05-05 09:40:07 +00:00
mac_test.go net: simplify error messages in tests 2015-05-06 09:25:08 +00:00
main_cloexec_test.go net: add socket system call hooks for testing 2015-03-31 23:07:42 +00:00
main_plan9_test.go net: deflake TestDialGoogle, TestResolveDialGoogle 2015-04-03 01:50:30 +00:00
main_posix_test.go net: fix TestDialGoogle with -ipv6 when CGO_ENABLED=0 2015-04-16 00:44:52 +00:00
main_test.go net: deflake zero byte IO tests on datagram 2015-04-22 00:13:37 +00:00
main_unix_test.go net: add Listen system call hook for testing 2015-04-15 11:47:49 +00:00
main_windows_test.go net: add Listen system call hook for testing 2015-04-15 11:47:49 +00:00
mockserver_test.go net: align temporary file, directory names in tests 2015-05-07 01:44:12 +00:00
net.go net: fix inconsistent errors 2015-05-05 09:40:07 +00:00
net_test.go net: add missing Close tests 2015-04-29 23:01:45 +00:00
net_windows_test.go net: do not skip TestAcceptIgnoreSomeErrors 2015-05-07 06:59:25 +00:00
netgo_unix_test.go net: simplify error messages in tests 2015-05-06 09:25:08 +00:00
nss.go net: use Go's DNS resolver when system configuration permits 2015-04-23 02:48:43 +00:00
nss_test.go net: use Go's DNS resolver when system configuration permits 2015-04-23 02:48:43 +00:00
packetconn_test.go net: simplify error messages in tests 2015-05-06 09:25:08 +00:00
parse.go net: use Go's DNS resolver when system configuration permits 2015-04-23 02:48:43 +00:00
parse_test.go net: simplify error messages in tests 2015-05-06 09:25:08 +00:00
pipe.go net: add Source field to OpError 2015-04-29 22:37:30 +00:00
pipe_test.go net: simplify error messages in tests 2015-05-06 09:25:08 +00:00
platform_test.go net: don't run IP stack required tests on IP stack disabled kernels 2015-05-07 01:50:23 +00:00
port.go net: fix inconsistent error values on Lookup 2015-04-21 05:16:07 +00:00
port_test.go net: simplify error messages in tests 2015-05-06 09:25:08 +00:00
port_unix.go net: fix inconsistent error values on Lookup 2015-04-21 05:16:07 +00:00
protoconn_test.go net: simplify error messages in tests 2015-05-06 09:25:08 +00:00
race.go
race0.go
sendfile_dragonfly.go net: fix comment in sendFile 2015-05-06 12:27:07 +00:00
sendfile_freebsd.go net: fix comment in sendFile 2015-05-06 12:27:07 +00:00
sendfile_linux.go net: fix comment in sendFile 2015-05-06 12:27:07 +00:00
sendfile_solaris.go net: fix inconsistent error values on Read for solaris 2015-05-06 12:43:45 +00:00
sendfile_stub.go syscall, net: use sendfile on Solaris 2015-05-06 12:26:35 +00:00
sendfile_windows.go net: fix inconsistent errors 2015-05-05 09:40:07 +00:00
server_test.go net: simplify error messages in tests 2015-05-06 09:25:08 +00:00
sock_bsd.go
sock_cloexec.go net: fix inconsistent errors 2015-05-05 09:40:07 +00:00
sock_linux.go
sock_plan9.go
sock_posix.go net: add Listen system call hook for testing 2015-04-15 11:47:49 +00:00
sock_stub.go
sock_windows.go net: fix inconsistent errors 2015-05-05 09:40:07 +00:00
sockopt_bsd.go
sockopt_linux.go
sockopt_plan9.go
sockopt_posix.go
sockopt_solaris.go
sockopt_stub.go
sockopt_windows.go
sockoptip_bsd.go
sockoptip_linux.go
sockoptip_posix.go
sockoptip_stub.go
sockoptip_windows.go
sys_cloexec.go net: fix inconsistent errors 2015-05-05 09:40:07 +00:00
tcp_test.go net: simplify error messages in tests 2015-05-06 09:25:08 +00:00
tcpsock.go net: make multi-IP resolution more flexible. 2015-04-10 09:03:25 +00:00
tcpsock_plan9.go net: add Source field to OpError 2015-04-29 22:37:30 +00:00
tcpsock_posix.go net: add Source field to OpError 2015-04-29 22:37:30 +00:00
tcpsockopt_darwin.go
tcpsockopt_dragonfly.go
tcpsockopt_openbsd.go
tcpsockopt_plan9.go
tcpsockopt_posix.go
tcpsockopt_solaris.go net: try to fix setKeepAlivePeriod on Solaris 2015-05-06 12:03:20 +00:00
tcpsockopt_stub.go
tcpsockopt_unix.go net: try to fix setKeepAlivePeriod on Solaris 2015-05-06 12:03:20 +00:00
tcpsockopt_windows.go net: fix inconsistent errors 2015-05-05 09:40:07 +00:00
timeout_test.go net: add missing ReadFrom, WriteTo deadline tests 2015-05-05 08:54:28 +00:00
udp_test.go net: simplify error messages in tests 2015-05-06 09:25:08 +00:00
udpsock.go net: make multi-IP resolution more flexible. 2015-04-10 09:03:25 +00:00
udpsock_plan9.go net: add Source field to OpError 2015-04-29 22:37:30 +00:00
udpsock_posix.go net: add Source field to OpError 2015-04-29 22:37:30 +00:00
unix_test.go net: simplify error messages in tests 2015-05-06 09:25:08 +00:00
unixsock.go net: make multi-IP resolution more flexible. 2015-04-10 09:03:25 +00:00
unixsock_plan9.go net: add Source field to OpError 2015-04-29 22:37:30 +00:00
unixsock_posix.go net: add Source field to OpError 2015-04-29 22:37:30 +00:00