We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f775bea commit f87d34dCopy full SHA for f87d34d
ci/test-runner-linux
@@ -5,15 +5,6 @@ set -e
5
arch=$1
6
prog=$2
7
8
-# Skip cmsg test on linux-s390x
9
-# https://github.com/rust-lang/libc/issues/1240
10
-if [ "$arch" = "s390x" ]; then
11
- progbasename=`basename $prog`
12
- if [ "${progbasename%%-*}" = "cmsg" ]; then
13
- exit 0
14
- fi
15
-fi
16
-
17
cd /qemu/init
18
echo "#!/bin/sh\n/prog --color=never" > run_prog.sh
19
chmod +x run_prog.sh
libc-test/test/cmsg.rs
@@ -52,9 +52,6 @@ mod t {
52
}
53
54
55
- // Skip on sparc64
56
- // https://github.com/rust-lang/libc/issues/1239
57
- #[cfg(not(target_arch = "sparc64"))]
58
#[test]
59
fn test_cmsg_nxthdr() {
60
use std::ptr;
0 commit comments