Skip to content

Commit 075b631

Browse files
Temporarily remove esetfunc from testing
1 parent 2064b7a commit 075b631

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

libc-test/build.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1194,6 +1194,8 @@ fn test_netbsd(target: &str) {
11941194

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

0 commit comments

Comments
 (0)