Commit 6793cb75 authored by Keith Randall's avatar Keith Randall

[dev.ssa] cmd/compile/internal/ssa: turn off runtime ssa tests

Fixes build.  Not great, but it will let others make progress.

Change-Id: If9cf2bbb5016e40aa91cf1c8bb62982ae2aed5e4
Reviewed-on: https://go-review.googlesource.com/14621Reviewed-by: default avatarKeith Randall <khr@golang.org>
parent cde977c2
......@@ -277,6 +277,11 @@ func (t *tester) registerStdTest(pkg string) {
// TODO: Remove when SSA codegen is used by default.
func (t *tester) registerSSATest(pkg string) {
switch pkg {
// known failures
case "runtime":
return
}
t.tests = append(t.tests, distTest{
name: "go_test_ssa:" + pkg,
heading: "Testing packages with SSA codegen.",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment