os/user: disable TestGroupIds for AIX

The corresponding Go Toolchain patch is CL 164039
    
    Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/175079

From-SVN: r270857
This commit is contained in:
Ian Lance Taylor 2019-05-03 17:15:54 +00:00
parent 38fa938bbf
commit 16df703871
2 changed files with 4 additions and 1 deletions

View File

@ -1,4 +1,4 @@
7e590184ae1ebc02e1b2577de00cf4fe842217dc
208521930c9b5adcfb495799ee01b6aec86c2ccf
The first line of this file holds the git revision number of the last
merge done from the gofrontend repository.

View File

@ -129,6 +129,9 @@ func TestLookupGroup(t *testing.T) {
func TestGroupIds(t *testing.T) {
checkGroup(t)
if runtime.GOOS == "aix" {
t.Skip("skipping GroupIds, see golang.org/issue/30563")
}
if runtime.GOOS == "solaris" {
t.Skip("skipping GroupIds, see golang.org/issue/14709")
}