summaryrefslogtreecommitdiff
path: root/src/run.bash
Commit message (Expand)AuthorAgeFilesLines
* 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-2/+2
|\
| * [dev.cc] build: disable API check until all systems buildRuss Cox2014-11-111-2/+2
* | 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
|/
* 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
* build: break buildsRuss Cox2013-07-291-0/+2
* cmd/cgo: Fix issue with cgo cdefsKevin Klues2013-07-241-0/+5
* run.bash: enlarge timeout of runtime testsShenghou Ma2013-07-131-1/+1
* run.bash: actually stop on cgo failuresRuss Cox2013-07-111-22/+38
* run.bash: raise ulimit for the number of threads.Benny Siegert2013-06-171-0/+5
* runtime: more flexible heap memory mapping on 64-bitsDmitriy Vyukov2013-06-121-0/+6
* cmd/go: fix LDFLAGS handling, enable misc/cgo/testso on DarwinShenghou Ma2013-05-221-1/+0
* api: add go1.1.txt; update cmd/api to use itBrad Fitzpatrick2013-05-061-1/+1
* cmd/dist, cmd/ld: GO_EXTLINK_ENABLED=0 defaults to -linkmode=internalIan Lance Taylor2013-03-291-1/+9
* cmd/ld: emit TLS relocations during external linkingIan Lance Taylor2013-03-271-1/+7
* build, cmd/5l: actually report failures for -linkmode testsShenghou Ma2013-03-251-0/+1
* build: increase timeout for ARMShenghou Ma2013-03-241-3/+7
* cmd/ld: replace -hostobj with -linkmodeRuss Cox2013-03-191-2/+3