std::rt::uv::net: Enable tests on Win32

Closes #8815.
This commit is contained in:
klutzy 2013-09-25 23:05:37 +09:00
parent 80b6056f5d
commit f4f6b951d7
1 changed files with 0 additions and 4 deletions

View File

@ -624,7 +624,6 @@ mod test {
}
#[test]
#[ignore(cfg(windows))] // FIXME #8815
fn listen_ip4() {
do run_in_bare_thread() {
static MAX: int = 10;
@ -699,7 +698,6 @@ mod test {
}
#[test]
#[ignore(cfg(windows))] // FIXME #8815
fn listen_ip6() {
do run_in_bare_thread() {
static MAX: int = 10;
@ -776,7 +774,6 @@ mod test {
}
#[test]
#[ignore(cfg(windows))] // FIXME #8815
fn udp_recv_ip4() {
do run_in_bare_thread() {
static MAX: int = 10;
@ -837,7 +834,6 @@ mod test {
}
#[test]
#[ignore(cfg(windows))] // FIXME #8815
fn udp_recv_ip6() {
do run_in_bare_thread() {
static MAX: int = 10;