aboutsummaryrefslogtreecommitdiff
path: root/test/nilptr.go
AgeCommit message (Expand)Author
2023-10-19test: migrate remaining files to go:build syntaxDmitri Shuralyov
2021-02-19test: disable nilptr on windows/arm64Russ Cox
2020-10-06cmd/dist: enable more tests on macOS/ARM64Cherry Zhang
2018-11-26cmd/compile: fix nilcheck for AIXClément Chigot
2016-05-02all: make copyright headers consistent with one space after periodEmmanuel Odeke
2013-09-05test/nilptr: add more testsRuss Cox
2013-04-24cmd/5g, cmd/6g, cmd/8g: more nil ptr to large struct checksIan Lance Taylor
2012-02-24test/[n-r]*.go: add documentationRob Pike
2012-02-16test: use testlib (final 61)Russ Cox
2011-12-07test: make array smaller in nilptr testRuss Cox
2011-09-26test: silence/coalesce some testsRuss Cox
2011-09-26test: merge nilptr/* into one testRuss Cox