aboutsummaryrefslogtreecommitdiff
path: root/src/run.bash
AgeCommit message (Expand)Author
2013-08-07build: change how cmd/api is run in run.bash and run.batBrad Fitzpatrick
2013-08-02build: ignore new zfiles, delete temp goplay binary in run.bashBrad Fitzpatrick
2013-08-02build: on OS X 10.8 and later, use clang instead of gccRuss Cox
2013-08-02misc/dist: don't ship cmd/apiBrad Fitzpatrick
2013-08-01build: remove builder from test suite (fix build)Andrew Gerrand
2013-07-30doc/codewalk: test source codeAndrew Gerrand
2013-07-29build: fix buildRuss Cox
2013-07-29build: break buildsRuss Cox
2013-07-24cmd/cgo: Fix issue with cgo cdefsKevin Klues
2013-07-13run.bash: enlarge timeout of runtime testsShenghou Ma
2013-07-11run.bash: actually stop on cgo failuresRuss Cox
2013-06-17run.bash: raise ulimit for the number of threads.Benny Siegert
2013-06-12runtime: more flexible heap memory mapping on 64-bitsDmitriy Vyukov
2013-05-22cmd/go: fix LDFLAGS handling, enable misc/cgo/testso on DarwinShenghou Ma
2013-05-06api: add go1.1.txt; update cmd/api to use itBrad Fitzpatrick
2013-03-29cmd/dist, cmd/ld: GO_EXTLINK_ENABLED=0 defaults to -linkmode=internalIan Lance Taylor
2013-03-27cmd/ld: emit TLS relocations during external linkingIan Lance Taylor
2013-03-25build, cmd/5l: actually report failures for -linkmode testsShenghou Ma
2013-03-24build: increase timeout for ARMShenghou Ma
2013-03-19cmd/ld: replace -hostobj with -linkmodeRuss Cox
2013-03-15build: skip benchmarks on OpenBSDRuss Cox
2013-03-11cmd/ld, runtime/cgo: allow a symbol to be both cgo_export and cgo_import.Shenghou Ma
2013-03-11build: enable host linking test for all BSDsRuss Cox
2013-03-11cmd/ld: darwin support for host linkingRuss Cox
2013-03-01runtime/cgo: fix arm build, re-enable testRuss Cox
2013-03-01build: skip cgo test on armRuss Cox
2013-03-01build: disable cgo test on openbsdRuss Cox
2013-02-23cmd/cgo, cmd/dist, cmd/go: cgo with clang fixesShenghou Ma
2013-02-15build: clang supportRuss Cox
2012-11-15run.bash: fix linux/arm buildDave Cheney
2012-11-15run.{bash,bat,rc}: unset GOMAXPROCS before ../testDave Cheney
2012-11-01build: do not run race tests with cgo disabledRuss Cox
2012-11-01run.bash: add sanity test for race detectorDmitriy Vyukov
2012-10-04cmd/api: add exception fileRob Pike
2012-09-17run.bash: fix a typo (fix build)Shenghou Ma
2012-09-17run.bash: set appropriate ulimitsShenghou Ma
2012-08-07misc/cgo/{life,stdio}, test/run.go: use test/run.go to do the cgo testsShenghou Ma
2012-07-14build: revert 61d1d72136f7 (add few tests with GOMAXPROCS=32)Dmitriy Vyukov
2012-07-14build: add few tests with GOMAXPROCS=32 to run.bashDmitriy Vyukov
2012-05-22cmd/api: add api/next.txtBrad Fitzpatrick
2012-04-04build: unset GOROOT_FINAL before testsShenghou Ma
2012-03-26run.bash: set -e in new codewalk blockRob Pike
2012-03-26run.bash: compile the codewalksRob Pike
2012-03-21build: lengthen timeout for the lengthy runtime testShenghou Ma
2012-03-21build: unset GOPATH before testsShenghou Ma
2012-03-17build: catch API changes during buildBrad Fitzpatrick
2012-03-10cmd/dist, cmd/go: move CGO_ENABLED from 'go tool dist env' to 'go env'Shenghou Ma
2012-03-08misc/cgo: re-enable testsoFrancisco Souza
2012-03-08doc: fix freebsd buildShenghou Ma
2012-03-08build: re-enable some broken tests in run.bashShenghou Ma