summaryrefslogtreecommitdiff
path: root/test/recover4.go
Commit message (Expand)AuthorAgeFilesLines
* test/recover4.go: use mprotect to create a hole instead of munmapMichael Anthony Knyszek2021-11-121-13/+15
* all: use Fatalf instead of Fatal if format is givenKunpei Sakai2018-01-101-1/+1
* all: make copyright headers consistent with one space after periodEmmanuel Odeke2016-05-021-1/+1
* test: move allocation before munmap in recover4Michael Hudson-Doyle2015-09-161-2/+2
* test: fix recover4 test on 64kb systemsDave Cheney2015-03-171-7/+9
* Revert "test: disable recover4 test to fix ppc64 builds"Dave Cheney2015-03-171-1/+0
* test: disable recover4 test to fix ppc64 buildsDave Cheney2015-03-171-0/+1
* test: add test that variables captured by deferred funcs are current on faultRuss Cox2015-03-161-0/+71