auto merge of #17549 : brson/rust/morewinfail, r=alexcrichton

32-bit builds pass the full 'make check' on the bots after this.
This commit is contained in:
bors 2014-09-26 05:57:49 +00:00
commit aed9cc1539
2 changed files with 2 additions and 0 deletions

View file

@ -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);

View file

@ -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();