]> Cypherpunks repositories - gostls13.git/commit
runtime: treat TestRaceSignal as flaky on Darwin
authorIan Lance Taylor <iant@golang.org>
Mon, 22 May 2023 18:38:46 +0000 (11:38 -0700)
committerGopher Robot <gobot@golang.org>
Mon, 22 May 2023 19:03:04 +0000 (19:03 +0000)
commitb66474e0217145570fbc38d66b3f11af64586225
treea6d302966f6e2c8e3090324c43a84b84cd423117
parentc7aa48ecedf1db2bfad4f50ee2e21d8daa8aa692
runtime: treat TestRaceSignal as flaky on Darwin

It should be impossible for the program to exit with SIGCHLD,
but it happens occasionally. Skip the test on Darwin.

For #60316

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