diff --git a/ssa/interp/interp_test.go b/ssa/interp/interp_test.go index 1fb90bb2..0e8ebea1 100644 --- a/ssa/interp/interp_test.go +++ b/ssa/interp/interp_test.go @@ -82,6 +82,7 @@ var gorootTestTests = []string{ "zerodivide.go", "convert.go", "convT2X.go", + "switch.go", "initialize.go", "ddd.go", "blank.go", // partly disabled @@ -119,9 +120,6 @@ var gorootTestTests = []string{ // "64bit.go", // emits source for a test // "run.go", // test driver, not a test. - // Typechecker failures: - // "switch.go", // https://code.google.com/p/go/issues/detail?id=5505 - // Broken. TODO(adonovan): fix. // copy.go // very slow; but with N=4 quickly crashes, slice index out of range. // nilptr.go // interp: V > uintptr not implemented. Slow test, lots of mem