summaryrefslogtreecommitdiff
path: root/src/cmd/gotest
AgeCommit message (Expand)AuthorFilesLines
2011-02-14Imported Upstream version 2011-02-01.1upstream/2011-02-01.1Ondřej Surý1-6/+0
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý3-40/+216
2010-06-16cmd/gotest: Delete temporary _testmain.go files.Nigel Tao1-1/+1
2010-06-12gopack: add S flag to force marking a package as safeRuss Cox1-2/+2
2010-04-22runtime: closures, defer bug fix for Native ClientRuss Cox1-5/+1
2010-04-15synchronize ARM runner environment variable with run-armKai Backman1-1/+1
2010-04-07gotest: update URL printed by failure message.Rob Pike1-1/+1
2010-02-28gotest: set $AS to $GOBIN/$ASAndrew Gerrand1-0/+1
2010-01-28two minor build fixesRuss Cox1-7/+7
2010-01-26gotest still assumes that gopack is in your PATHIcarus Sparry1-1/+1
2010-01-22eliminate the package global name space assumption in object filesRuss Cox1-2/+23
2010-01-19cleanup toward eliminating package global name spaceRuss Cox1-3/+3
2009-12-11Remove GOBIN in PATH dependency; don't assume cwd is $GOROOT/srcDevon H. O'Dell1-8/+10
2009-12-04gotest: stop if the // gotest commands failRuss Cox1-1/+1
2009-12-04gotest: ignore *_test.pb.goRuss Cox1-1/+1
2009-11-23go: makes it build for the case $GOROOT has whitespacesSergio Luis O. B. Correia2-3/+3
2009-11-19Adds benchmark support to gotest.Trevor Strohman2-4/+23
2009-11-15gotest: show the test file pattern in "no test files" errorRuss Cox1-1/+1
2009-11-14Build changes to support work on the BSDs.Devon H. O'Dell1-4/+4
2009-11-12produce helpful error when gotest doesn't find a MakefileRob Pike1-2/+7
2009-11-11gotest: add LC_ALL=CRuss Cox1-0/+1
2009-11-10gotest: avoid problems with grepping for ·Russ Cox1-0/+5
2009-11-09tweak documentation of commandsRuss Cox1-1/+1
2009-11-05 make 5g executables run on android/arm hardware. change OABIKai Backman1-1/+1
2009-11-03document gotestRob Pike1-0/+49
2009-10-25 make 5l ignore multiple defs, remove use of multipleKai Backman1-1/+7
2009-10-07do not import testing twice when testing testing.Russ Cox1-1/+3
2009-09-22nacl - run tests under emulator.Russ Cox1-1/+7
2009-09-17unused importsRuss Cox1-15/+17
2009-08-21Implement line-to-PC mapping. Add unit tests forAustin Clements1-1/+1
2009-08-12fix linux build for whole package compilationRob Pike1-2/+7
2009-08-12new included Make.pkg for handwritten package makefiles.Russ Cox1-33/+42
2009-07-28Support use of $GOBINDIR to override $HOME/binPhil Pennock1-2/+2
2009-06-05restructure makefiles, scripts to factor out O= logic.Russ Cox1-9/+11
2009-06-02386 library updatesRuss Cox1-3/+9
2009-04-30change 6l library directory flag to -L,Russ Cox1-1/+1
2009-04-17add -P pkgdir option to 6l to have it look first in pkgdir for a package.Rob Pike1-0/+1
2009-04-17Step 1 of the Big Error Shift: make os.Error an interface and replace *os.Err...Rob Pike1-0/+1
2009-03-31Bail out of gotest immediately if compiling fails.David Symonds1-2/+2
2009-03-03Automated g4 rollback of changelist 25024,Russ Cox1-3/+3
2009-02-13convert composite literals from { } to ( ).Russ Cox1-3/+3
2009-01-30update go code tree to new func rules.Russ Cox1-3/+3
2009-01-22use $GC, $GL in gotest, to match gccgo's gotest.Russ Cox1-6/+18
2009-01-22let test sources specify commands to runRuss Cox1-0/+5
2008-12-19change *map to map; *chan to chan; new(T) to new(*T)Russ Cox1-1/+1
2008-12-18convert *[] to [].Russ Cox1-2/+2
2008-11-25gotest: change pattern to Test([^a-z].*)?Russ Cox1-5/+14
2008-11-24convert tests.Russ Cox1-1/+4
2008-11-20run tests in file order, not alphabeticalRob Pike1-1/+1
2008-11-19change naming convention for tests fromRob Pike1-1/+1