summaryrefslogtreecommitdiff
path: root/test/run.go
Commit message (Expand)AuthorAgeFilesLines
* runtime: restore arm assembly stubs for div/modKeith Randall2017-06-151-1/+58
* cmd/compile: check width of embedded interfaces in expandifaceJosh Bleecher Snyder2017-04-281-2/+3
* test: allow flags in run actionDavid Lazar2017-03-291-0/+1
* cmd/compile: print columns (not just lines) in error messagesRobert Griesemer2017-03-091-1/+2
* cmd/compile: insert scheduling checks on loop backedgesDavid Chase2017-01-091-2/+61
* test: delete bugs directoryJosh Bleecher Snyder2016-10-251-1/+1
* test: avoid matching file names in errcheckRuss Cox2016-10-181-1/+7
* test: errorcheck auto-generated functionsCherry Zhang2016-09-221-21/+31
* test: remove unused variableKeith Randall2016-08-161-6/+0
* test: add -s flag to commands understood by run.goRobert Griesemer2016-06-221-13/+22
* all: make copyright headers consistent with one space after periodEmmanuel Odeke2016-05-021-1/+1
* cmd/compile: fix buildKeith Randall2016-03-311-2/+2
* cmd/compile: added some intrinsics to SSA back endDavid Chase2016-03-281-6/+20
* cmd/compile: escape analysis explanations added to -m -m outputDavid Chase2016-03-171-2/+5
* [dev.ssa] Merge remote-tracking branch 'origin/master' into mergebranchKeith Randall2016-01-071-9/+45
|\
| * misc/cgo/stdio: reenable testsRuss Cox2015-12-051-0/+4
| * test: add ability to run tests with dynamic linkingMichael Hudson-Doyle2015-11-241-6/+41
| * test: remove dead branch from run.goCaleb Spare2015-11-241-3/+0
* | [dev.ssa] cmd/compile: default compile+test with SSADavid Chase2015-10-301-0/+7
* | [dev.ssa] test: fix buildTodd Neal2015-09-101-0/+1
* | [dev.ssa] cmd/compile/internal/ssa: treat -0.0 literal as 0.0Todd Neal2015-09-101-7/+1
* | [dev.ssa] cmd/compile/internal/ssa: eval defer args before setting argsize an...Keith Randall2015-09-091-2/+2
* | [dev.ssa] test: use SSA codegen for runnable testsJosh Bleecher Snyder2015-09-071-0/+13
|/
* runtime: fix x86 stack trace for call to heap memoryRuss Cox2015-07-131-8/+15
* Fix several out of date references to 4g/5g/6g/8g/9g.Aaron Jacobs2015-06-261-1/+1
* cmd/compile: run escape analysis after method wrapper generationDavid Chase2015-06-171-1/+2
* test: make test/run.go support shardingBrad Fitzpatrick2015-06-041-1/+15
* all: retire architecture letter in file names, public APIRuss Cox2015-05-211-10/+3
* all: build and use go tool compile, go tool linkRuss Cox2015-05-211-10/+5
* test: gofmt run.goJosh Bleecher Snyder2015-04-281-4/+4
* test: reenable syntax testsMatthew Dempsky2015-04-271-2/+1
* test: add -update_errors flag to run scriptDmitry Vyukov2015-04-101-13/+86
* [dev.cc] test: disable syntax error testsRuss Cox2015-02-231-1/+2
* test: check for build constraints only upto the first blank lineRahul Chaudhry2015-02-061-4/+2
* test: migrate remaining tests to run.goJosh Bleecher Snyder2014-12-221-13/+2
* test: write Go wrapper code so that bug302 can be run by run.goIan Lance Taylor2014-12-091-1/+0
* 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