Skip to content

Commit 414a779

Browse files
tgross35AkhilTThomas
authored andcommitted
solaris: Skip fexecve in tests
Tests do not pass on the 0.2 branch. See rust-lang#1272.
1 parent 40eb3ed commit 414a779

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
@@ -1056,6 +1056,9 @@ fn test_solarish(target: &str) {
10561056
// const-ness issues
10571057
"settimeofday" | "sethostname" => true,
10581058

1059+
// FIXME(1.0): https://github.com/rust-lang/libc/issues/1272
1060+
"fexecve" => true,
1061+
10591062
// Solaris-different
10601063
"getpwent_r" | "getgrent_r" | "updwtmpx" if is_illumos => true,
10611064
"madvise" | "mprotect" if is_illumos => true,

0 commit comments

Comments
 (0)