]> Cypherpunks repositories - gostls13.git/commit
net/http: skip TestLinuxSendfile on mips64 for now
authorBrad Fitzpatrick <bradfitz@golang.org>
Tue, 22 Nov 2016 01:43:38 +0000 (01:43 +0000)
committerBrad Fitzpatrick <bradfitz@golang.org>
Tue, 22 Nov 2016 02:32:55 +0000 (02:32 +0000)
commitaeaa4c3c1da9e7a4afd4152913d6f2bfcf4fad2d
tree6c6db67bbb40dc8b32b083c491c75dc311d2d87f
parent37d078ede386b5d0dff0bb1f3ea77e47122730d0
net/http: skip TestLinuxSendfile on mips64 for now

See issues for details. We can expand this test during the Go 1.9
cycle.

Updates #18008

Change-Id: I78b6b7e8dede414769be97898e29f969bc2a9651
Reviewed-on: https://go-review.googlesource.com/33430
Reviewed-by: Cherry Zhang <cherryyz@google.com>
src/net/http/fs_test.go