libuv: disable test for darwin sandbox

fs_event_watch_delete_dir fails in the darwin sandbox. disable it.

(cherry picked from commit 312737ea68)
(cherry picked from commit cf43e134b6da0aae9ca70a29b6d45033562ec639)
This commit is contained in:
Reno Dakota
2024-11-30 15:11:11 +01:00
committed by Vladimír Čunát
parent 85492cd5fd
commit 7d85e7c1af
@@ -72,6 +72,7 @@ stdenv.mkDerivation (finalAttrs: {
"fs_event_watch_dir_recursive" "fs_event_watch_file"
"fs_event_watch_file_current_dir" "fs_event_watch_file_exact_path"
"process_priority" "udp_create_early_bad_bind"
"fs_event_watch_delete_dir"
] ++ lib.optionals (stdenv.hostPlatform.isDarwin && stdenv.hostPlatform.isx86_64) [
# fail on macos < 10.15 (starting in libuv 1.47.0)
"fs_write_alotof_bufs_with_offset" "fs_write_multiple_bufs" "fs_read_bufs"