1
0
mirror of https://github.com/golang/go synced 2024-11-18 23:44:43 -07:00

go.tools/go/types: exclude broken test case (fix build)

TBR=adonovan

TBR=adonovan
R=adonovan
CC=golang-codereviews
https://golang.org/cl/86260043
This commit is contained in:
Robert Griesemer 2014-04-09 15:32:36 -07:00
parent 7ef831a4e6
commit 8caaaf224f

View File

@ -127,6 +127,7 @@ func TestStdFixed(t *testing.T) {
"bug248.go", "bug302.go", "bug369.go", // complex test instructions - ignore "bug248.go", "bug302.go", "bug369.go", // complex test instructions - ignore
"bug459.go", // likely incorrect test - see issue 6703 (pending spec clarification) "bug459.go", // likely incorrect test - see issue 6703 (pending spec clarification)
"issue3924.go", // likely incorrect test - see issue 6671 (pending spec clarification) "issue3924.go", // likely incorrect test - see issue 6671 (pending spec clarification)
"issue6889.go", // incorrect test
) )
} }