aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/ehooks_test.go
AgeCommit message (Expand)Author
2025-07-11runtime: gofmt after CL 643897 and CL 662455Tobias Klauser
2025-05-19runtime: pass through -asan/-msan/-race to testprog testsMichael Pratt
2024-05-24internal/runtime/exithook: make safe for concurrent os.ExitRuss Cox
2024-05-23runtime: update TestExitHooks error stringsCherry Mui
2022-10-04runtime: change exit hooks test to use RaceDetectorSupportedThan McIntosh
2022-09-27runtime: add cgo guard for exit hooks testThan McIntosh
2022-09-26runtime: add an exit hook facilityThan McIntosh