File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -624,7 +624,6 @@ mod test {
624
624
}
625
625
626
626
#[test]
627
- #[ignore(cfg(windows))] // FIXME #8815
628
627
fn listen_ip4() {
629
628
do run_in_bare_thread() {
630
629
static MAX: int = 10;
@@ -699,7 +698,6 @@ mod test {
699
698
}
700
699
701
700
#[test]
702
- #[ignore(cfg(windows))] // FIXME #8815
703
701
fn listen_ip6() {
704
702
do run_in_bare_thread() {
705
703
static MAX: int = 10;
@@ -776,7 +774,6 @@ mod test {
776
774
}
777
775
778
776
#[test]
779
- #[ignore(cfg(windows))] // FIXME #8815
780
777
fn udp_recv_ip4() {
781
778
do run_in_bare_thread() {
782
779
static MAX: int = 10;
@@ -837,7 +834,6 @@ mod test {
837
834
}
838
835
839
836
#[test]
840
- #[ignore(cfg(windows))] // FIXME #8815
841
837
fn udp_recv_ip6() {
842
838
do run_in_bare_thread() {
843
839
static MAX: int = 10;
You can’t perform that action at this time.
0 commit comments