From 67ac0f74a4a5021f77566fdbe4cda5880eba8ba4 Mon Sep 17 00:00:00 2001 From: Adhemerval Zanella Date: Mon, 21 Sep 2015 15:54:04 -0700 Subject: nptl: Add NPTL cases for cancellation failures cases This patch pthread cancellation tests to check for failures cases wherer the syscall cancel wrapper should both set the error and the errno values. Tested on i686, x86_64, x32, powerpc64le, and aarch64. * nptl/Makefile (tests): Add tst-cancel26.c and tst-cancel27.c. * nptl/tst-cancel26.c: New file. * nptl/tst-cancel27.c: Likewise. --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index cf987c6b57..23f6fe9f76 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2015-10-09 Adhemerval Zanella + Phil Blundell + + * nptl/Makefile (tests): Add tst-cancel26.c and tst-cancel27.c. + * nptl/tst-cancel26.c: New file. + * nptl/tst-cancel27.c: Likewise. + 2015-10-09 H.J. Lu * sysdeps/x86_64/fpu/s_llrint.S (__lrint): Add alias only if -- cgit v1.2.3