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:
parent
65aaa0093c
commit
b98997fdfe
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue