Skip to content

Commit

Permalink
Ignore two I/O tests that are failing on the win32 bot
Browse files Browse the repository at this point in the history
  • Loading branch information
brson committed Sep 26, 2014
1 parent 3be6a2f commit 6f5f2be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/libstd/io/net/pipe.rs
Original file line number Diff line number Diff line change
Expand Up @@ -751,6 +751,7 @@ mod tests {
assert!(a2.accept().is_ok());
})

#[cfg(not(windows))] // FIXME #17553
iotest!(fn clone_accept_concurrent() {
let addr = next_test_unix();
let l = UnixListener::bind(&addr);
Expand Down
1 change: 1 addition & 0 deletions src/libstd/io/net/udp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -545,6 +545,7 @@ mod test {
serv_rx.recv();
})

#[cfg(not(windows))] // FIXME #17553
iotest!(fn recv_from_timeout() {
let addr1 = next_test_ip4();
let addr2 = next_test_ip4();
Expand Down

0 comments on commit 6f5f2be

Please sign in to comment.