Skip to content

Commit c040a98

Browse files
Adam JosephArtturin
authored andcommitted
1 parent bad5ce9 commit c040a98

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

pkgs/development/libraries/libuv/default.nix

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ stdenv.mkDerivation rec {
2121
"get_passwd" # passed on NixOS but failed on other Linuxes
2222
"tcp_writealot" "udp_multicast_join" "udp_multicast_join6" # times out sometimes
2323
"fs_fstat" # https://github.com/libuv/libuv/issues/2235#issuecomment-1012086927
24+
25+
# Assertion failed in test/test-tcp-bind6-error.c on line 60: r == UV_EADDRINUSE
26+
# Assertion failed in test/test-tcp-bind-error.c on line 99: r == UV_EADDRINUSE
27+
"tcp_bind6_error_addrinuse" "tcp_bind_error_addrinuse_listen"
2428
] ++ lib.optionals stdenv.isDarwin [
2529
# Sometimes: timeout (no output), failed uv_listen. Someone
2630
# should report these failures to libuv team. There tests should

0 commit comments

Comments
 (0)