[PATCH v3 0/2] Aditional checks for IPC tests
Eugene Syromyatnikov
evgsyr at gmail.com
Mon Sep 12 23:55:04 UTC 2016
Changes since v2:
* Workaround for musl which sets size argument in shmget call to SIZE_MAX
if it is greater than PTRDIFF_MAX.
* Fix pattern for indirect semctl call.
* Added workaround for broken msgctl call with faulty pointer in third
argument on PPC64.
Eugene Syromyatnikov (2):
tests: Additional IPC checks
tests: Workaroud for buggy glibc in ipc_msg test on ppc64
tests/ipc_msg.c | 66 ++++++++++++++++++++++++++++++++++++++++++++++++++----
tests/ipc_sem.c | 29 ++++++++++++++++++++++++
tests/ipc_shm.c | 44 ++++++++++++++++++++++++++++++++++++
tests/semop.c | 65 +++++++++++++++++++++++++++++++++++++++++++++++++++++
tests/semop.test | 2 +-
tests/shmxt.c | 11 +++++++++
6 files changed, 212 insertions(+), 5 deletions(-)
--
1.7.10.4
More information about the Strace-devel
mailing list