summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuki Okushi <jtitor@2k36.org>2022-10-25 17:15:16 +0900
committerYuki Okushi <jtitor@2k36.org>2022-10-25 17:15:16 +0900
commit8081c991813938d210a8eda4a32d245cf73e52a7 (patch)
treea7ecac56bda49f3f4e7bb06294e325e37fe7a2eb
parent09ad0b37f3d9d9a12c6a86251cf0b3f035125bcd (diff)
downloadrust-libc-8081c991813938d210a8eda4a32d245cf73e52a7.tar.gz
Ignore `res_init` test on macOS
Signed-off-by: Yuki Okushi <jtitor@2k36.org>
-rw-r--r--libc-test/build.rs3
1 files changed, 3 insertions, 0 deletions
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,