]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: move over more compiler tests to new test infrastructure
authorKeith Randall <khr@google.com>
Tue, 31 Jul 2018 21:20:22 +0000 (14:20 -0700)
committerKeith Randall <khr@golang.org>
Fri, 24 Aug 2018 21:25:10 +0000 (21:25 +0000)
commited21535a60162372ae80b5e4e34be1ffe673eeb8
treeb6c34e346c197f01bc4a8c7f0183fd5ceeca0221
parent45e7e668440e79717e950162e6d42fb8773a109a
cmd/compile: move over more compiler tests to new test infrastructure

R=go1.12

Update #26469

Change-Id: Iad75edfc194f8391a8ead09bfa68d446155e84ac
Reviewed-on: https://go-review.googlesource.com/127055
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/arith_test.go [moved from src/cmd/compile/internal/gc/testdata/arith.go with 68% similarity]
src/cmd/compile/internal/gc/testdata/assert.go [deleted file]
src/cmd/compile/internal/gc/testdata/assert_test.go [new file with mode: 0644]
src/cmd/compile/internal/gc/testdata/fp_test.go [moved from src/cmd/compile/internal/gc/testdata/fp.go with 64% similarity]