tools/go/loader
Russ Cox 93604a3dc2 go/loader: fix fd leak and limit calls to ioutil.ReadDir
This makes 'ulimit -n 128; go test -short -v' pass.
It did not before, and that was breaking the openbsd/386 builder.

For golang/go#11811.

Change-Id: Idfdb2f4007ed06c6084486c0e58a561add552d2c
Reviewed-on: https://go-review.googlesource.com/13695
Reviewed-by: Robert Griesemer <gri@golang.org>
2015-08-18 23:39:26 +00:00
..
testdata go/loader: improve robustness in face of input errors 2015-02-02 20:01:59 +00:00
cgo.go go/loader: fix fd leak and limit calls to ioutil.ReadDir 2015-08-18 23:39:26 +00:00
doc.go go/loader: eliminate ImportFromBinary option and PackageCreated hook 2015-04-17 18:58:17 +00:00
example14_test.go go/loader: exclude example tests from Windows tests 2015-07-31 22:13:26 +00:00
example_test.go go/loader: exclude example tests from Windows tests 2015-07-31 22:13:26 +00:00
loader.go go/loader: fix fd leak and limit calls to ioutil.ReadDir 2015-08-18 23:39:26 +00:00
loader_test.go x/tools: disable tests not supported on Android 2015-08-06 00:36:03 +00:00
stdlib_test.go x/tools: disable tests not supported on Android 2015-08-06 00:36:03 +00:00
util.go go/loader: fix fd leak and limit calls to ioutil.ReadDir 2015-08-18 23:39:26 +00:00