]> git.lizzy.rs Git - rust.git/commitdiff
auto merge of #8943 : alexcrichton/rust/issue-8904, r=brson
authorbors <bors@rust-lang.org>
Wed, 4 Sep 2013 05:05:59 +0000 (22:05 -0700)
committerbors <bors@rust-lang.org>
Wed, 4 Sep 2013 05:05:59 +0000 (22:05 -0700)
We already do this for libstd tests automatically, and compiletest runs into the
same problems where when forking lots of processes lots of file descriptors are
created. On OSX we can use specific syscalls to raise the limits, in this
situation, though.

Closes #8904


Trivial merge