Skip to content

Commit 3a1582f

Browse files
committed
solaris: Skip fexecve in tests
Tests do not pass on the 0.2 branch. See #1272.
1 parent bea7771 commit 3a1582f

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
@@ -1064,6 +1064,9 @@ fn test_solarish(target: &str) {
10641064
// const-ness issues
10651065
"execv" | "execve" | "execvp" | "settimeofday" | "sethostname" => true,
10661066

1067+
// FIXME(1.0): https://github.com/rust-lang/libc/issues/1272
1068+
"fexecve" => true,
1069+
10671070
// Solaris-different
10681071
"getpwent_r" | "getgrent_r" | "updwtmpx" if is_illumos => true,
10691072
"madvise" | "mprotect" if is_illumos => true,

0 commit comments

Comments
 (0)