Skip to content

Commit ed21535

Browse files
committed
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 <[email protected]> TryBot-Result: Gobot Gobot <[email protected]> Reviewed-by: David Chase <[email protected]>
1 parent 45e7e66 commit ed21535

File tree

5 files changed

+537
-737
lines changed

5 files changed

+537
-737
lines changed

src/cmd/compile/internal/gc/ssa_test.go

-13
Original file line numberDiff line numberDiff line change
@@ -227,19 +227,6 @@ func TestCode(t *testing.T) {
227227
}
228228
}
229229

230-
// TestTypeAssertion tests type assertions.
231-
func TestTypeAssertion(t *testing.T) { runTest(t, "assert.go") }
232-
233-
// TestArithmetic tests that both backends have the same result for arithmetic expressions.
234-
func TestArithmetic(t *testing.T) { runTest(t, "arith.go") }
235-
236-
// TestFP tests that both backends have the same result for floating point expressions.
237-
func TestFP(t *testing.T) { runTest(t, "fp.go") }
238-
239-
func TestFPSoftFloat(t *testing.T) {
240-
runTest(t, "fp.go", "-gcflags=-d=softfloat,ssa/check/on")
241-
}
242-
243230
// TestArithmeticBoundary tests boundary results for arithmetic operations.
244231
func TestArithmeticBoundary(t *testing.T) { runTest(t, "arithBoundary.go") }
245232

0 commit comments

Comments
 (0)