summaryrefslogtreecommitdiff
path: root/src/run.bash
Commit message (Expand)AuthorAgeFilesLines
* *.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
* cgo: enable cgo on dragonflyAulus Egnatius Varialus2013-09-041-2/+3
* cmd/cgo: don't let #cgo directives mess up line numberingIan Lance Taylor2013-09-031-0/+6
* runtime.cmd/ld: Add ARM external linking and implement -shared in terms of ex...Elias Naur2013-08-141-1/+1
* runtime/race: add end-to-end testDmitriy Vyukov2013-08-121-1/+2
* cmd/api: eliminate duplicate package import workRuss Cox2013-08-091-1/+1
* build: change how cmd/api is run in run.bash and run.batBrad Fitzpatrick2013-08-071-6/+3
* build: ignore new zfiles, delete temp goplay binary in run.bashBrad Fitzpatrick2013-08-021-0/+1
* build: on OS X 10.8 and later, use clang instead of gccRuss Cox2013-08-021-1/+4
* misc/dist: don't ship cmd/apiBrad Fitzpatrick2013-08-021-3/+6
* build: remove builder from test suite (fix build)Andrew Gerrand2013-08-011-2/+2
* doc/codewalk: test source codeAndrew Gerrand2013-07-301-4/+1
* build: fix buildRuss Cox2013-07-291-2/+0