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 bad5ce9 commit c040a98Copy full SHA for c040a98
1 file changed
pkgs/development/libraries/libuv/default.nix
@@ -21,6 +21,10 @@ stdenv.mkDerivation rec {
21
"get_passwd" # passed on NixOS but failed on other Linuxes
22
"tcp_writealot" "udp_multicast_join" "udp_multicast_join6" # times out sometimes
23
"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"
28
] ++ lib.optionals stdenv.isDarwin [
29
# Sometimes: timeout (no output), failed uv_listen. Someone
30
# should report these failures to libuv team. There tests should
0 commit comments