rust/src/compiletest
Brian Anderson 8fea5260c2 core: Don't deadlock on io streams in run::program_output
We can't just read all of stdout before stderr or it will cause
deadlocks for children that want to write a lot to stderr

I could not come up with an obvious cross-platform way to easily
test this.
2012-06-08 23:00:59 -07:00
..
common.rs Logfile output from tests; summarise in make check 2012-04-04 11:52:27 -07:00
compiletest.rc Make vecs implicitly copyable for all of our projects. 2012-06-04 19:53:30 -07:00
compiletest.rs Convert old-style for loops to new-style 2012-04-06 20:38:23 +02:00
errors.rs make --enforce-mut-vars always on, add mut annotations to remaining files 2012-03-22 09:58:19 -07:00
header.rs Fix compiletest::header::iter_header to work with new-style for loops 2012-05-03 17:45:06 -07:00
procsrv.rs core: Don't deadlock on io streams in run::program_output 2012-06-08 23:00:59 -07:00
runtest.rs Have "aborting due to previous errors" message show an error count 2012-06-05 10:08:32 -07:00
util.rs Libc/os/run/rand/io reorganization. Close #1373. Close #1638. 2012-03-12 20:08:29 -07:00