summaryrefslogtreecommitdiff
path: root/test/import4.go
Commit message (Collapse)AuthorAgeFilesLines
* test: convert more tests to rundir/compiledir conventionsR?my Oudompheng2012-10-071-20/+2
| | | | | | | | Update issue 4139. R=golang-dev, rsc CC=golang-dev http://codereview.appspot.com/6609051
* test: expand run.go's errorcheck, make clear which bugs runRuss Cox2012-09-231-0/+3
| | | | | | | | | | | | | | | | 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 issue 4139. R=golang-dev, bradfitz CC=golang-dev http://codereview.appspot.com/6549054
* test: commentary for [h-m]*.goRob Pike2012-02-231-2/+4
| | | | | | R=golang-dev, gri CC=golang-dev http://codereview.appspot.com/5674112
* gc: fix imported and not used message - show pathRuss Cox2010-03-031-0/+24
R=ken2 CC=golang-dev http://codereview.appspot.com/229046