about summary refs log tree commit diff
path: root/src/rustllvm/RustWrapper.cpp
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2013-09-12 00:56:49 -0700
committerAlex Crichton <alex@alexcrichton.com>2013-09-12 01:04:39 -0700
commit68a9137eacb7ea1e61f80279eff03bf758e16e71 (patch)
tree3044a5b7b41a4dec2a4496f4b90c4031ea145f00 /src/rustllvm/RustWrapper.cpp
parent62166611e7510b86f395dbf19973e442fd43c403 (diff)
downloadrust-68a9137eacb7ea1e61f80279eff03bf758e16e71.tar.gz
rust-68a9137eacb7ea1e61f80279eff03bf758e16e71.zip
Rewrite fileinput tests to use std::rt::io
These tests are being very flaky on the bots, and the reason is that files are
being created and then when attempted to get read they actually don't exist. I'm
not entirely sure why this is happening, but I also don't fully trust the
std::io implemention using @-boxes to close/flush/write files at the right time.

This moves the tests to using std::rt::io which is hopefully more robust and
something that we can actually reason about. Sadly, due to #8810, these tests
fail on windows, so they're all ignored on windows right now.
Diffstat (limited to 'src/rustllvm/RustWrapper.cpp')
0 files changed, 0 insertions, 0 deletions