go.tools/go/types: enable std lib test of map key types

R=adonovan
CC=golang-dev
https://golang.org/cl/17390043
This commit is contained in:
Robert Griesemer 2013-10-25 14:38:52 -07:00
parent 65aaa0093c
commit b98997fdfe
1 changed files with 0 additions and 1 deletions

View File

@ -124,7 +124,6 @@ func TestStdtest(t *testing.T) {
func TestStdfixed(t *testing.T) { func TestStdfixed(t *testing.T) {
testTestDir(t, filepath.Join(runtime.GOROOT(), "test", "fixedbugs"), testTestDir(t, filepath.Join(runtime.GOROOT(), "test", "fixedbugs"),
"bug165.go", // TODO(gri) isComparable not working for incomplete struct type
"bug223.go", "bug413.go", "bug459.go", // TODO(gri) complete initialization checks "bug223.go", "bug413.go", "bug459.go", // TODO(gri) complete initialization checks
"bug248.go", "bug302.go", "bug369.go", // complex test instructions - ignore "bug248.go", "bug302.go", "bug369.go", // complex test instructions - ignore
"issue3924.go", // TODO(gri) && and || produce bool result (not untyped bool) "issue3924.go", // TODO(gri) && and || produce bool result (not untyped bool)