tools/go
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
..
ast/astutil go/ast/astutil: set Pos for import name 2015-05-19 23:10:16 +00:00
buildutil x/tools: disable tests not supported on Android 2015-08-06 00:36:03 +00:00
callgraph x/tools: disable tests not supported on Android 2015-08-06 00:36:03 +00:00
exact tools: add import comments. 2014-12-09 22:42:16 +00:00
gccgoimporter x/tools: disable tests not supported on Android 2015-08-06 00:36:03 +00:00
gcimporter go/types: change {Type,Object,Selection}String to accept a Qualifier function 2015-06-30 19:00:00 +00:00
importer go/types: unexport UniverseByte/Rune; make Typ a slice 2015-07-21 18:42:36 +00:00
loader go/loader: fix fd leak and limit calls to ioutil.ReadDir 2015-08-18 23:39:26 +00:00
pointer x/tools: disable tests not supported on Android 2015-08-06 00:36:03 +00:00
ssa x/tools: disable tests not supported on Android 2015-08-06 00:36:03 +00:00
types x/tools: disable tests not supported on Android 2015-08-06 00:36:03 +00:00
vcs x/tools: disable tests not supported on Android 2015-08-06 00:36:03 +00:00