File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed
branches/try/src/libstd/rt/uv Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change 2
2
refs/heads/master: 0e4d1fc8cae42e15e00f71d9f439b01bb25a86ae
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: 6c08cc2db4f98e9f07ae7d50338396c4123c2f0a
5
- refs/heads/try: ca2d5965d195559860d77a864f2eaf7ea87b34ea
5
+ refs/heads/try: aafad43ae93605e52c4a276a544160116088d250
6
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
7
7
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
8
8
refs/heads/try2: 147ecfdd8221e4a4d4e090486829a06da1e0ca3c
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