aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/go.test
AgeCommit message (Expand)Author
2014-07-04Normalize interface for all *-dg-runtest.Thomas Schwinge
2014-06-06libgo: Merge to master revision 19184.Ian Lance Taylor
2014-04-30 * go.test/go-test.exp (go-gc-tests): For rundir, pass extra filesIan Lance Taylor
2014-01-152014-01-15 Matthias Klose <doko@ubuntu.com>Matthias Klose
2014-01-09 * go.test/go-test.exp (go-gc-tests): Skip nilptr tests that testIan Lance Taylor
2014-01-09 * go.test/go-test.exp (go-gc-tests): Don't run peano.go on systemsUros Bizjak
2014-01-02Update copyright years in gcc/Richard Sandiford
2013-12-13Update to copy of current master Go testsuite.Ian Lance Taylor
2013-12-12compiler: Don't compare structs with blank non-comparable fields.Ian Lance Taylor
2013-10-24 * go.test/go-test.exp (errchk): Combine quoted strings inIan Lance Taylor
2013-10-14Update Go testsuite to a copy of the Go 1.1.2 testsuite.Ian Lance Taylor
2013-08-07compiler: Fix "missing return" error for case T1, T2 in type switches.Ian Lance Taylor
2013-06-26compiler: reject integer division by zero constant.Ian Lance Taylor
2013-06-25Update shift1.go test for recent changes.Ian Lance Taylor
2013-01-10Update copyright years in gcc/Richard Sandiford
2012-12-13compiler: Accept trailing comma after varargs parameter.Ian Lance Taylor
2012-12-12runtime: Delete from a nil map is now a no-op.Ian Lance Taylor
2012-12-05compiler: Check for negative or inverted arguments to make.Ian Lance Taylor
2012-11-09 * go.test/go-test.exp (go-gc-tests): Handle runoutput test typeIan Lance Taylor
2012-11-06Update index.go from master testsuite.Ian Lance Taylor
2012-10-23libgo: Update to current sources.Ian Lance Taylor
2012-09-29Update to current version of Go testsuite.Ian Lance Taylor
2012-08-23compiler: Comparisons return untyped boolean value.Ian Lance Taylor
2012-04-20 * go.test/go-test.exp (go-set-goarch): Recognize powerpc*-*-*.Ian Lance Taylor
2012-03-02libgo: Update to weekly.2012-02-22 release.Ian Lance Taylor
2012-03-02libgo: Update to weekly.2012-02-14 release.Ian Lance Taylor
2012-02-14 PR go/48501Ian Lance Taylor
2012-02-12 PR go/51874Ian Lance Taylor
2012-02-09 * go.test/go-test.exp (go-gc-tests): Don't run stack.go on systemsIan Lance Taylor
2012-02-09libgo: Update to weekly.2012-02-07.Ian Lance Taylor
2012-02-09 * go.test/go-test.exp (go-gc-tests): Don't run chan/select2.go onIan Lance Taylor
2012-02-01 * go.test/go-test.exp (go-gc-tests): xfail test/nilptr.go runtimeUros Bizjak
2012-01-30 PR go/48501Uros Bizjak
2012-01-25Remove a couple of object files committed by accident.Ian Lance Taylor
2012-01-25 * go.test/go-test.exp (go-gc-tests): Handle a few more testIan Lance Taylor
2012-01-25Update to current Go testsuite.Ian Lance Taylor
2012-01-24compiler: Do not allow slice of array literal.Ian Lance Taylor
2012-01-23compiler: Give an error if a variable is defined but not used.Ian Lance Taylor
2012-01-21compiler: Change alias handling, change rune alias to int32.Ian Lance Taylor
2012-01-20compiler: Handle recursive interfaces.Ian Lance Taylor
2012-01-20 * go.test/go-test.exp (go-gc-tests): Pass correctly formattedUros Bizjak
2012-01-18 PR go/50656Ian Lance Taylor
2012-01-13libgo: Update to weekly.2011-12-22.Ian Lance Taylor
2012-01-06compiler, runtime: Implement struct and array comparisons.Ian Lance Taylor
2011-12-28compiler: Prohibit comparisons of funcs, maps, and slices to non-nil.Ian Lance Taylor
2011-12-14libgo: Update to weekly.2011-12-06.Ian Lance Taylor
2011-12-13libgo: Update to weekly.2011-12-02.Ian Lance Taylor
2011-12-13compiler: Permit converting between string and named []byte/[]rune.Ian Lance Taylor
2011-12-08compiler: Don't check for hidden fields on struct assignments.Ian Lance Taylor
2011-12-07libgo: Update to weekly 2011-11-09.Ian Lance Taylor