提交 f4f6b951 编写于 作者: K klutzy

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

Closes #8815.
上级 80b6056f
......@@ -624,7 +624,6 @@ fn udp_bind_close_ip6() {
}
#[test]
#[ignore(cfg(windows))] // FIXME #8815
fn listen_ip4() {
do run_in_bare_thread() {
static MAX: int = 10;
......@@ -699,7 +698,6 @@ fn listen_ip4() {
}
#[test]
#[ignore(cfg(windows))] // FIXME #8815
fn listen_ip6() {
do run_in_bare_thread() {
static MAX: int = 10;
......@@ -776,7 +774,6 @@ fn listen_ip6() {
}
#[test]
#[ignore(cfg(windows))] // FIXME #8815
fn udp_recv_ip4() {
do run_in_bare_thread() {
static MAX: int = 10;
......@@ -837,7 +834,6 @@ fn udp_recv_ip4() {
}
#[test]
#[ignore(cfg(windows))] // FIXME #8815
fn udp_recv_ip6() {
do run_in_bare_thread() {
static MAX: int = 10;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册