We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3686c6c commit 20e8470Copy full SHA for 20e8470
src/libstd/rt/uv/uvio.rs
@@ -1740,7 +1740,6 @@ fn test_read_read_read() {
1740
}
1741
1742
#[test]
1743
-#[ignore(cfg(windows))] // FIXME #8816
1744
fn test_udp_twice() {
1745
do run_in_mt_newsched_task {
1746
let server_addr = next_test_ip4();
@@ -1892,7 +1891,6 @@ fn file_test_uvio_full_simple_impl() {
1892
1891
1893
1894
1895
1896
fn file_test_uvio_full_simple() {
1897
1898
file_test_uvio_full_simple_impl();
0 commit comments