go.tools/ssa/interp: enable $GOROOT/test/switch.go test
(now that go/types can handle it) R=gri TBR=gri CC=golang-dev https://golang.org/cl/16970043
This commit is contained in:
parent
9f640c2abb
commit
d644aa1fcd
|
@ -82,6 +82,7 @@ var gorootTestTests = []string{
|
||||||
"zerodivide.go",
|
"zerodivide.go",
|
||||||
"convert.go",
|
"convert.go",
|
||||||
"convT2X.go",
|
"convT2X.go",
|
||||||
|
"switch.go",
|
||||||
"initialize.go",
|
"initialize.go",
|
||||||
"ddd.go",
|
"ddd.go",
|
||||||
"blank.go", // partly disabled
|
"blank.go", // partly disabled
|
||||||
|
@ -119,9 +120,6 @@ var gorootTestTests = []string{
|
||||||
// "64bit.go", // emits source for a test
|
// "64bit.go", // emits source for a test
|
||||||
// "run.go", // test driver, not 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.
|
// Broken. TODO(adonovan): fix.
|
||||||
// copy.go // very slow; but with N=4 quickly crashes, slice index out of range.
|
// 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
|
// nilptr.go // interp: V > uintptr not implemented. Slow test, lots of mem
|
||||||
|
|
Loading…
Reference in New Issue