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


------------------------------------------------------------------------------
_______________________________________________
Strace-devel mailing list
Strace-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/strace-devel

Reply via email to