mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
libuv: disable a problematic test on Darwin
This commit is contained in:
parent
59d1ce1c7a
commit
e6541423b6
@ -17,7 +17,9 @@ stdenv.mkDerivation rec {
|
||||
"getnameinfo_basic" # probably network-dependent
|
||||
"spawn_setuid_fails" "spawn_setgid_fails" "fs_chown" # user namespaces
|
||||
"getaddrinfo_fail" "getaddrinfo_fail_sync"
|
||||
];
|
||||
]
|
||||
# sometimes: timeout (no output)
|
||||
++ stdenv.lib.optional stdenv.isDarwin "process_title";
|
||||
tdRegexp = lib.concatStringsSep "\\|" toDisable;
|
||||
in lib.optionalString doCheck ''
|
||||
sed '/${tdRegexp}/d' -i test/test-list.h
|
||||
|
Loading…
Reference in New Issue
Block a user