summaryrefslogtreecommitdiff
path: root/src/run.bash
Commit message (Expand)AuthorAgeFilesLines
* run.bash: drop 'export GOROOT' and its obsolete commentDmitri Shuralyov2023-03-301-1/+0
* cmd/dist: remove hardcoded timeout scale for arm and mips{,le,64,64le}Dmitri Shuralyov2023-01-201-2/+1
* run.bash, cmd/dist: document GO_TEST_SHORT and GO_TEST_TIMEOUT_SCALEDmitri Shuralyov2022-12-061-0/+9
* run: set GOENV=off when running 'go tool dist env'Bryan C. Mills2022-08-171-0/+1
* cmd/dist: move more environment logic into cmd/dist from make and run scriptsBryan C. Mills2022-04-051-5/+2
* build: set GOPATH consistently in run.bash, run.bat, run.rcRuss Cox2021-02-191-9/+1
* run.{bash,bat,rc}: use ../bin/go instead of the go binary in $PATHBryan C. Mills2020-03-271-3/+8
* cmd/dist: allow builders to control granularity of test/ directory shardingBrad Fitzpatrick2019-05-061-0/+11
* all: move internal/x to vendor/golang.org/x and revendor using 'go mod vendor'Bryan C. Mills2019-03-111-3/+2
* build: clear GO111MODULE during make.bash etcRuss Cox2018-11-161-0/+1
* cmd/go: add $GOFLAGS environment variableRuss Cox2018-08-011-0/+1
* src/run.bash: remove some trailing whitespaceZhou Peng2018-04-011-1/+1
* *.bash: always use the same string equality operatorDaniel Martí2017-03-141-3/+3
* run.bash: set GOPATH to $GOROOT/nil before running testsSean Christopherson2017-02-241-2/+10
* build: unset GOBIN during buildBrad Fitzpatrick2016-05-191-0/+1
* cmd/dist: make test default to --no-rebuildRuss Cox2015-12-291-1/+1
* build: correct quoting of args in run.bashRahul Chaudhry2015-05-091-1/+1
* build: convert run.bash, run.bat, and run.rc into a Go programBrad Fitzpatrick2015-03-031-234/+4
* build: skip cgo -pie tests on freebsd-amd64.Rahul Chaudhry2015-03-021-7/+12
* build: run cgo tests with -pie if the external linker supports it.Rahul Chaudhry2015-03-021-0/+7
* [dev.cc] cmd/go: fix expansion of 'std', add 'cmd'Russ Cox2015-02-231-2/+2
* cmd/cgo: remove obsolete -cdefs flagMatthew Dempsky2015-01-071-11/+0
* cmd/cgo, runtime/cgo: support ppc64Austin Clements2015-01-071-0/+1
* build: give freebsd longer to run testsAndrew Gerrand2014-12-231-1/+5
* build: change all.bash output to be more markdown-friendlyRuss Cox2014-12-131-7/+7
* runtime: generate windows callback list with go generateRuss Cox2014-12-051-2/+1
* [dev.cc] all: merge default (e4ab8f908aac) into dev.ccRuss Cox2014-11-201-12/+24
|\
| * build: disable race external linking test on OS X 10.6 and earlierRuss Cox2014-11-191-13/+24
| * runtime: remove assumption that noptrdata data bss noptrbss are ordered and c...Russ Cox2014-11-191-2/+3
* | [dev.cc] build: disable API check until all systems buildRuss Cox2014-11-111-2/+2
|/
* build: fix elf buildsRuss Cox2014-09-241-4/+7
* src: pass GO_GCFLAGS down to go test stdBrad Fitzpatrick2014-09-241-1/+1
* runtime: keep g->syscallsp consistent after cgo->Go callbacksHector Martin Cantero2014-09-241-0/+2
* run.bash: run misc/cgo/testgodefs/test.bashMatthew Dempsky2014-08-121-1/+6
* run.bash: disable tests that don't (yet) like running off the hostDavid Crawshaw2014-07-081-1/+14
* run.bash: run race tests on freebsdDmitriy Vyukov2014-06-201-2/+2
* build: remove goplay from run.bash and run.batAndrew Gerrand2014-06-021-5/+0
* cmd/ld: really import runtime/cgo for external linkIan Lance Taylor2014-05-201-0/+3
* build: make nacl passRuss Cox2014-05-201-3/+12
* run.bash: skip -static cgo test if -static linking isn't possible.Shenghou Ma2014-04-291-1/+6
* runtime, cmd/ld, cmd/5l, run.bash: enable external linking on FreeBSD/ARM.Shenghou Ma2014-04-211-1/+6
* run.bash: fix build on netbsd builders.Shenghou Ma2014-04-151-1/+1
* build: disable static cgo linking test on netbsdRuss Cox2014-04-151-1/+8
* cmd/ld: use TLS relocations on ELF systems in external linking modeRuss Cox2014-04-151-0/+1
* build: remove depdenency on GNU makeAndrew Gerrand2014-04-071-1/+0
* run.bash: explain why we set GOMAXPROCS for runtime testDmitriy Vyukov2014-03-061-0/+2
* build: comment possible ulimit failure in run.bashRuss Cox2014-02-241-0/+6
* cmd/gc: fix handling of append with -race.Rémy Oudompheng2014-02-191-4/+2
* build: disable race detector test in run.bat on windowsRuss Cox2014-02-151-1/+2
* cmd/gc: correct liveness for fat variablesRuss Cox2014-02-151-1/+2