1
0
mirror of https://github.com/golang/go synced 2024-11-06 00:36:14 -07:00
go/misc/cgo/testcarchive/testdata
Ian Lance Taylor d05ce23756 misc/cgo/testcarchive: permit SIGQUIT for TestSignalForwardingExternal
Occasionally the signal will be sent to a Go thread, which will cause
the program to exit with SIGQUIT rather than SIGSEGV.

Add TestSignalForwardingGo to test the case where the signal is
expected to be delivered to a Go thread.

This is a roll forward of CL 419014 which was rolled back in CL 424954.
This CL differs from 419014 in that it skips TestSignalForwardingGo
on darwin-amd64.

Fixes #53907

Change-Id: I5df3fd610c068df3bd48d9b3d7a9379248b97999
Reviewed-on: https://go-review.googlesource.com/c/go/+/425002
Run-TryBot: Ian Lance Taylor <iant@google.com>
Reviewed-by: Bryan Mills <bcmills@google.com>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
2022-08-19 23:07:11 +00:00
..
libgo
libgo2 misc/cgo/testcarchive: permit SIGQUIT for TestSignalForwardingExternal 2022-08-19 23:07:11 +00:00
libgo3
libgo4
libgo6 all: update references to symbols moved from io/ioutil to io 2021-04-05 17:51:15 +00:00
libgo7
libgo8 runtime: install sigPreempt signal handler for c-archive/c-shared 2021-11-03 00:49:50 +00:00
p
main2.c
main3.c
main4.c
main5.c misc/cgo/testcarchive: permit SIGQUIT for TestSignalForwardingExternal 2022-08-19 23:07:11 +00:00
main6.c
main7.c
main8.c runtime: install sigPreempt signal handler for c-archive/c-shared 2021-11-03 00:49:50 +00:00
main_unix.c misc/cgo/testcarchive: don't use == for string equality in C code 2021-03-13 03:16:55 +00:00
main_windows.c
main.c