rust/src/test
bors eef913b290 auto merge of #10495 : alexcrichton/rust/more-native-io, r=brson
This implements a fair amount of the unimpl() functionality in io::native
relating to filesystem operations. I've also modified all io::fs tests to run in
both a native and uv environment (so everything is actually tested).

There are a few bits of remaining functionality which I was unable to get
working:

* truncate on windows
* change_file_times on windows
* lstat on windows

I think that change_file_times may just need a better interface, but the other
two have large implementations in libuv which I didn't want to tackle trying to
copy. I found a `chsize` function to work for truncate on windows, but it
doesn't quite seem to be working out.
2013-11-19 10:56:42 -08:00
..
auxiliary Remove #[fixed_stack_segment] and #[rust_stack] 2013-11-11 10:40:34 -08:00
bench librustc: Convert ~fn() to proc() everywhere. 2013-11-18 18:27:31 -08:00
codegen Add pub to all the codegen tests 2013-10-10 06:00:51 -07:00
compile-fail libsyntax: Remove ~fn() from the language 2013-11-18 18:28:10 -08:00
debug-info librustc: Convert ~fn() to proc() everywhere. 2013-11-18 18:27:31 -08:00
pretty librustc: Convert ~fn() to proc() everywhere. 2013-11-18 18:27:31 -08:00
run-fail librustc: Convert ~fn() to proc() everywhere. 2013-11-18 18:27:31 -08:00
run-pass auto merge of #10495 : alexcrichton/rust/more-native-io, r=brson 2013-11-19 10:56:42 -08:00
run-pass-fulldeps Remove all blocking std::os blocking functions 2013-11-03 15:15:42 -08:00