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/uvio.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/uvio.rs')
| -rw-r--r-- | src/libstd/rt/uv/uvio.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libstd/rt/uv/uvio.rs b/src/libstd/rt/uv/uvio.rs index c771f93cef5..3fd8b74f8a2 100644 --- a/src/libstd/rt/uv/uvio.rs +++ b/src/libstd/rt/uv/uvio.rs @@ -1860,6 +1860,7 @@ fn test_read_read_read() { } #[test] +#[ignore(cfg(windows))] // FIXME #8816 fn test_udp_twice() { do run_in_newsched_task { let server_addr = next_test_ip4(); @@ -1994,6 +1995,7 @@ fn file_test_uvio_full_simple_impl() { } #[test] +#[ignore(cfg(windows))] // FIXME #8816 fn file_test_uvio_full_simple() { do run_in_newsched_task { file_test_uvio_full_simple_impl(); |
