mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
all: enable more tests on macOS/ARM64
Updates #38485. Change-Id: Iac96f5ffe88521fcb11eab306d0df6463bdce046 Reviewed-on: https://go-review.googlesource.com/c/go/+/256920 Trust: Cherry Zhang <cherryyz@google.com> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org> Reviewed-by: Ian Lance Taylor <iant@golang.org>
This commit is contained in:
parent
2e4ceaf963
commit
db428ad7b6
10 changed files with 14 additions and 21 deletions
|
|
@ -70,7 +70,7 @@ func _() {
|
|||
// Thus this test also verifies that the Flock_t structure can be
|
||||
// roundtripped with F_SETLK and F_GETLK.
|
||||
func TestFcntlFlock(t *testing.T) {
|
||||
if (runtime.GOOS == "darwin" || runtime.GOOS == "ios") && runtime.GOARCH == "arm64" {
|
||||
if runtime.GOOS == "ios" {
|
||||
t.Skip("skipping; no child processes allowed on iOS")
|
||||
}
|
||||
flock := syscall.Flock_t{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue