libuv: disable tty_pty test on darwin

This commit is contained in:
Matthew Bauer 2018-07-29 00:14:57 -04:00
parent 52681db9a3
commit 465166fb1a

View File

@ -40,6 +40,7 @@ stdenv.mkDerivation rec {
"tcp_open" "tcp_write_queue_order" "tcp_try_write" "tcp_writealot"
"multiple_listen" "delayed_accept"
"shutdown_close_tcp" "shutdown_eof" "shutdown_twice" "callback_stack"
"tty_pty"
];
tdRegexp = lib.concatStringsSep "\\|" toDisable;
in lib.optionalString doCheck ''