summaryrefslogtreecommitdiff
path: root/src/run.bash
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* build: catch API changes during buildBrad Fitzpatrick2012-03-171-2/+6
* cmd/dist, cmd/go: move CGO_ENABLED from 'go tool dist env' to 'go env'Shenghou Ma2012-03-101-1/+1
* misc/cgo: re-enable testsoFrancisco Souza2012-03-081-2/+0
* doc: fix freebsd buildShenghou Ma2012-03-081-1/+1
* build: re-enable some broken tests in run.bashShenghou Ma2012-03-081-20/+9
* undo CL 5754063 / e23b66fcfc94Russ Cox2012-03-071-1/+4
* misc/cgo: re-enable testsoFrancisco Souza2012-03-071-4/+1
* misc/cgo: re-enable some testsRuss Cox2012-03-061-8/+2
* build: use run.go for running testsRuss Cox2012-03-051-1/+1
* runtime: wait for main goroutine before setting GOMAXPROCS.R?my Oudompheng2012-03-051-2/+2
* doc/progs: update for go 1Rob Pike2012-03-051-1/+0
* cmd/dist: cross-compiling fixesRuss Cox2012-02-131-1/+1
* build: use cmd/distRuss Cox2012-02-041-27/+14
* build: crash if test runs foreverAlex Brainman2012-02-031-3/+3
* build: remove Make.pkg, Make.toolRuss Cox2012-01-301-56/+36
* run.bash: s/make/gomakeRob Pike2012-01-301-1/+1
* go: move compilers into the go-tool directoryRob Pike2012-01-301-2/+2
* misc/cgo/test: make tests run on windowsAlex Brainman2012-01-201-1/+0
* cmd/go: add -v flag to build and installRuss Cox2012-01-091-1/+1
* cmd/go: many improvementsRuss Cox2011-12-211-2/+2
* build: rewrite to use bash time builtinRuss Cox2011-12-211-2/+2
* build: fix the build with USE_GO_TOOL=falseBrad Fitzpatrick2011-12-201-1/+1
* build: use go command during buildRuss Cox2011-12-201-11/+41
* test/bench/go1: first draft of Go 1 benchmark suiteRuss Cox2011-12-151-0/+4
* test/bench: move to test/bench/shootoutRuss Cox2011-12-131-1/+1