aboutsummaryrefslogtreecommitdiff
path: root/test/import4.go
AgeCommit message (Collapse)Author
2012-10-07test: convert more tests to rundir/compiledir conventionsRémy Oudompheng
Update #4139. R=golang-dev, rsc CC=golang-dev https://golang.org/cl/6609051
2012-09-23test: expand run.go's errorcheck, make clear which bugs runRuss Cox
Today, if run.go doesn't understand a test header line it just ignores the test, making it too easy to write or edit tests that are not actually being run. - expand errorcheck to accept flags, so that bounds.go and escape*.go can run. - create a whitelist of skippable tests in run.go; skipping others is an error. - mark all skipped tests at top of file. Update #4139. R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/6549054
2012-02-23test: commentary for [h-m]*.goRob Pike
R=golang-dev, gri CC=golang-dev https://golang.org/cl/5674112
2010-03-03gc: fix imported and not used message - show pathRuss Cox
R=ken2 CC=golang-dev https://golang.org/cl/229046