summaryrefslogtreecommitdiff
path: root/test/run
Commit message (Expand)AuthorAgeFilesLines
* test/run: add /usr/pkg/bin to PATH.Shenghou Ma2014-03-031-1/+1
* test: minor fixes in run and testlibRuss Cox2012-09-241-0/+2
* test: use testlib in a few more cases (part 2)Shenghou Ma2012-04-201-1/+1
* cmd/gc: if $GOROOT_FINAL is set, rewrite file names in object filesRuss Cox2012-03-051-0/+2
* test/run: honor $TMPDIRShenghou Ma2012-02-181-3/+3
* test: add testlibRuss Cox2012-02-161-1/+2
* cmd/dist: cross-compiling fixesRuss Cox2012-02-131-2/+2
* cmd/gc: suspend safemode during typecheck of inlined bodies.Luuk van Dijk2012-02-101-1/+1
* build: use cmd/distRuss Cox2012-02-041-2/+2
* build: rename $GOROOT/bin/go-tool to $GOROOT/bin/tool.Russ Cox2012-02-021-3/+3
* build: remove Make.pkg, Make.toolRuss Cox2012-01-301-1/+1
* go: move compilers into the go-tool directoryRob Pike2012-01-301-0/+3
* build: pass $GCFLAGS to compilerRuss Cox2011-10-181-1/+1
* test: merge nilptr/* into one testRuss Cox2011-09-261-1/+1
* ld: grow dwarf includestack on demand.Luuk van Dijk2011-09-091-1/+1
* test: put GOROOT/bin before all others in runLuuk van Dijk2011-08-241-1/+1
* build: handle spaces in $USERRuss Cox2011-07-281-12/+12
* nacl, tiny: remove vestigesRobert Hencke2011-06-211-6/+0
* build: tidy intermediate files during buildRuss Cox2011-04-131-0/+1
* test/run: clear $E in case it's already set in environment.Rob Pike2011-03-251-0/+2
* runtime: new allocation strategy for amd64Russ Cox2011-02-091-3/+1
* runtime: simpler heap map, memory allocationRuss Cox2011-01-281-1/+3
* arm: enable all testsRuss Cox2010-10-251-10/+0
* build: make all.bash run on Ubuntu ARMRuss Cox2010-09-221-4/+24
* build: fixes for native arm buildRuss Cox2010-09-211-1/+1
* test: fix NaCl buildRuss Cox2010-09-191-1/+2
* build: remove unnecessary references to GOBIN and GOROOTChristian Himpel2010-08-301-3/+2
* build: no required environment variablesRuss Cox2010-08-181-1/+3
* gopack: handle long lines in export dataRuss Cox2010-08-111-1/+1
* bikeshed: only output bug when we have a regressionKai Backman2010-08-031-0/+4
* test/run: diff old newRuss Cox2010-08-031-1/+1
* test: fail is for bad exit status onlyRuss Cox2010-07-221-1/+0
* more soft float support. passes several basic testsKai Backman2010-07-201-0/+8
* runtime: closures, defer bug fix for Native ClientRuss Cox2010-04-221-1/+1
* synchronize ARM runner environment variable with run-armKai Backman2010-04-151-1/+1
* runtime: various arm fixesRuss Cox2010-04-051-0/+1
* arm: fix build on androidRuss Cox2010-02-101-4/+4
* gc: improved syntax errorsRuss Cox2010-01-261-1/+1
* Make tests run on systems missing time utilitySergey 'SnakE' Gromov2009-11-301-1/+1
* Build changes to support work on the BSDs.Devon H. O'Dell2009-11-141-1/+1
* test/run: use bash, not sh.Russ Cox2009-11-131-2/+2
* test/run: unset GREP_OPTIONSweekly.2009-11-12Russ Cox2009-11-121-0/+1
* drop output from nilptr tests;Russ Cox2009-11-091-0/+3
* make 5g executables run on android/arm hardware. change OABIKai Backman2009-11-051-1/+1
* Set LANG to control sorting. This affects the order in whichIan Lance Taylor2009-11-021-0/+1
* address bug193 and add note to spec about it.Russ Cox2009-10-201-2/+3
* bug162, over and overRuss Cox2009-10-201-1/+1
* write stack traces and panics to stderrRob Pike2009-10-131-7/+4
* time tests; sort -nr times.out | sed 10q is illuminating.Russ Cox2009-10-091-3/+5
* nacl - run tests under emulator.Russ Cox2009-09-221-1/+10