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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user