summaryrefslogtreecommitdiff
path: root/src/run.bash
Commit message (Expand)AuthorAgeFilesLines
* 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
* build: skip benchmarks on OpenBSDRuss Cox2013-03-151-0/+3
* cmd/ld, runtime/cgo: allow a symbol to be both cgo_export and cgo_import.Shenghou Ma2013-03-111-1/+0
* build: enable host linking test for all BSDsRuss Cox2013-03-111-1/+1
* cmd/ld: darwin support for host linkingRuss Cox2013-03-111-0/+4
* runtime/cgo: fix arm build, re-enable testRuss Cox2013-03-011-1/+0
* build: skip cgo test on armRuss Cox2013-03-011-0/+1
* build: disable cgo test on openbsdRuss Cox2013-03-011-0/+1
* cmd/cgo, cmd/dist, cmd/go: cgo with clang fixesShenghou Ma2013-02-231-4/+2
* build: clang supportRuss Cox2013-02-151-2/+6
* run.bash: fix linux/arm buildDave Cheney2012-11-151-1/+2
* run.{bash,bat,rc}: unset GOMAXPROCS before ../testDave Cheney2012-11-151-1/+1
* build: do not run race tests with cgo disabledRuss Cox2012-11-011-2/+2
* run.bash: add sanity test for race detectorDmitriy Vyukov2012-11-011-0/+8
* cmd/api: add exception fileRob Pike2012-10-041-1/+1
* run.bash: fix a typo (fix build)Shenghou Ma2012-09-171-1/+1
* run.bash: set appropriate ulimitsShenghou Ma2012-09-171-0/+6
* misc/cgo/{life,stdio}, test/run.go: use test/run.go to do the cgo testsShenghou Ma2012-08-071-2/+2
* build: revert 61d1d72136f7 (add few tests with GOMAXPROCS=32)Dmitriy Vyukov2012-07-141-5/+0
* build: add few tests with GOMAXPROCS=32 to run.bashDmitriy Vyukov2012-07-141-0/+5
* cmd/api: add api/next.txtBrad Fitzpatrick2012-05-221-1/+1
* build: unset GOROOT_FINAL before testsShenghou Ma2012-04-041-0/+5
* run.bash: set -e in new codewalk blockRob Pike2012-03-261-0/+1
* run.bash: compile the codewalksRob Pike2012-03-261-0/+7
* build: lengthen timeout for the lengthy runtime testShenghou Ma2012-03-211-1/+1
* build: unset GOPATH before testsShenghou Ma2012-03-211-0/+2