]> Cypherpunks repositories - gostls13.git/commit
net: skip splice unix-to-tcp tests on android
authorTobias Klauser <tklauser@distanz.ch>
Wed, 5 Sep 2018 13:53:30 +0000 (15:53 +0200)
committerTobias Klauser <tobias.klauser@gmail.com>
Wed, 5 Sep 2018 14:24:37 +0000 (14:24 +0000)
commit5789f838bea28b57cce6b8def426aef933fb1050
tree5878121e77ec5934cecd830613454d4a843f10de
parent4cf33e361ada37d8fee9443a258abd167e31d033
net: skip splice unix-to-tcp tests on android

The android builders are failing on the AF_UNIX part of the new splice
test from CL 113997. Skip them.

Change-Id: Ia0519aae922acb11d2845aa687633935bcd4b1b0
Reviewed-on: https://go-review.googlesource.com/133515
Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/net/splice_test.go