Skip to content

Commit f87d34d

Browse files
committed
Run CMSG tests on s390x and sparc64
Closes rust-lang#1239. Closes rust-lang#1240.
1 parent f775bea commit f87d34d

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

ci/test-runner-linux

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,6 @@ set -e
55
arch=$1
66
prog=$2
77

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-
178
cd /qemu/init
189
echo "#!/bin/sh\n/prog --color=never" > run_prog.sh
1910
chmod +x run_prog.sh

libc-test/test/cmsg.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,6 @@ mod t {
5252
}
5353
}
5454

55-
// Skip on sparc64
56-
// https://github.com/rust-lang/libc/issues/1239
57-
#[cfg(not(target_arch = "sparc64"))]
5855
#[test]
5956
fn test_cmsg_nxthdr() {
6057
use std::ptr;

0 commit comments

Comments
 (0)