]> granicus.if.org Git - strace/commit
tests: really skip mips o32 scno tampering tests on mips n64
authorDmitry V. Levin <ldv@altlinux.org>
Wed, 23 Aug 2017 18:38:26 +0000 (18:38 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Wed, 23 Aug 2017 18:38:26 +0000 (18:38 +0000)
commit2b786e0113c105e2434d4e9069797321628b4ab3
treee16fbe61ed1d908c677af0cf53e0407a32987a7a
parent5d7623a502457129f9e4d2dedf0dd0c63662c780
tests: really skip mips o32 scno tampering tests on mips n64

* tests/is_linux_mips_n64.c: New file.
* tests/Makefile.am (check_PROGRAMS): Add it.
* tests/scno_tampering.sh <$STRACE_ARCH == mips>:
In case of mips o32 abi, skip the test if is_linux_mips_n64 says
that the kernel is mips n64, even if "uname -m" claims it's mips.
tests/Makefile.am
tests/is_linux_mips_n64.c [new file with mode: 0644]
tests/scno_tampering.sh