]> Cypherpunks repositories - gostls13.git/commit
syscall: disable TestAllThreadsSyscall on linux-ppc64
authorAndrew G. Morgan <agm@google.com>
Fri, 23 Oct 2020 23:33:38 +0000 (16:33 -0700)
committerIan Lance Taylor <iant@golang.org>
Sat, 24 Oct 2020 03:06:05 +0000 (03:06 +0000)
commit94eda9ae37d9f8a34c44c1ad1a030b4475f79faf
treeea2e86f146c15a9287da1647fb98d00edb5cb0ee
parentd05c03536573b8c567d3eefaad2aafbf89678015
syscall: disable TestAllThreadsSyscall on linux-ppc64

For some reason, currently unknown, this test case fails exclusively
on the linux-ppc64 platform. Until such time as it can be made to
work, we'll disable this test case on that platform.

The same issue causes TestSetuidEtc to fail too, so disable that
on this platform.

Updates #42178

Change-Id: Idd3f6c2ee9f2fba2eb8ce4de69de7f316858bb15
Reviewed-on: https://go-review.googlesource.com/c/go/+/264719
Trust: Emmanuel Odeke <emm.odeke@gmail.com>
Run-TryBot: Emmanuel Odeke <emm.odeke@gmail.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/syscall/syscall_linux_test.go