[PATCH v2 0/3] Testsuite fixes for mips64

James Cowgill james410 at cowgill.org.uk
Thu Aug 11 16:33:00 UTC 2016


These patches fix most of the testsuite failures which happen on 64-bit mips
(n32 and n64). None of the failures were bugs in strace, but rather bugs in
the testsuite.

An example of the failures can be seen here:
https://buildd.debian.org/status/fetch.php?pkg=strace&arch=mips64el&ver=4.12-3&stamp=1468671031

The only test which still seems to fail on my machine is the "pwritev" test,
but I believe that's caused by a kernel bug (which I haven't tracked down yet).

Thanks,
James

Changes in v2:
- tests/mlock2.c: dropped, already applied :)
- tests/nsyscalls.test: substitude MIPS_ABI instead of st_cv_mips_abi
- tests/fcntl.c: fix ifdef

James Cowgill (3):
  tests/xstatx.c: fix stat syscall tests on mips64
  tests/nsyscalls.test: only trace the "syscall" syscall on mips o32
  tests/fcntl.c: fix fcntl test on mips64

 configure.ac         | 3 +++
 tests/Makefile.am    | 2 +-
 tests/fcntl.c        | 3 +++
 tests/nsyscalls.test | 9 +++++----
 tests/xstatx.c       | 5 +++++
 5 files changed, 17 insertions(+), 5 deletions(-)

-- 
2.8.1




More information about the Strace-devel mailing list