summaryrefslogtreecommitdiff
path: root/test/run.go
Commit message (Expand)AuthorAgeFilesLines
* test: move linkx and sinit to run.goJosh Bleecher Snyder2014-11-061-2/+0
* test: return errors earlier in run.goJosh Bleecher Snyder2014-09-111-0/+4
* test/run: go fmtDavid du Colombier2014-08-011-15/+15
* test/run: always set goos and goarchDavid du Colombier2014-07-241-2/+11
* test/run: limit parallelism to 1 for cross-exec buildsRuss Cox2014-05-281-5/+5
* test/run: make errorcheck tests fasterRuss Cox2014-03-111-9/+36
* all: merge NaCl branch (part 1)Dave Cheney2014-02-251-4/+35
* cmd/go: skip writing dwarf debug info for ephemeral binariesRuss Cox2014-02-191-1/+1
* all: fix a few spelling errors in source commentsMartin Olsson2013-12-271-1/+1
* test/run: make -v output look like go test outputRuss Cox2013-12-101-15/+32
* test/run: print command line for running an individual testRuss Cox2013-09-201-1/+1
* test/run: process build tags like go/buildAnthony Martin2013-08-131-18/+69
* test/run: use correct $PWD to make os.Getwd less expensiveRuss Cox2013-02-141-0/+18
* cmd/gc: reject non-Go constantsRuss Cox2013-02-011-4/+9
* test: add support for build tags.R?my Oudompheng2013-01-281-11/+78
* test: limit runoutput tests on arm platformsDave Cheney2013-01-121-6/+27
* test: add rotate.go and fixedbugs/bug313R?my Oudompheng2013-01-111-2/+0
* test: make rundir match compiledir/errorcheckdir.R?my Oudompheng2013-01-111-40/+20
* test/run: handle compiledir and errorcheckdir with multi-file packagesRuss Cox2013-01-021-14/+60
* cmd/gc: fix wrong interaction between inlining and embedded builtins.R?my Oudompheng2012-12-221-37/+36
* test: run some more tests by defaultIan Lance Taylor2012-11-081-3/+0
* test: run index test by defaultIan Lance Taylor2012-11-071-4/+34
* test: convert tests to run.go whenever possible.R?my Oudompheng2012-10-101-5/+0
* test: Make run.go's errorcheck behave like testlib.Daniel Morsing2012-10-081-1/+10
* test: convert more tests to rundir/compiledir conventionsR?my Oudompheng2012-10-071-9/+3
* test/run.go: use correct executable filename on Windows, fix buildShenghou Ma2012-10-081-2/+2
* test: use rundir and errorcheckdir for a few more tests.R?my Oudompheng2012-10-071-11/+4
* test: Add rundir, rundircmpout and errorcheckdir commands to testlib and run.goDaniel Morsing2012-10-061-27/+116
* test: expand run.go's errorcheck, make clear which bugs runRuss Cox2012-09-231-7/+95
* misc/cgo/stdio: make it work on Windows and also test itShenghou Ma2012-09-201-1/+1
* test: change run.go to ignore \r in compiler output (fixes windows build)Alex Brainman2012-08-161-0/+3
* misc/cgo/{life,stdio}, test/run.go: use test/run.go to do the cgo testsShenghou Ma2012-08-071-5/+12
* test/run: ignore all but .go file during compiledir actionAlex Brainman2012-08-061-0/+3
* test/run.go: fix compiledir test on windowsShenghou Ma2012-07-311-2/+2
* test: add a compiledir pattern in run.goR?my Oudompheng2012-07-301-1/+22
* test: use testlib in a few more cases (part 2)Shenghou Ma2012-04-201-2/+22
* test: use testlib in a few more casesShenghou Ma2012-03-221-2/+5
* test: skip . files in directoryRuss Cox2012-03-081-7/+7
* test/run: fix buildersRuss Cox2012-03-071-1/+4
* test: invoke go command in run.goRuss Cox2012-03-071-55/+54
* test/run: use all available cores on ARM systemShenghou Ma2012-03-071-5/+4
* build: use run.go for running testsRuss Cox2012-03-051-2/+5
* test/run.go: fix buildShenghou Ma2012-03-061-1/+1
* test: add cmpout to testlibBrad Fitzpatrick2012-02-241-0/+3
* test: add temporary show_skips flag.Brad Fitzpatrick2012-02-241-6/+7
* test: rewrite test/run shell script + errchk (perl) in GoBrad Fitzpatrick2012-02-211-0/+454