]> Cypherpunks repositories - gostls13.git/commit
os: skip Chown tests for auxiliary groups that fail due to permission errors
authorBryan C. Mills <bcmills@google.com>
Tue, 15 Aug 2023 22:01:16 +0000 (18:01 -0400)
committerGopher Robot <gobot@golang.org>
Wed, 16 Aug 2023 19:05:12 +0000 (19:05 +0000)
commit9f03e8367d85d75675b2f2e90873e3293799d8aa
tree3f32a8ebe257c9c081b04af270e53ec54da2f83b
parent5b8ceb38a17c60d1b396f21418674f7be9ab1ac0
os: skip Chown tests for auxiliary groups that fail due to permission errors

This addresses the failure mode described in
https://git.alpinelinux.org/aports/commit/community/go/tests-filter-overflow-gid.patch?id=9851dde0f5d2a5a50f7f3b5323d1b2ff22e1d028,
but without special-casing an implementation-specific group ID.

For #62053.

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