summaryrefslogtreecommitdiff
path: root/test/run
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix buildRuss Cox2009-09-181-1/+1
* added emulator support for arm.Kai Backman2009-09-181-4/+7
* fix a couple of scriptsRob Pike2009-08-171-2/+1
* fix up some irregular indentationRob Pike2009-08-171-1/+2
* another test error tweakRuss Cox2009-07-291-1/+3
* tweak final line of test output:Russ Cox2009-07-291-2/+7
* Support use of $GOBINDIR to override $HOME/binPhil Pennock2009-07-281-1/+1
* do use $$ in path names, so that multipleRuss Cox2009-06-171-4/+3
* fix 386 malloc tests,Russ Cox2009-06-051-0/+1
* new 64-bit math test.Russ Cox2009-05-311-3/+8
* add test for yesterday's interface rule change (interface/convert1.go).Russ Cox2009-05-211-1/+1
* update golden.out.Russ Cox2008-11-171-1/+4
* Remove useless "Trace/breakpoint trap" lines using the formatIan Lance Taylor2008-11-111-1/+2
* test cleanupRuss Cox2008-09-221-0/+4
* Check for specific error messages in the testsuite. ThisIan Lance Taylor2008-09-191-0/+2
* limit tests to 4GB of memory.Russ Cox2008-09-081-0/+4
* in golden.out, replace $RUNFILE with '$RUNFILE'Russ Cox2008-09-021-1/+3
* fix a couple of tests that had shell errorsRob Pike2008-08-081-6/+20