Update Go testsuite to a copy of the Go 1.1.2 testsuite.
authorIan Lance Taylor <iant@google.com>
Mon, 14 Oct 2013 21:24:30 +0000 (21:24 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Mon, 14 Oct 2013 21:24:30 +0000 (21:24 +0000)
commitbe66a22638ada47b4fdf0b42be1d44e6cd4fe104
tree0f1d684281329220c1b3c6ca3b5d34b13d5ed1b3
parent8088e1beb276a0ba33ba2bf499899450d86e9f03
Update Go testsuite to a copy of the Go 1.1.2 testsuite.

* go.test/go-test.exp (go-find-packages): New proc.
(go-gc-tests): Skip stress and safe tests.  Skip *.dir
subdirectories.  Do simple +build line matching.  Handle run with
arguments.  Handle errorcheckdir and rundircmpout.  Use packages
for rundir.  Remove special handling for bug191 and dwarf.

From-SVN: r203578
352 files changed:
gcc/testsuite/ChangeLog
gcc/testsuite/go.test/go-test.exp
gcc/testsuite/go.test/test/alias1.go
gcc/testsuite/go.test/test/args.go
gcc/testsuite/go.test/test/bench/garbage/parser.go
gcc/testsuite/go.test/test/bench/go1/fmt_test.go [new file with mode: 0644]
gcc/testsuite/go.test/test/bench/go1/http_test.go [new file with mode: 0644]
gcc/testsuite/go.test/test/bench/go1/json_test.go
gcc/testsuite/go.test/test/bench/go1/jsondata_test.go
gcc/testsuite/go.test/test/bench/go1/parser_test.go
gcc/testsuite/go.test/test/bench/go1/regexp_test.go [new file with mode: 0644]
gcc/testsuite/go.test/test/bench/go1/time_test.go [new file with mode: 0644]
gcc/testsuite/go.test/test/bench/shootout/timing.sh
gcc/testsuite/go.test/test/bigalg.go
gcc/testsuite/go.test/test/blank.go
gcc/testsuite/go.test/test/blank1.go
gcc/testsuite/go.test/test/bugs/bug434.dir/one.go [deleted file]
gcc/testsuite/go.test/test/bugs/bug434.dir/two.go [deleted file]
gcc/testsuite/go.test/test/bugs/bug434.go [deleted file]
gcc/testsuite/go.test/test/chan/select2.go
gcc/testsuite/go.test/test/cmp.go
gcc/testsuite/go.test/test/cmplx.go
gcc/testsuite/go.test/test/cmplxdivide.go
gcc/testsuite/go.test/test/const.go
gcc/testsuite/go.test/test/const1.go
gcc/testsuite/go.test/test/const4.go
gcc/testsuite/go.test/test/const5.go
gcc/testsuite/go.test/test/const6.go [new file with mode: 0644]
gcc/testsuite/go.test/test/copy.go
gcc/testsuite/go.test/test/ddd2.dir/ddd2.go [new file with mode: 0644]
gcc/testsuite/go.test/test/ddd2.dir/ddd3.go [new file with mode: 0644]
gcc/testsuite/go.test/test/ddd2.go
gcc/testsuite/go.test/test/ddd3.go [deleted file]
gcc/testsuite/go.test/test/decl.go
gcc/testsuite/go.test/test/declbad.go
gcc/testsuite/go.test/test/defer.go
gcc/testsuite/go.test/test/divide.go
gcc/testsuite/go.test/test/dwarf/dwarf.dir/main.go [new file with mode: 0644]
gcc/testsuite/go.test/test/dwarf/dwarf.dir/z1.go [new file with mode: 0644]
gcc/testsuite/go.test/test/dwarf/dwarf.dir/z10.go [new file with mode: 0644]
gcc/testsuite/go.test/test/dwarf/dwarf.dir/z11.go [new file with mode: 0644]
gcc/testsuite/go.test/test/dwarf/dwarf.dir/z12.go [new file with mode: 0644]
gcc/testsuite/go.test/test/dwarf/dwarf.dir/z13.go [new file with mode: 0644]
gcc/testsuite/go.test/test/dwarf/dwarf.dir/z14.go [new file with mode: 0644]
gcc/testsuite/go.test/test/dwarf/dwarf.dir/z15.go [new file with mode: 0644]
gcc/testsuite/go.test/test/dwarf/dwarf.dir/z16.go [new file with mode: 0644]
gcc/testsuite/go.test/test/dwarf/dwarf.dir/z17.go [new file with mode: 0644]
gcc/testsuite/go.test/test/dwarf/dwarf.dir/z18.go [new file with mode: 0644]
gcc/testsuite/go.test/test/dwarf/dwarf.dir/z19.go [new file with mode: 0644]
gcc/testsuite/go.test/test/dwarf/dwarf.dir/z2.go [new file with mode: 0644]
gcc/testsuite/go.test/test/dwarf/dwarf.dir/z20.go [new file with mode: 0644]
gcc/testsuite/go.test/test/dwarf/dwarf.dir/z3.go [new file with mode: 0644]
gcc/testsuite/go.test/test/dwarf/dwarf.dir/z4.go [new file with mode: 0644]
gcc/testsuite/go.test/test/dwarf/dwarf.dir/z5.go [new file with mode: 0644]
gcc/testsuite/go.test/test/dwarf/dwarf.dir/z6.go [new file with mode: 0644]
gcc/testsuite/go.test/test/dwarf/dwarf.dir/z7.go [new file with mode: 0644]
gcc/testsuite/go.test/test/dwarf/dwarf.dir/z8.go [new file with mode: 0644]
gcc/testsuite/go.test/test/dwarf/dwarf.dir/z9.go [new file with mode: 0644]
gcc/testsuite/go.test/test/dwarf/dwarf.go [new file with mode: 0644]
gcc/testsuite/go.test/test/dwarf/main.go [deleted file]
gcc/testsuite/go.test/test/dwarf/z1.go [deleted file]
gcc/testsuite/go.test/test/dwarf/z10.go [deleted file]
gcc/testsuite/go.test/test/dwarf/z11.go [deleted file]
gcc/testsuite/go.test/test/dwarf/z12.go [deleted file]
gcc/testsuite/go.test/test/dwarf/z13.go [deleted file]
gcc/testsuite/go.test/test/dwarf/z14.go [deleted file]
gcc/testsuite/go.test/test/dwarf/z15.go [deleted file]
gcc/testsuite/go.test/test/dwarf/z16.go [deleted file]
gcc/testsuite/go.test/test/dwarf/z17.go [deleted file]
gcc/testsuite/go.test/test/dwarf/z18.go [deleted file]
gcc/testsuite/go.test/test/dwarf/z19.go [deleted file]
gcc/testsuite/go.test/test/dwarf/z2.go [deleted file]
gcc/testsuite/go.test/test/dwarf/z20.go [deleted file]
gcc/testsuite/go.test/test/dwarf/z3.go [deleted file]
gcc/testsuite/go.test/test/dwarf/z4.go [deleted file]
gcc/testsuite/go.test/test/dwarf/z5.go [deleted file]
gcc/testsuite/go.test/test/dwarf/z6.go [deleted file]
gcc/testsuite/go.test/test/dwarf/z7.go [deleted file]
gcc/testsuite/go.test/test/dwarf/z8.go [deleted file]
gcc/testsuite/go.test/test/dwarf/z9.go [deleted file]
gcc/testsuite/go.test/test/errchk
gcc/testsuite/go.test/test/escape.go
gcc/testsuite/go.test/test/escape2.go
gcc/testsuite/go.test/test/escape5.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/bug040.go
gcc/testsuite/go.test/test/fixedbugs/bug083.go
gcc/testsuite/go.test/test/fixedbugs/bug085.go
gcc/testsuite/go.test/test/fixedbugs/bug133.go
gcc/testsuite/go.test/test/fixedbugs/bug160.go
gcc/testsuite/go.test/test/fixedbugs/bug191.dir/main.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/bug191.go
gcc/testsuite/go.test/test/fixedbugs/bug205.go
gcc/testsuite/go.test/test/fixedbugs/bug228.go
gcc/testsuite/go.test/test/fixedbugs/bug255.go
gcc/testsuite/go.test/test/fixedbugs/bug297.go
gcc/testsuite/go.test/test/fixedbugs/bug313.go
gcc/testsuite/go.test/test/fixedbugs/bug322.go
gcc/testsuite/go.test/test/fixedbugs/bug324.dir/main.go [deleted file]
gcc/testsuite/go.test/test/fixedbugs/bug324.dir/prog.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/bug324.go
gcc/testsuite/go.test/test/fixedbugs/bug342.go
gcc/testsuite/go.test/test/fixedbugs/bug357.go
gcc/testsuite/go.test/test/fixedbugs/bug367.dir/main.go [deleted file]
gcc/testsuite/go.test/test/fixedbugs/bug367.dir/prog.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/bug367.go
gcc/testsuite/go.test/test/fixedbugs/bug379.go
gcc/testsuite/go.test/test/fixedbugs/bug382.dir/prog.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/bug382.go
gcc/testsuite/go.test/test/fixedbugs/bug385_32.go
gcc/testsuite/go.test/test/fixedbugs/bug385_64.go
gcc/testsuite/go.test/test/fixedbugs/bug412.go
gcc/testsuite/go.test/test/fixedbugs/bug414.dir/main.go [deleted file]
gcc/testsuite/go.test/test/fixedbugs/bug414.dir/p1.go
gcc/testsuite/go.test/test/fixedbugs/bug414.dir/prog.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/bug414.go
gcc/testsuite/go.test/test/fixedbugs/bug424.dir/main.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/bug424.go
gcc/testsuite/go.test/test/fixedbugs/bug437.dir/x.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/bug437.go
gcc/testsuite/go.test/test/fixedbugs/bug453.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/bug454.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/bug455.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/bug456.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/bug457.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/bug458.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/bug459.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/bug460.dir/a.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/bug460.dir/b.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/bug460.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/bug461.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/bug462.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/bug463.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/bug464.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/bug465.dir/a.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/bug465.dir/b.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/bug465.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/bug466.dir/a.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/bug466.dir/b.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/bug466.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/bug467.dir/p1.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/bug467.dir/p2.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/bug467.dir/p3.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/bug467.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/bug468.dir/p1.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/bug468.dir/p2.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/bug468.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/bug470.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/bug471.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/bug472.dir/p1.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/bug472.dir/p2.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/bug472.dir/z.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/bug472.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/bug473.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/bug474.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue2615.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue3552.dir/one.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue3552.dir/two.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue3552.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue3705.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue3783.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue3924.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue3925.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue4066.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue4085a.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue4085b.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue4097.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue4099.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue4162.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue4167.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue4232.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue4251.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue4252.dir/a.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue4252.dir/main.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue4252.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue4264.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue4283.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue4313.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue4316.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue4323.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue4326.dir/p1.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue4326.dir/p2.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue4326.dir/q1.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue4326.dir/q2.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue4326.dir/z.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue4326.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue4348.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue4353.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue4359.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue4370.dir/p1.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue4370.dir/p2.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue4370.dir/p3.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue4370.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue4396a.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue4396b.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue4399.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue4405.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue4429.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue4448.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue4452.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue4458.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue4463.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue4468.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue4470.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue4495.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue4510.dir/f1.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue4510.dir/f2.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue4510.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue4517a.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue4517b.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue4517c.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue4518.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue4529.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue4545.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue4562.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue4585.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue4590.dir/pkg1.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue4590.dir/pkg2.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue4590.dir/prog.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue4590.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue4610.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue4614.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue4618.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue4620.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue4654.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue4663.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue4667.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue4734.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue4748.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue4752.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue4785.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue4813.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue4879.dir/a.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue4879.dir/b.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue4879.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue4909a.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue4909b.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue4932.dir/foo.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue4932.dir/state.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue4932.dir/state2.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue4932.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue4964.dir/a.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue4964.dir/b.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue4964.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue5002.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue5056.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue5089.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue5105.dir/a.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue5105.dir/b.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue5105.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue5125.dir/bug.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue5125.dir/main.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue5125.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue5162.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue5231.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue5244.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue5259.dir/bug.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue5259.dir/main.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue5259.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue5260.dir/a.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue5260.dir/b.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue5260.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue5291.dir/pkg1.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue5291.dir/prog.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue5291.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue5470.dir/a.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue5470.dir/b.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue5470.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue5493.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue5515.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue5607.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue5614.dir/rethinkgo.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue5614.dir/x.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue5614.dir/y.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue5614.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue5753.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue5755.dir/a.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue5755.dir/main.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue5755.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue5809.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue5820.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue5841.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue887.go [new file with mode: 0644]
gcc/testsuite/go.test/test/float_lit.go
gcc/testsuite/go.test/test/floatcmp.go
gcc/testsuite/go.test/test/func1.go
gcc/testsuite/go.test/test/func7.go
gcc/testsuite/go.test/test/func8.go
gcc/testsuite/go.test/test/funcdup.go [new file with mode: 0644]
gcc/testsuite/go.test/test/funcdup2.go [new file with mode: 0644]
gcc/testsuite/go.test/test/golden.out
gcc/testsuite/go.test/test/goprint.go
gcc/testsuite/go.test/test/import2.dir/import2.go [new file with mode: 0644]
gcc/testsuite/go.test/test/import2.dir/import3.go [new file with mode: 0644]
gcc/testsuite/go.test/test/import2.go
gcc/testsuite/go.test/test/import3.go [deleted file]
gcc/testsuite/go.test/test/import4.dir/empty.go [new file with mode: 0644]
gcc/testsuite/go.test/test/import4.dir/import4.go [new file with mode: 0644]
gcc/testsuite/go.test/test/import4.go
gcc/testsuite/go.test/test/index.go
gcc/testsuite/go.test/test/init1.go
gcc/testsuite/go.test/test/initializerr.go
gcc/testsuite/go.test/test/interface/embed0.go [deleted file]
gcc/testsuite/go.test/test/interface/embed1.dir/embed0.go [new file with mode: 0644]
gcc/testsuite/go.test/test/interface/embed1.dir/embed1.go [new file with mode: 0644]
gcc/testsuite/go.test/test/interface/embed1.go
gcc/testsuite/go.test/test/interface/private.dir/private1.go [new file with mode: 0644]
gcc/testsuite/go.test/test/interface/private.dir/prog.go [new file with mode: 0644]
gcc/testsuite/go.test/test/interface/private.go
gcc/testsuite/go.test/test/interface/private1.go [deleted file]
gcc/testsuite/go.test/test/interface/recursive1.dir/recursive1.go [new file with mode: 0644]
gcc/testsuite/go.test/test/interface/recursive1.dir/recursive2.go [new file with mode: 0644]
gcc/testsuite/go.test/test/interface/recursive1.go
gcc/testsuite/go.test/test/interface/recursive2.go [deleted file]
gcc/testsuite/go.test/test/literal.go
gcc/testsuite/go.test/test/map.go
gcc/testsuite/go.test/test/mapnan.go [new file with mode: 0644]
gcc/testsuite/go.test/test/method.go
gcc/testsuite/go.test/test/method4.dir/method4a.go [new file with mode: 0644]
gcc/testsuite/go.test/test/method4.dir/prog.go [new file with mode: 0644]
gcc/testsuite/go.test/test/method4.go
gcc/testsuite/go.test/test/method4a.go [deleted file]
gcc/testsuite/go.test/test/method5.go [new file with mode: 0644]
gcc/testsuite/go.test/test/nil.go
gcc/testsuite/go.test/test/nilptr.go
gcc/testsuite/go.test/test/nul1.go
gcc/testsuite/go.test/test/range.go
gcc/testsuite/go.test/test/recover.go
gcc/testsuite/go.test/test/recover3.go
gcc/testsuite/go.test/test/rename.go
gcc/testsuite/go.test/test/reorder.go
gcc/testsuite/go.test/test/return.go [new file with mode: 0644]
gcc/testsuite/go.test/test/rotate.go
gcc/testsuite/go.test/test/rotate0.go [new file with mode: 0644]
gcc/testsuite/go.test/test/rotate1.go [new file with mode: 0644]
gcc/testsuite/go.test/test/rotate2.go [new file with mode: 0644]
gcc/testsuite/go.test/test/rotate3.go [new file with mode: 0644]
gcc/testsuite/go.test/test/run.go
gcc/testsuite/go.test/test/safe/nousesafe.go
gcc/testsuite/go.test/test/safe/usesafe.go
gcc/testsuite/go.test/test/sigchld.go
gcc/testsuite/go.test/test/sinit.go
gcc/testsuite/go.test/test/sizeof.go
gcc/testsuite/go.test/test/stress/maps.go [new file with mode: 0644]
gcc/testsuite/go.test/test/stress/parsego.go [new file with mode: 0644]
gcc/testsuite/go.test/test/stress/runstress.go [new file with mode: 0644]
gcc/testsuite/go.test/test/string_lit.go
gcc/testsuite/go.test/test/switch.go
gcc/testsuite/go.test/test/switch4.go [new file with mode: 0644]
gcc/testsuite/go.test/test/testlib
gcc/testsuite/go.test/test/torture.go [new file with mode: 0644]
gcc/testsuite/go.test/test/typecheck.go [new file with mode: 0644]
gcc/testsuite/go.test/test/zerodivide.go