Skip to content

Commit

Permalink
Ignore res_init test on macOS
Browse files Browse the repository at this point in the history
Signed-off-by: Yuki Okushi <jtitor@2k36.org>
  • Loading branch information
JohnTitor committed Oct 25, 2022
1 parent 09ad0b3 commit 8081c99
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions libc-test/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,

Expand Down

0 comments on commit 8081c99

Please sign in to comment.