aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2012-03-08test: skip . files in directoryRuss Cox
2012-03-07cmd/gc: implement len(array) / cap(array) ruleRuss Cox
2012-03-08build: re-enable some broken tests in run.bashShenghou Ma
2012-03-07test: enable method expression tests in ddd.goIan Lance Taylor
2012-03-07test: fix testlib to not pass an empty argument to 6gIan Lance Taylor
2012-03-07test: add inherited interface test to ddd.goIan Lance Taylor
2012-03-07test: fix typoRuss Cox
2012-03-07cmd/gc: unnamed struct types can have methodsRuss Cox
2012-03-07test/run: fix buildersRuss Cox
2012-03-07cmd/gc: do not confuse unexported methods of same nameRuss Cox
2012-03-07test: invoke go command in run.goRuss Cox
2012-03-07test/run: use all available cores on ARM systemShenghou Ma
2012-03-07all: remove some references to Make.inc etc.Rob Pike
2012-03-05build: use run.go for running testsRuss Cox
2012-03-05test: match gccgo error messages for bug388.goIan Lance Taylor
2012-03-05cmd/gc: if $GOROOT_FINAL is set, rewrite file names in object filesRuss Cox
2012-03-06test/run.go: fix buildShenghou Ma
2012-03-05cmd/gc: must not inline panic, recoverRuss Cox
2012-03-01test: add test of calling recover in a varargs functionIan Lance Taylor
2012-02-29test: add bug426.go: a gccgo crash on valid codeIan Lance Taylor
2012-02-29test: add a couple of cases to const1.go that crashed gccgoIan Lance Taylor
2012-02-29gc: fix string comparisons for new bool rulesAnthony Martin
2012-02-29gc: disallow absolute import pathsRuss Cox
2012-02-27test: bug424: wrong embedded method calledRobert Griesemer
2012-02-25go/test/chan1.go: fix typoRob Pike
2012-02-24gc: reject import paths containing special charactersAnthony Martin
2012-02-24test/bench/shootout: update post-MakefileRob Pike
2012-02-24test: document ken/*.goRob Pike
2012-02-23gc: fix escape analysis + inlining + closure bugRuss Cox
2012-02-24test: fix the fix of the rename tests.Rob Pike
2012-02-24test: add cmpout to testlibBrad Fitzpatrick
2012-02-24test: add temporary show_skips flag.Brad Fitzpatrick
2012-02-24test/[n-z]*.go: add documentationRob Pike
2012-02-24test/[n-r]*.go: add documentationRob Pike
2012-02-23test: commentary for [h-m]*.goRob Pike
2012-02-22gc: new, less strict bool rulesRuss Cox
2012-02-21gc: return of ideal boolRuss Cox
2012-02-22test: use testlib in a few more cases.Rémy Oudompheng
2012-02-21test: fix bug423.go to actually fail with older releases.Rémy Oudompheng
2012-02-21test: fix broken testRob Pike
2012-02-21cmd/gc: don't believe that variables mentioned 256 times are unused.Rémy Oudompheng
2012-02-21test: rewrite test/run shell script + errchk (perl) in GoBrad Fitzpatrick
2012-02-20test/initsyscall.go: deleteRob Pike
2012-02-20test/initcomma.go: restore what it's supposed to be testingRob Pike
2012-02-20test/hashmap.go: deleteRob Pike
2012-02-19test/chan: document testsRob Pike
2012-02-19test/interface: document testsRob Pike
2012-02-18os: remove GetenverrorBrad Fitzpatrick
2012-02-19gc: fix error for floating-point constant %Russ Cox
2012-02-19runtime: APIRuss Cox