1
0
mirror of https://github.com/golang/go synced 2024-11-19 11:04:47 -07:00
go/src/net
Tobias Klauser 40fc4bbfb8 net: skip TestSendfileParts on dragonfly and solaris
Skip it like on freebsd until there is proper a fix for #25809

Updates #25809

Change-Id: Id53c433aee75f2a992ab6a8d58d98fd1f8a6c1c6
Reviewed-on: https://go-review.googlesource.com/117698
Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Alex Brainman <alex.brainman@gmail.com>
2018-06-11 08:16:18 +00:00
..
http net/http: add application/wasm mime type 2018-06-10 17:04:22 +00:00
internal/socktest net: add js/wasm architecture 2018-06-04 16:01:50 +00:00
mail all: use strings.Builder instead of bytes.Buffer where appropriate 2018-03-26 23:05:53 +00:00
rpc net/rpc: unlock client.mutex as early as possible 2018-04-06 14:47:39 +00:00
smtp net: add js/wasm architecture 2018-06-04 16:01:50 +00:00
testdata
textproto all: update comment URLs from HTTP to HTTPS, where possible 2018-06-01 21:52:00 +00:00
url net/url: update docs to match renamed receiver 2018-04-12 17:39:23 +00:00
addrselect_test.go
addrselect.go
cgo_android.go
cgo_bsd.go
cgo_linux.go
cgo_netbsd.go
cgo_openbsd.go
cgo_resnew.go
cgo_resold.go
cgo_socknew.go
cgo_sockold.go
cgo_solaris.go
cgo_stub.go
cgo_unix_test.go net: avoid race on test hooks with DNS goroutines 2017-12-08 05:12:13 +00:00
cgo_unix.go {net,os/user,plugin}: eliminate unnecessary C round-trips 2017-08-17 18:14:16 +00:00
cgo_windows.go
conf_netcgo.go
conf_test.go all: update comment URLs from HTTP to HTTPS, where possible 2018-06-01 21:52:00 +00:00
conf.go all: update comment URLs from HTTP to HTTPS, where possible 2018-06-01 21:52:00 +00:00
conn_test.go net: add js/wasm architecture 2018-06-04 16:01:50 +00:00
dial_test.go net: add js/wasm architecture 2018-06-04 16:01:50 +00:00
dial_unix_test.go net: map context errors from aborted dial to internal net package errors 2018-03-29 23:39:53 +00:00
dial.go net: add ListenConfig, Dialer.Control to permit socket opts before listen/dial 2018-05-30 22:54:22 +00:00
dnsclient_test.go net: use golang.org/x/net/dns/dnsmessage for DNS resolution 2018-03-15 04:18:11 +00:00
dnsclient_unix_test.go net: fix DNS NXDOMAIN performance regression 2018-05-23 18:01:23 +00:00
dnsclient_unix.go net: fix DNS NXDOMAIN performance regression 2018-05-23 18:01:23 +00:00
dnsclient.go net: use golang.org/x/net/dns/dnsmessage for DNS resolution 2018-03-15 04:18:11 +00:00
dnsconfig_unix_test.go
dnsconfig_unix.go all: update comment URLs from HTTP to HTTPS, where possible 2018-06-01 21:52:00 +00:00
dnsname_test.go net: add js/wasm architecture 2018-06-04 16:01:50 +00:00
error_nacl.go net, syscall: make ECONNRESET/ECONNABORTED only temporary for Accept 2018-05-01 14:50:33 +00:00
error_plan9_test.go
error_plan9.go net, syscall: make ECONNRESET/ECONNABORTED only temporary for Accept 2018-05-01 14:50:33 +00:00
error_posix_test.go
error_posix.go net: add js/wasm architecture 2018-06-04 16:01:50 +00:00
error_test.go net: add js/wasm architecture 2018-06-04 16:01:50 +00:00
error_unix_test.go
error_unix.go net: add js/wasm architecture 2018-06-04 16:01:50 +00:00
error_windows_test.go
error_windows.go net, syscall: make ECONNRESET/ECONNABORTED only temporary for Accept 2018-05-01 14:50:33 +00:00
example_test.go net: fix ExampleUDPConn_WriteTo 2018-05-30 09:10:04 +00:00
external_test.go net: add js/wasm architecture 2018-06-04 16:01:50 +00:00
fd_plan9.go net: add js/wasm architecture 2018-06-04 16:01:50 +00:00
fd_unix.go net: add js/wasm architecture 2018-06-04 16:01:50 +00:00
fd_windows.go net: add js/wasm architecture 2018-06-04 16:01:50 +00:00
file_plan9.go
file_stub.go net: add js/wasm architecture 2018-06-04 16:01:50 +00:00
file_test.go net: add js/wasm architecture 2018-06-04 16:01:50 +00:00
file_unix.go
file_windows.go
file.go
hook_plan9.go
hook_unix.go net: add js/wasm architecture 2018-06-04 16:01:50 +00:00
hook_windows.go net: use WSASocket instead of socket call 2017-11-07 22:04:15 +00:00
hook.go
hosts_test.go all: change github.com issue links to golang.org 2017-11-04 04:13:41 +00:00
hosts.go
interface_bsd_test.go
interface_bsd.go
interface_bsdvar.go
interface_darwin.go
interface_freebsd.go
interface_linux_test.go
interface_linux.go
interface_plan9.go
interface_solaris.go
interface_stub.go net: add js/wasm architecture 2018-06-04 16:01:50 +00:00
interface_test.go net: add js/wasm architecture 2018-06-04 16:01:50 +00:00
interface_unix_test.go net: skip test in full test mode when running in a container 2018-05-24 19:45:22 +00:00
interface_windows.go all: drop support for Windows Vista or below (Windows XP) 2018-02-15 17:24:42 +00:00
interface.go
ip_test.go net: add js/wasm architecture 2018-06-04 16:01:50 +00:00
ip.go net: avoid unnecessary type conversions 2018-03-10 20:59:45 +00:00
iprawsock_plan9.go net: move dial and listen functions under sysDialer, sysListener 2018-05-29 23:57:04 +00:00
iprawsock_posix.go net: add js/wasm architecture 2018-06-04 16:01:50 +00:00
iprawsock_test.go net: add js/wasm architecture 2018-06-04 16:01:50 +00:00
iprawsock.go net: move dial and listen functions under sysDialer, sysListener 2018-05-29 23:57:04 +00:00
ipsock_plan9.go
ipsock_posix.go net: add js/wasm architecture 2018-06-04 16:01:50 +00:00
ipsock_test.go
ipsock.go net: don't return IPv4 unspecified addr for Resolve*Addr of [::] or [::]:n 2017-07-06 05:39:42 +00:00
listen_test.go net: add js/wasm architecture 2018-06-04 16:01:50 +00:00
lookup_fake.go net: add js/wasm architecture 2018-06-04 16:01:50 +00:00
lookup_plan9.go net: implement cancellable lookup on Plan 9 2018-05-13 21:28:12 +00:00
lookup_test.go net: add js/wasm architecture 2018-06-04 16:01:50 +00:00
lookup_unix.go net: treat a nil *Resolver as a zero one, as documented 2018-03-19 17:01:23 +00:00
lookup_windows_test.go
lookup_windows.go net: stop multiple sends into single capacity channel in lookupIP 2018-05-12 09:27:42 +00:00
lookup.go net: treat a nil *Resolver as a zero one, as documented 2018-03-19 17:01:23 +00:00
mac_test.go
mac.go
main_cloexec_test.go net, internal/poll, net/internal/socktest: use SOCK_{CLOEXEC,NONBLOCK} accept4/socket flags on OpenBSD 2018-02-26 16:59:38 +00:00
main_conf_test.go net: add js/wasm architecture 2018-06-04 16:01:50 +00:00
main_noconf_test.go net: add js/wasm architecture 2018-06-04 16:01:50 +00:00
main_plan9_test.go
main_posix_test.go net: add js/wasm architecture 2018-06-04 16:01:50 +00:00
main_test.go net: add js/wasm architecture 2018-06-04 16:01:50 +00:00
main_unix_test.go
main_windows_test.go net: use WSASocket instead of socket call 2017-11-07 22:04:15 +00:00
mockserver_test.go net: add js/wasm architecture 2018-06-04 16:01:50 +00:00
net_fake.go net: add js/wasm architecture 2018-06-04 16:01:50 +00:00
net_test.go net: add js/wasm architecture 2018-06-04 16:01:50 +00:00
net_windows_test.go all: drop support for Windows Vista or below (Windows XP) 2018-02-15 17:24:42 +00:00
net.go net: add js/wasm architecture 2018-06-04 16:01:50 +00:00
netgo_unix_test.go net: avoid race on test hooks with DNS goroutines 2017-12-08 05:12:13 +00:00
nss_test.go
nss.go
packetconn_test.go net: add js/wasm architecture 2018-06-04 16:01:50 +00:00
parse_test.go
parse.go net: accept 64 kB lines in /etc/hosts 2017-11-28 04:46:22 +00:00
pipe_test.go net: return io.ErrClosedPipe when possible from net.Pipe 2017-12-05 18:44:28 +00:00
pipe.go net: return io.ErrClosedPipe when possible from net.Pipe 2017-12-05 18:44:28 +00:00
platform_test.go net: skip unixpacket tests on netbsd/386 2017-11-29 19:24:24 +00:00
port_test.go
port_unix.go net: add js/wasm architecture 2018-06-04 16:01:50 +00:00
port.go net: fix typo in parsePort documentation 2017-11-21 17:31:56 +00:00
protoconn_test.go net: add js/wasm architecture 2018-06-04 16:01:50 +00:00
rawconn_stub_test.go net: add js/wasm architecture 2018-06-04 16:01:50 +00:00
rawconn_test.go net: add js/wasm architecture 2018-06-04 16:01:50 +00:00
rawconn_unix_test.go net: add ListenConfig, Dialer.Control to permit socket opts before listen/dial 2018-05-30 22:54:22 +00:00
rawconn_windows_test.go net: add ListenConfig, Dialer.Control to permit socket opts before listen/dial 2018-05-30 22:54:22 +00:00
rawconn.go net: document caveats for (*syscall.RawConn).Write on Windows 2018-04-21 00:48:00 +00:00
sendfile_linux.go
sendfile_stub.go net: add js/wasm architecture 2018-06-04 16:01:50 +00:00
sendfile_test.go net: skip TestSendfileParts on dragonfly and solaris 2018-06-11 08:16:18 +00:00
sendfile_unix_alt.go net: use same sendFile for freebsd/dragonfly and solaris 2018-04-06 14:48:05 +00:00
sendfile_windows.go
server_test.go net: add js/wasm architecture 2018-06-04 16:01:50 +00:00
sock_bsd.go net: fix the kernel state name for TCP listen queue on FreeBSD 2018-02-02 00:04:20 +00:00
sock_cloexec.go net, internal/poll, net/internal/socktest: use SOCK_{CLOEXEC,NONBLOCK} accept4/socket flags on OpenBSD 2018-02-26 16:59:38 +00:00
sock_linux.go
sock_plan9.go
sock_posix.go net: add js/wasm architecture 2018-06-04 16:01:50 +00:00
sock_stub.go net: add js/wasm architecture 2018-06-04 16:01:50 +00:00
sock_windows.go net: use WSASocket instead of socket call 2017-11-07 22:04:15 +00:00
sockaddr_posix.go net: add js/wasm architecture 2018-06-04 16:01:50 +00:00
sockopt_bsd.go
sockopt_linux.go
sockopt_plan9.go
sockopt_posix.go
sockopt_solaris.go
sockopt_stub.go net: add js/wasm architecture 2018-06-04 16:01:50 +00:00
sockopt_windows.go
sockoptip_bsdvar.go net, internal/poll: enable ListenMulticastUDP on solaris 2017-08-09 23:52:12 +00:00
sockoptip_linux.go
sockoptip_posix.go net, internal/poll: enable ListenMulticastUDP on solaris 2017-08-09 23:52:12 +00:00
sockoptip_stub.go net: add js/wasm architecture 2018-06-04 16:01:50 +00:00
sockoptip_windows.go
splice_linux.go net: add support for splice(2) in (*TCPConn).ReadFrom on Linux 2018-04-24 14:14:56 +00:00
splice_stub.go net: add support for splice(2) in (*TCPConn).ReadFrom on Linux 2018-04-24 14:14:56 +00:00
splice_test.go net: add support for splice(2) in (*TCPConn).ReadFrom on Linux 2018-04-24 14:14:56 +00:00
sys_cloexec.go net, internal/poll, net/internal/socktest: use SOCK_{CLOEXEC,NONBLOCK} accept4/socket flags on OpenBSD 2018-02-26 16:59:38 +00:00
tcpsock_plan9.go net: move dial and listen functions under sysDialer, sysListener 2018-05-29 23:57:04 +00:00
tcpsock_posix.go net: add js/wasm architecture 2018-06-04 16:01:50 +00:00
tcpsock_test.go net: add js/wasm architecture 2018-06-04 16:01:50 +00:00
tcpsock_unix_test.go net: add js/wasm architecture 2018-06-04 16:01:50 +00:00
tcpsock.go net: move dial and listen functions under sysDialer, sysListener 2018-05-29 23:57:04 +00:00
tcpsockopt_darwin.go net: drop special case for macOS 10.7 and earlier 2018-06-04 18:40:49 +00:00
tcpsockopt_dragonfly.go
tcpsockopt_openbsd.go
tcpsockopt_plan9.go
tcpsockopt_posix.go
tcpsockopt_solaris.go
tcpsockopt_stub.go net: add js/wasm architecture 2018-06-04 16:01:50 +00:00
tcpsockopt_unix.go
tcpsockopt_windows.go
timeout_test.go net: add js/wasm architecture 2018-06-04 16:01:50 +00:00
udpsock_plan9_test.go
udpsock_plan9.go net: move dial and listen functions under sysDialer, sysListener 2018-05-29 23:57:04 +00:00
udpsock_posix.go net: add js/wasm architecture 2018-06-04 16:01:50 +00:00
udpsock_test.go net: add js/wasm architecture 2018-06-04 16:01:50 +00:00
udpsock.go net: move dial and listen functions under sysDialer, sysListener 2018-05-29 23:57:04 +00:00
unixsock_linux_test.go net: move some Linux-specific tests to unixsock_linux_test.go file 2017-09-28 03:00:34 +00:00
unixsock_plan9.go net: move dial and listen functions under sysDialer, sysListener 2018-05-29 23:57:04 +00:00
unixsock_posix.go net: add js/wasm architecture 2018-06-04 16:01:50 +00:00
unixsock_test.go net: add js/wasm architecture 2018-06-04 16:01:50 +00:00
unixsock.go net: fix leftover variable names from CL 115175 2018-05-30 19:09:24 +00:00
write_unix_test.go runtime: for kqueue treat EVFILT_READ with EV_EOF as permitting a write 2017-10-20 22:26:30 +00:00
writev_test.go net: add js/wasm architecture 2018-06-04 16:01:50 +00:00
writev_unix.go