diff options
author | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2016-06-10 10:03:04 -0300 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2016-06-13 13:37:24 -0300 |
commit | b39b6e0c902f0bf5f99d593b8f5953943777c610 (patch) | |
tree | 89b6ee282879468ec64b432b2f402d4985cb4f2f /ChangeLog | |
parent | 2c41b52901331f5c761015af786a3976e225d779 (diff) | |
download | glibc-b39b6e0c902f0bf5f99d593b8f5953943777c610.tar.gz glibc-b39b6e0c902f0bf5f99d593b8f5953943777c610.tar.xz glibc-b39b6e0c902f0bf5f99d593b8f5953943777c610.zip |
nptl: Add sendmmsg and recvmmsg cancellation tests
This patch adds cancellation tests for both sendmmsg and recvmmsg syscalls. Since for some system configuration (x86_64/i686 on older kernels and non-Linux platforms), the tests are added as two independent that report as unsupported if the syscall is not presented. Both new tests uses the already tst-cancel4.c code, which as moved to a common tst-cancel4-common{.c,h} files. Tested on x86_64 and i686. * nptl/Makefile (test): Add tst-cancel4_1 and tst-cancel4_2. * nptl/tst-cancel4-common.c: New file. * nptl/tst-cancel4-common.h: Likewise. * nptl/tst-cancel4.c: Move common definitions to tst-cancel4-common.{c,h} file. * nptl/tst-cancel4_1.c: New test. * nptl/tst-cancel4_2.c: New test.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 7f8da5ceb5..84e6720fa4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2016-06-13 Adhemerval Zanella <adhemerval.zanella@linaro.org> + + * nptl/Makefile (test): Add tst-cancel4_1 and tst-cancel4_2. + * nptl/tst-cancel4-common.c: New file. + * nptl/tst-cancel4-common.h: Likewise. + * nptl/tst-cancel4.c: Move common definitions to + tst-cancel4-common.{c,h} file. + * nptl/tst-cancel4_1.c: New test. + * nptl/tst-cancel4_2.c: New test. + 2016-06-13 Florian Weimer <fweimer@redhat.com> [BZ #20248] |