Skip to content

Commit

Permalink
Temporarily remove esetfunc from testing
Browse files Browse the repository at this point in the history
  • Loading branch information
nathaniel-bennett committed Oct 14, 2024
1 parent 2064b7a commit 075b631
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libc-test/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1194,6 +1194,8 @@ fn test_netbsd(target: &str) {

cfg.skip_fn(move |name| {
match name {
// FIXME: currently unsupported; see https://github.com/JohnTitor/ctest2/issues/58
"esetfunc" => true,
// FIXME: netbsd 10 minimum
"getentropy" | "getrandom" => true,

Expand Down

0 comments on commit 075b631

Please sign in to comment.