mirror of
https://github.com/golang/go
synced 2024-11-18 22:55:23 -07:00
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",
|
||||
"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
|
||||
|
Loading…
Reference in New Issue
Block a user