summaryrefslogtreecommitdiff
path: root/tests/set_sigblock.c
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright headersDmitry V. Levin2021-02-161-1/+1
| | | | | Headers updated automatically using maint/update_copyright_years.sh script.
* Change my email addressDmitry V. Levin2020-12-311-1/+1
|
* Update copyright headersDmitry V. Levin2018-12-241-1/+1
|
* tests: change the license to GPL-2.0-or-laterDmitry V. Levin2018-12-101-21/+1
| | | | | strace test suite is now provided under the terms of the GNU General Public License version 2 or later, see tests/COPYING for more details.
* tests: check signal mask transparencyDmitry V. Levin2017-11-041-0/+53
Starting with commit v4.17-5-gf83b49b strace is expected to forward the signal mask to tracees unchanged. * tests/check_sigblock.c: New file. * tests/set_sigblock.c: Likewise. * tests/sigblock.test: New test. * tests/.gitignore: Add check_sigblock and set_sigblock. * tests/Makefile.am (check_PROGRAMS): Likewise. (MISC_TESTS): Add sigblock.test.