]> git.ipfire.org Git - thirdparty/valgrind.git/commit
The memcheck/tests/sigprocmask test is designed to test that we handle
authorTom Hughes <tom@compton.nu>
Wed, 2 Nov 2005 15:46:07 +0000 (15:46 +0000)
committerTom Hughes <tom@compton.nu>
Wed, 2 Nov 2005 15:46:07 +0000 (15:46 +0000)
commit2467698569ea5532034026ce9a4d6252674872f5
treeadc162c601cfff0cb4f1982d84550468aa8b448e
parent2e5014cb8ba3bad2d9864234b28461e8a75b5bf7
The memcheck/tests/sigprocmask test is designed to test that we handle
the old style sigprocmask system call correctly without corrupting
memory when we copy out the new (larger) signal mask into the user
provided old (smaller) signal mask.

It therefore makes no sense to run it on amd64 or any other platform
which only has the newer rt_sigprocmask system call, and indeed it
wasn't working because we weren't passing the extra argument which
that call expects.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@4990
memcheck/tests/Makefile.am
memcheck/tests/sigprocmask.c
memcheck/tests/sigprocmask.stderr.exp2 [new file with mode: 0644]