about summary refs log tree commit diff
path: root/nptl
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2020-06-17 15:55:52 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2020-06-17 15:55:52 +0200
commit7a508406dfbf9121daeef2a32a3a41c7be7e5add (patch)
tree25dca3b3c366b6e34062737d9e5ed1e0e3d9b70f /nptl
parenta35a59036ebae3efcdf5e8167610e0656fca9770 (diff)
downloadglibc-7a508406dfbf9121daeef2a32a3a41c7be7e5add.tar.gz
glibc-7a508406dfbf9121daeef2a32a3a41c7be7e5add.tar.xz
glibc-7a508406dfbf9121daeef2a32a3a41c7be7e5add.zip
nptl: Remove now-spurious tst-cancelx9 references
They were to be moved to sysdeps/pthread/Makefile in 45fce058f ('htl:
Enable more cancellation tests')

* nptl/Makefile: (tests): Remove tst-cancelx9.
(CFLAGS-tst-cancelx9.c): Remove.
Diffstat (limited to 'nptl')
-rw-r--r--nptl/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/nptl/Makefile b/nptl/Makefile
index 3356f2aa11..60483c1ec4 100644
--- a/nptl/Makefile
+++ b/nptl/Makefile
@@ -357,7 +357,7 @@ endif
 
 LDFLAGS-pthread.so = -Wl,--enable-new-dtags,-z,nodelete,-z,initfirst
 
-tests += tst-cancelx4 tst-cancelx5 tst-cancelx7 tst-cancelx9 \
+tests += tst-cancelx4 tst-cancelx5 tst-cancelx7 \
 	 tst-cancelx13 \
 	 tst-cancelx16 tst-cancelx17 tst-cancelx20 \
 	 tst-cleanupx4
@@ -477,7 +477,6 @@ CFLAGS-tst-cancelx5.c += -Wno-error
 CFLAGS-tst-cancelx4.c += -fexceptions
 CFLAGS-tst-cancelx5.c += -fexceptions
 CFLAGS-tst-cancelx7.c += -fexceptions
-CFLAGS-tst-cancelx9.c += -fexceptions
 CFLAGS-tst-cancelx13.c += -fexceptions
 CFLAGS-tst-cancelx16.c += -fexceptions
 CFLAGS-tst-cancelx17.c += -fexceptions