rust/src/test
Alex Crichton 6ac34926a4 std: User a smaller stdin buffer on windows
Apparently windows doesn't like reading from stdin with a large buffer size, and
it also apparently is ok with a smaller buffer size. This changes the reader
returned by stdin() to return an 8k buffered reader for stdin rather than a 64k
buffered reader.

Apparently libuv has run into this before, taking a peek at their code, with a
specific comment in their console code saying that "ReadConsole can't handle big
buffers", which I presume is related to invoking ReadFile as if it were a file
descriptor.

Closes #13304
2014-04-08 00:03:12 -07:00
..
auxiliary Register new snapshots 2014-04-08 00:03:11 -07:00
bench Improve searching for XXX in tidy script (#3303) 2014-04-08 00:03:12 -07:00
codegen Add pub to all the codegen tests 2013-10-10 06:00:51 -07:00
compile-fail Register new snapshots 2014-04-08 00:03:11 -07:00
debug-info Register new snapshots 2014-04-08 00:03:11 -07:00
pretty Remove check-fast. Closes #4193, #8844, #6330, #7416 2014-04-06 15:55:43 -07:00
run-fail Register new snapshots 2014-04-08 00:03:11 -07:00
run-make auto merge of #13288 : alexcrichton/rust/remove-check-fast, r=brson 2014-04-07 11:26:37 -07:00
run-pass std: User a smaller stdin buffer on windows 2014-04-08 00:03:12 -07:00
run-pass-fulldeps Remove check-fast. Closes #4193, #8844, #6330, #7416 2014-04-06 15:55:43 -07:00