]> Cypherpunks repositories - gostls13.git/commit
cmd/go/internal/work: skip TestRespectSetgidDir on iOS
authorElias Naur <elias.naur@gmail.com>
Wed, 27 Sep 2017 11:26:47 +0000 (13:26 +0200)
committerElias Naur <elias.naur@gmail.com>
Wed, 27 Sep 2017 13:47:55 +0000 (13:47 +0000)
commit951be1b58d4e8049b8a1f95ef99f6505cc4850b5
tree74505629229fc068264d981e09d8d044ff5bd607
parent07c9dc69ccf404a5d940fa944ddeccab4eee3b86
cmd/go/internal/work: skip TestRespectSetgidDir on iOS

Attempting to set the SetGID bit on iOS 11 fails with a permission
error. Skip the test.

Change-Id: Idac59750447d668091c44fe7cc5ee178014e0e1d
Reviewed-on: https://go-review.googlesource.com/66490
Run-TryBot: Elias Naur <elias.naur@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/cmd/go/internal/work/build_test.go