Skip to content

Commit 8081c99

Browse files
committed
Ignore res_init test on macOS
Signed-off-by: Yuki Okushi <[email protected]>
1 parent 09ad0b3 commit 8081c99

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

libc-test/build.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -332,6 +332,9 @@ fn test_apple(target: &str) {
332332
// close calls the close_nocancel system call
333333
"close" => true,
334334

335+
// FIXME: libstd removed libresolv support: https://github.com/rust-lang/rust/pull/102766
336+
"res_init" => true,
337+
335338
// FIXME: remove once the target in CI is updated
336339
"pthread_jit_write_freeze_callbacks_np" => true,
337340

0 commit comments

Comments
 (0)