go/types: exclude tests that run too long
Backport of the go/types-specific changes of: https://go-review.googlesource.com/#/c/11673/ (from std repo go/types). This will allow running the go/types tests again in the x/tools repo. Change-Id: I97d4664d5aed6309e74b571f86f36f8bb4df4fca Reviewed-on: https://go-review.googlesource.com/12042 Reviewed-by: Ian Lance Taylor <iant@golang.org>
This commit is contained in:
parent
e81d36e137
commit
4cd43f3077
|
@ -141,6 +141,8 @@ func TestStdFixed(t *testing.T) {
|
||||||
"issue3924.go", // possibly incorrect test - see issue 6671 (pending spec clarification)
|
"issue3924.go", // possibly incorrect test - see issue 6671 (pending spec clarification)
|
||||||
"issue6889.go", // gc-specific test
|
"issue6889.go", // gc-specific test
|
||||||
"issue7746.go", // large constants - consumes too much memory
|
"issue7746.go", // large constants - consumes too much memory
|
||||||
|
"issue11326.go", // large constants
|
||||||
|
"issue11326b.go", // large constants
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue