Go testsuite: add a bunch of new tests from source repo
authorIan Lance Taylor <iant@golang.org>
Thu, 3 Dec 2020 19:13:03 +0000 (11:13 -0800)
committerIan Lance Taylor <iant@golang.org>
Thu, 3 Dec 2020 19:13:03 +0000 (11:13 -0800)
commitadbeeb198a2a00812a5cd2ff0a38d6243a590dd0
tree997693ae4cdd712b0633da1a9624416a65989570
parent2a099fd223f836e1d51c7f58e7261e18f483141c
Go testsuite: add a bunch of new tests from source repo
112 files changed:
gcc/testsuite/go.test/test/alias2.go [new file with mode: 0644]
gcc/testsuite/go.test/test/alias3.dir/a.go [new file with mode: 0644]
gcc/testsuite/go.test/test/alias3.dir/b.go [new file with mode: 0644]
gcc/testsuite/go.test/test/alias3.dir/c.go [new file with mode: 0644]
gcc/testsuite/go.test/test/alias3.go [new file with mode: 0644]
gcc/testsuite/go.test/test/chan/select8.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/bug487.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/bug488.dir/a.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/bug488.dir/b.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/bug488.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/bug489.dir/a.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/bug489.dir/b.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/bug489.dir/c.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/bug489.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/bug492.dir/a.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/bug492.dir/b.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/bug492.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/bug493.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/bug494.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/bug496.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/bug497.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/bug499.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/bug500.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/bug501.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/bug502.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/bug503.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/bug504.dir/a.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/bug504.dir/b.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/bug504.dir/c.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/bug504.dir/main.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/bug504.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/bug505.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/bug506.dir/a.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/bug506.dir/main.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/bug506.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/bug507.dir/a.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/bug507.dir/b.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/bug507.dir/c.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/bug507.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/bug508.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/bug509.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/gcc67968.dir/a.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/gcc67968.dir/b.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/gcc67968.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/gcc78763.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/gcc80226.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/gcc89321.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue12621.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue14540.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue15002.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue16949.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue19113.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue20923.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue21253.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue22305.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue23188.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue23489.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue23912.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue26335.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue26340.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue28601.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue30116.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue30116.out [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue30116u.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue30116u.out [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue30659.dir/a.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue30659.dir/b.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue30659.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue32901.dir/a.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue32901.dir/b.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue32901.dir/c.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue32901.dir/main.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue32901.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue32922.dir/a.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue32922.dir/b.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue32922.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue33013.dir/a.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue33013.dir/b.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue33013.dir/c.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue33013.dir/d.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue33013.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue33020.dir/a.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue33020.dir/b.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue33020.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue33062.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue33158.dir/a.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue33158.dir/b.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue33158.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue33219.dir/a.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue33219.dir/b.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue33219.dir/c.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue33219.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue33739.dir/a.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue33739.dir/b.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue33739.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue34503.dir/a.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue34503.dir/b.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue34503.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue34577.dir/a.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue34577.dir/b.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue34577.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue35739.dir/a.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue35739.dir/b.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue35739.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue38125.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue40152.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue40252.dir/a.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue40252.dir/main.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue40252.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue42790.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue6977.go [new file with mode: 0644]
gcc/testsuite/go.test/test/fixedbugs/issue8042.go [new file with mode: 0644]