diff options
| author | Vadim Chugunov <vadimcn@gmail.com> | 2013-08-28 01:44:25 -0700 |
|---|---|---|
| committer | Vadim Chugunov <vadimcn@gmail.com> | 2013-08-28 01:44:25 -0700 |
| commit | 653825889e596e034cae8ac9afbfdd043fbe6e13 (patch) | |
| tree | d9fc1ac5c1d105e4c64fe2b73973dd7c25a500e3 /src/libstd/rt/uv/file.rs | |
| parent | 6828428cad873e9a9c890ee184140e8370ca7b60 (diff) | |
| download | rust-653825889e596e034cae8ac9afbfdd043fbe6e13.tar.gz rust-653825889e596e034cae8ac9afbfdd043fbe6e13.zip | |
Turned off libstd unit tests that currently fail on Windows.
Diffstat (limited to 'src/libstd/rt/uv/file.rs')
| -rw-r--r-- | src/libstd/rt/uv/file.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libstd/rt/uv/file.rs b/src/libstd/rt/uv/file.rs index 5c77181d7eb..4208fc50ab5 100644 --- a/src/libstd/rt/uv/file.rs +++ b/src/libstd/rt/uv/file.rs @@ -405,11 +405,13 @@ mod test { } #[test] + #[ignore(cfg(windows))] // FIXME #8814 fn file_test_full_simple() { file_test_full_simple_impl(); } #[test] + #[ignore(cfg(windows))] // FIXME #8814 fn file_test_full_simple_sync() { file_test_full_simple_impl_sync(); } |
