aboutsummaryrefslogtreecommitdiff
path: root/test/recover4.go
AgeCommit message (Expand)Author
2023-10-19test: migrate remaining files to go:build syntaxDmitri Shuralyov
2021-11-12test/recover4.go: use mprotect to create a hole instead of munmapMichael Anthony Knyszek
2018-01-10all: use Fatalf instead of Fatal if format is givenKunpei Sakai
2016-05-02all: make copyright headers consistent with one space after periodEmmanuel Odeke
2015-09-16test: move allocation before munmap in recover4Michael Hudson-Doyle
2015-03-17test: fix recover4 test on 64kb systemsDave Cheney
2015-03-17Revert "test: disable recover4 test to fix ppc64 builds"Dave Cheney
2015-03-17test: disable recover4 test to fix ppc64 buildsDave Cheney
2015-03-16test: add test that variables captured by deferred funcs are current on faultRuss Cox