aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2010-09-15fix buildRobert Griesemer
2010-09-13gc: implement new comparison ruleRuss Cox
2010-09-13gc: bug306Russ Cox
2010-09-13arm tests: disable zerodivide.go: compilation fails.Rob Pike
2010-09-11test: Make gccgo believe that the variables can change.Ian Lance Taylor
2010-09-11gc: const nil bugRuss Cox
2010-09-10arm build: try to fix it by removing reference to deleted file syntax/slice.goRob Pike
2010-09-10test: Add test for //line (currently fails).Ian Lance Taylor
2010-09-10test: Match gccgo error messages.Ian Lance Taylor
2010-09-10test: Run garbage collector before testing malloc numbers.Ian Lance Taylor
2010-09-10test: Reduce race conditions in chan/nonblock.go.Ian Lance Taylor
2010-09-10test: Match gccgo error messages.Ian Lance Taylor
2010-09-10test: Match gccgo error messages.Ian Lance Taylor
2010-09-10test: Match gccgo error messages.Ian Lance Taylor
2010-09-09test: Match gccgo error messages.Ian Lance Taylor
2010-09-09test: Match gccgo error messages.Ian Lance Taylor
2010-09-09test: remove slice syntax testScott Lawrence
2010-09-08test: Match gccgo error messages.Ian Lance Taylor
2010-09-08test: Match gccgo error messages.Ian Lance Taylor
2010-09-08test new slicesRuss Cox
2010-09-08test: Recognize gccgo error messages.Ian Lance Taylor
2010-09-08test: Match gccgo error messages.Ian Lance Taylor
2010-09-08test: Actually run bug296.Ian Lance Taylor
2010-09-07test/garbage/parser: sync with recent parser changesRuss Cox
2010-09-04test/turing: refactorRob Pike
2010-09-04test: remove semiocolons.Rob Pike
2010-09-03solitaire: an exercise in backtracking and string conversionsRobert Griesemer
2010-09-01test: Match gccgo error messages.Ian Lance Taylor
2010-09-01test: Recognize gccgo error messages.Ian Lance Taylor
2010-09-01test: Use global variables to defeat gccgo optimizer.Ian Lance Taylor
2010-08-31test: Recognize gccgo error messages.Ian Lance Taylor
2010-08-31test: Match gccgo error messages.Ian Lance Taylor
2010-08-31test: gccgo and gc print the error on different lines.Ian Lance Taylor
2010-08-31test: Match gccgo error messages.Ian Lance Taylor
2010-08-31test: don't assign address of array to slice.Ian Lance Taylor
2010-08-30build: remove unnecessary references to GOBIN and GOROOTChristian Himpel
2010-08-24test: Add testcase which crashes gccgo.Ian Lance Taylor
2010-08-18build: no required environment variablesRuss Cox
2010-08-16test/garbage: do not try to parse package bignum, which is gone.Russ Cox
2010-08-13delete pkg/onceRob Pike
2010-08-12update the tree to use the new regexp methodsRob Pike
2010-08-116g, 8g: handle slice by sub-word-sized index (uint8, int8, uint16, int16)Russ Cox
2010-08-11gopack: handle long lines in export dataRuss Cox
2010-08-10gc: bug302Russ Cox
2010-08-06arm: bugfixes and syscallKai Backman
2010-08-06test/peano: use directly recursive type defRobert Griesemer
2010-08-03bikeshed: only output bug when we have a regressionKai Backman
2010-08-03test/run: diff old newRuss Cox
2010-08-03gc: empty selectRuss Cox
2010-08-03gc: bug301Russ Cox