]> granicus.if.org Git - strace/commit
tests: skip restart_syscall.test on x32
authorDmitry V. Levin <ldv@altlinux.org>
Fri, 4 Dec 2015 16:51:11 +0000 (16:51 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Fri, 4 Dec 2015 16:57:23 +0000 (16:57 +0000)
commit5421855219bd066a1ecc42b3d3357929a6f1b0c5
treeb372f4428e1f3a010e12b06c0774d8c69bc72538
parenta5aa080ae68a95e2fbc3466b242987fd2879b28a
tests: skip restart_syscall.test on x32

The syscall number of restart_syscall returned by the kernel in case
of ERESTART_RESTARTBLOCK is broken on x32 from the beginning, see
https://lkml.org/lkml/2015/11/30/790

Until that improves, skip the test on x32.

* tests/restart_syscall.c (main) [__x86_64__ && __ILP32__]: Return 77.
tests/restart_syscall.c