aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
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
2010-08-03gc: bug299, bug300Russ Cox
2010-08-03gc: index bounds tests and fixesRuss Cox
2010-07-30arm: disable another flaky test.Kai Backman
2010-07-30fix buildKai Backman
2010-07-30arm: bugfixes (stack clobbering, indices)Kai Backman
2010-07-29bug300: literal types must not be parenthesizedRobert Griesemer
2010-07-29go_spec: don't allow parens around the literal type of composite literalsRobert Griesemer
2010-07-29bug299: parenthesized receiver types/anonymous fields are illegalRobert Griesemer
2010-07-28test/sigchld.go: use syscall.Kill instead of a combinationVinu Rajashekhar
2010-07-28arm: fix build (dodgy floats)Kai Backman
2010-07-28arm: minor bugfixes.Kai Backman
2010-07-26gc: more crash avoidanceRuss Cox
2010-07-26gc: fix smaller-than-pointer-sized receivers in interfacesRuss Cox
2010-07-26gc: import dot shadowing bugRuss Cox
2010-07-22test: fail is for bad exit status onlyRuss Cox
2010-07-21arm: fic build3, disable flaky 64 bit testKai Backman
2010-07-21arm: fix build2, tweak test/nul1.go arm exclusionKai Backman
2010-07-21arm: fix build by disabling list copying optimization for 5g.Kai Backman
2010-07-20fix buildKai Backman
2010-07-20more soft float support. passes several basic testsKai Backman
2010-07-15gc: bug294Russ Cox
2010-07-15gc: bug293Russ Cox
2010-07-15gc: bug292Russ Cox
2010-07-15gc: bug291Russ Cox
2010-07-15gc: bug274Russ Cox
2010-07-15gc: fix handling of types inside function bodiesRuss Cox
2010-07-14channel tests: added a couple of tests with closed channelsRobert Griesemer
2010-07-14select statement: initial set of test cases for corner casesRobert Griesemer
2010-07-12fix buildRobert Griesemer
2010-07-12test/fixedbugs/bug243.go: instead of closing stdout,Vinu Rajashekhar
2010-07-12Test case that gccgo fails (crashes rather than printing error).Ian Lance Taylor
2010-07-01gc: implement new len spec, range bug fix, optimizationRuss Cox
2010-06-30test: override gcc bug when preparing complex divide tablesRuss Cox
2010-06-308g: out of register bug fixRuss Cox
2010-06-23gc: fix crash for nested complex divisionRuss Cox
2010-06-21test: another listen on ":0" -> "127.0.0.1:0"Russ Cox
2010-06-21reflect: add Type.Bits method, add tags to prohibit conversionsRuss Cox
2010-06-20undo changes accidentally included in 09c5add99d50Russ Cox
2010-06-20errchk: fix build - allow matches in multiline error messagesRuss Cox
2010-06-20gc: better error messages for interface failures, conversionsRuss Cox
2010-06-18test: add missing import for zerodivideChristopher Wedgwood