Skip to content

Commit 99b0956

Browse files
committed
---
yaml --- r: 83561 b: refs/heads/try c: aafad43 h: refs/heads/master i: 83559: 9d72197 v: v3
1 parent 933b81f commit 99b0956

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
refs/heads/master: 0e4d1fc8cae42e15e00f71d9f439b01bb25a86ae
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 6c08cc2db4f98e9f07ae7d50338396c4123c2f0a
5-
refs/heads/try: ca2d5965d195559860d77a864f2eaf7ea87b34ea
5+
refs/heads/try: aafad43ae93605e52c4a276a544160116088d250
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
88
refs/heads/try2: 147ecfdd8221e4a4d4e090486829a06da1e0ca3c

branches/try/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)