]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: move more compiler tests to new test infrastructure
authorKeith Randall <khr@google.com>
Tue, 31 Jul 2018 22:26:58 +0000 (15:26 -0700)
committerKeith Randall <khr@golang.org>
Fri, 24 Aug 2018 22:58:15 +0000 (22:58 +0000)
commit25ea4e579f44fa28189422b9951c375a5ff36a4e
tree01bd473ee6f4b2b9538ea4b732c8d016fd91df2c
parent78ce3a0368279653d05cbd1003e801363caba75a
cmd/compile: move more compiler tests to new test infrastructure

Update #26469

Change-Id: I1188e49cde1bda11506afef6b6e3f34c6ff45ea5
Reviewed-on: https://go-review.googlesource.com/127115
Run-TryBot: Keith Randall <khr@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: David Chase <drchase@google.com>
src/cmd/compile/internal/gc/ssa_test.go
src/cmd/compile/internal/gc/testdata/chan_test.go [moved from src/cmd/compile/internal/gc/testdata/chan.go with 53% similarity]
src/cmd/compile/internal/gc/testdata/compound_test.go [moved from src/cmd/compile/internal/gc/testdata/compound.go with 59% similarity]
src/cmd/compile/internal/gc/testdata/ctl_test.go [moved from src/cmd/compile/internal/gc/testdata/ctl.go with 73% similarity]
src/cmd/compile/internal/gc/testdata/deferNoReturn_test.go [moved from src/cmd/compile/internal/gc/testdata/deferNoReturn.go with 72% similarity]
src/cmd/compile/internal/gc/testdata/loadstore_test.go [moved from src/cmd/compile/internal/gc/testdata/loadstore.go with 75% similarity]
src/cmd/compile/internal/gc/testdata/map_test.go [moved from src/cmd/compile/internal/gc/testdata/map.go with 55% similarity]
src/cmd/compile/internal/gc/testdata/novet.go [new file with mode: 0644]
src/cmd/compile/internal/gc/testdata/regalloc_test.go [moved from src/cmd/compile/internal/gc/testdata/regalloc.go with 76% similarity]
src/cmd/compile/internal/gc/testdata/string_test.go [moved from src/cmd/compile/internal/gc/testdata/string.go with 58% similarity]