Hello. This patchset contains some initial proposal for the futex syscall test along with some syscall parser formatting tweaks that appeared sensible to me during the test's realisation.
Eugene Syromyatnikov (8): Fix FUTEX_WAKE_OP compare function mask futex: Add handling of FUTEX_FD command. futex: Some refinement to unknown command argument formatting Add xlat values for FUTEX_WAIT commands with FUTEX_CLOCK_REALTIME bit set futex: Use alternate form for val3 presented in hex futex: Avoid printing val2 when it is not used by the command futex: Avoid printing val when it is not used by the command tests: Add test for the futex syscall futex.c | 32 ++- tests/Makefile.am | 2 + tests/futex.c | 655 +++++++++++++++++++++++++++++++++++++++++++++++++++++ tests/futex.test | 8 + xlat/futexops.in | 2 + 5 files changed, 690 insertions(+), 9 deletions(-) create mode 100644 tests/futex.c create mode 100755 tests/futex.test -- 1.7.10.4 ------------------------------------------------------------------------------ _______________________________________________ Strace-devel mailing list Strace-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/strace-devel