From 8081c991813938d210a8eda4a32d245cf73e52a7 Mon Sep 17 00:00:00 2001 From: Yuki Okushi Date: Tue, 25 Oct 2022 17:15:16 +0900 Subject: Ignore `res_init` test on macOS Signed-off-by: Yuki Okushi --- libc-test/build.rs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libc-test/build.rs b/libc-test/build.rs index d5bf3ea61b..c45cedf4a1 100644 --- a/libc-test/build.rs +++ b/libc-test/build.rs @@ -332,6 +332,9 @@ fn test_apple(target: &str) { // close calls the close_nocancel system call "close" => true, + // FIXME: libstd removed libresolv support: https://github.com/rust-lang/rust/pull/102766 + "res_init" => true, + // FIXME: remove once the target in CI is updated "pthread_jit_write_freeze_callbacks_np" => true, -- cgit v1.2.1