]> Cypherpunks.ru repositories - gostls13.git/commit
net: skip TestFileFdBlocks if the "unix" network is not supported
authorBryan C. Mills <bcmills@google.com>
Mon, 22 May 2023 15:18:30 +0000 (11:18 -0400)
committerGopher Robot <gobot@golang.org>
Mon, 22 May 2023 16:48:53 +0000 (16:48 +0000)
commit10fbd925d6cd6b63acead9fbbfba8963f70a410e
tree12a465dcbfc959a1fd5e7781c29d5ad32902907f
parent7c2cd0bbe25a016659a0093c3fcce3b051adf340
net: skip TestFileFdBlocks if the "unix" network is not supported

This may fix the android failures observed starting at CL 496080, such
as the one in
https://build.golang.org/log/7bfc4bd192e21c02a167d2d6a5649f1a2b63a8f1.

Change-Id: I4e8eaf9890da269bd1758f59a29fa2a8131d8ae6
Reviewed-on: https://go-review.googlesource.com/c/go/+/496955
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Run-TryBot: Bryan Mills <bcmills@google.com>
Auto-Submit: Bryan Mills <bcmills@google.com>
src/net/file_unix_test.go