Skip to content

Commit aafad43

Browse files
committed
auto merge of #9616 : klutzy/rust/win32-uv-test, r=huonw
Closes #8815.
2 parents ca2d596 + f4f6b95 commit aafad43

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/libstd/rt/uv/net.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -624,7 +624,6 @@ mod test {
624624
}
625625
626626
#[test]
627-
#[ignore(cfg(windows))] // FIXME #8815
628627
fn listen_ip4() {
629628
do run_in_bare_thread() {
630629
static MAX: int = 10;
@@ -699,7 +698,6 @@ mod test {
699698
}
700699
701700
#[test]
702-
#[ignore(cfg(windows))] // FIXME #8815
703701
fn listen_ip6() {
704702
do run_in_bare_thread() {
705703
static MAX: int = 10;
@@ -776,7 +774,6 @@ mod test {
776774
}
777775
778776
#[test]
779-
#[ignore(cfg(windows))] // FIXME #8815
780777
fn udp_recv_ip4() {
781778
do run_in_bare_thread() {
782779
static MAX: int = 10;
@@ -837,7 +834,6 @@ mod test {
837834
}
838835
839836
#[test]
840-
#[ignore(cfg(windows))] // FIXME #8815
841837
fn udp_recv_ip6() {
842838
do run_in_bare_thread() {
843839
static MAX: int = 10;

0 commit comments

Comments
 (0)