Disable temperamental shutdown_close_pipe test on Aarch32.

wip/yesman
qoli 6 years ago
parent 56a605c8b9
commit c909dc2da4
  1. 4
      pkgs/development/libraries/libuv/default.nix

@ -41,6 +41,10 @@ stdenv.mkDerivation rec {
"multiple_listen" "delayed_accept"
"shutdown_close_tcp" "shutdown_eof" "shutdown_twice" "callback_stack"
"tty_pty"
] ++ stdenv.lib.optionals stdenv.isAarch32 [
# I observe this test failing with some regularity on ARMv7:
# https://github.com/libuv/libuv/issues/1871
"shutdown_close_pipe"
];
tdRegexp = lib.concatStringsSep "\\|" toDisable;
in lib.optionalString doCheck ''

Loading…
Cancel
Save