aboutsummaryrefslogtreecommitdiff
path: root/src/run.bash
AgeCommit message (Expand)Author
3 daysrun.bash: rm bumping open files soft limitKir Kolyshkin
2023-03-30run.bash: drop 'export GOROOT' and its obsolete commentDmitri Shuralyov
2023-01-20cmd/dist: remove hardcoded timeout scale for arm and mips{,le,64,64le}Dmitri Shuralyov
2022-12-06run.bash, cmd/dist: document GO_TEST_SHORT and GO_TEST_TIMEOUT_SCALEDmitri Shuralyov
2022-08-17run: set GOENV=off when running 'go tool dist env'Bryan C. Mills
2022-04-05cmd/dist: move more environment logic into cmd/dist from make and run scriptsBryan C. Mills
2021-02-19build: set GOPATH consistently in run.bash, run.bat, run.rcRuss Cox
2020-03-27run.{bash,bat,rc}: use ../bin/go instead of the go binary in $PATHBryan C. Mills
2019-05-06cmd/dist: allow builders to control granularity of test/ directory shardingBrad Fitzpatrick
2019-03-11all: move internal/x to vendor/golang.org/x and revendor using 'go mod vendor'Bryan C. Mills
2018-11-16build: clear GO111MODULE during make.bash etcRuss Cox
2018-08-01cmd/go: add $GOFLAGS environment variableRuss Cox
2018-04-01src/run.bash: remove some trailing whitespaceZhou Peng
2017-03-14*.bash: always use the same string equality operatorDaniel Martí
2017-02-24run.bash: set GOPATH to $GOROOT/nil before running testsSean Christopherson
2016-05-19build: unset GOBIN during buildBrad Fitzpatrick
2015-12-29cmd/dist: make test default to --no-rebuildRuss Cox
2015-05-09build: correct quoting of args in run.bashRahul Chaudhry
2015-03-03build: convert run.bash, run.bat, and run.rc into a Go programBrad Fitzpatrick
2015-03-02build: skip cgo -pie tests on freebsd-amd64.Rahul Chaudhry
2015-03-02build: run cgo tests with -pie if the external linker supports it.Rahul Chaudhry
2015-02-23[dev.cc] cmd/go: fix expansion of 'std', add 'cmd'Russ Cox
2015-01-07cmd/cgo: remove obsolete -cdefs flagMatthew Dempsky
2015-01-07cmd/cgo, runtime/cgo: support ppc64Austin Clements
2014-12-23build: give freebsd longer to run testsAndrew Gerrand
2014-12-13build: change all.bash output to be more markdown-friendlyRuss Cox
2014-12-05runtime: generate windows callback list with go generateRuss Cox
2014-11-20[dev.cc] all: merge default (e4ab8f908aac) into dev.ccRuss Cox
2014-11-19build: disable race external linking test on OS X 10.6 and earlierRuss Cox
2014-11-19runtime: remove assumption that noptrdata data bss noptrbss are ordered and c...Russ Cox
2014-11-11[dev.cc] build: disable API check until all systems buildRuss Cox
2014-09-24build: fix elf buildsRuss Cox
2014-09-24src: pass GO_GCFLAGS down to go test stdBrad Fitzpatrick
2014-09-24runtime: keep g->syscallsp consistent after cgo->Go callbacksHector Martin Cantero
2014-08-12run.bash: run misc/cgo/testgodefs/test.bashMatthew Dempsky
2014-07-08run.bash: disable tests that don't (yet) like running off the hostDavid Crawshaw
2014-06-20run.bash: run race tests on freebsdDmitriy Vyukov
2014-06-02build: remove goplay from run.bash and run.batAndrew Gerrand
2014-05-20cmd/ld: really import runtime/cgo for external linkIan Lance Taylor
2014-05-20build: make nacl passRuss Cox
2014-04-29run.bash: skip -static cgo test if -static linking isn't possible.Shenghou Ma
2014-04-21runtime, cmd/ld, cmd/5l, run.bash: enable external linking on FreeBSD/ARM.Shenghou Ma
2014-04-15run.bash: fix build on netbsd builders.Shenghou Ma
2014-04-15build: disable static cgo linking test on netbsdRuss Cox
2014-04-15cmd/ld: use TLS relocations on ELF systems in external linking modeRuss Cox
2014-04-07build: remove depdenency on GNU makeAndrew Gerrand
2014-03-06run.bash: explain why we set GOMAXPROCS for runtime testDmitriy Vyukov
2014-02-24build: comment possible ulimit failure in run.bashRuss Cox
2014-02-19cmd/gc: fix handling of append with -race.Rémy Oudompheng
2014-02-15build: disable race detector test in run.bat on windowsRuss Cox