1
0
mirror of https://github.com/golang/go synced 2024-11-18 05:14:43 -07:00
go/misc/cgo/testcarchive/testdata
Ian Lance Taylor a409356c54 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.

Fixes #53907

Change-Id: Iaefb964c2be4a815c11c507fa89648f8a7740ba9
Reviewed-on: https://go-review.googlesource.com/c/go/+/419014
Run-TryBot: Ian Lance Taylor <iant@golang.org>
Auto-Submit: Ian Lance Taylor <iant@google.com>
Reviewed-by: Austin Clements <austin@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Bryan Mills <bcmills@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Run-TryBot: Ian Lance Taylor <iant@google.com>
2022-08-19 03:09:05 +00:00
..
libgo
libgo2 misc/cgo/testcarchive: permit SIGQUIT for TestSignalForwardingExternal 2022-08-19 03:09:05 +00:00
libgo3
libgo4
libgo6
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 03:09:05 +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
main_windows.c
main.c