Skip to content

Commit 6a61e0a

Browse files
committed
Disable test_cmsg_nxthdr
Signed-off-by: Yuki Okushi <jtitor@2k36.org>
1 parent 68e06ad commit 6a61e0a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

libc-test/test/cmsg.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@ mod t {
5555
// https://github.com/rust-lang/libc/issues/1239
5656
#[cfg(not(target_arch = "sparc64"))]
5757
#[test]
58+
// FIXME: This triggers alignment checks for pointer dereferences:
59+
// https://github.com/rust-lang/libc/issues/3181
60+
#[ignore]
5861
fn test_cmsg_nxthdr() {
5962
use std::ptr;
6063

0 commit comments

Comments
 (0)