]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Fix test none/tests/pth_2sig on Solaris.
authorIvo Raisr <ivosh@ivosh.net>
Sun, 20 Nov 2016 15:06:08 +0000 (15:06 +0000)
committerIvo Raisr <ivosh@ivosh.net>
Sun, 20 Nov 2016 15:06:08 +0000 (15:06 +0000)
commitb25f61d6ffa5ddaac96fc040d1e824ac07a7e54a
tree96970a3a52dc64e2d32c213204b0afee827d629c
parentd513fcfe77f378f8f87579c234b17a482c3a5aaa
Fix test none/tests/pth_2sig on Solaris.
When signal SIGINT was used, it got propagated to the parent shell
and therefore the regression test suite was terminated.
With SIGTERM only the parent exits, as is supposed.
Verified that this changed test case still reproduces the original problem
on Linux and Solaris, when r16140 is temporarily undone.
Follow up to r16140 and r16143 and BZ#372600.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@16147
none/tests/Makefile.am
none/tests/pth_2sig.c
none/tests/pth_2sig.stderr.exp-linux [new file with mode: 0644]
none/tests/pth_2sig.stderr.exp-solaris [moved from none/tests/pth_2sig.stderr.exp with 100% similarity]
none/tests/pth_2sig.vgtest