[hurd,commited] nptl: Remove now-spurious tst-cancelx9 references

Message ID 20200617135742.272520-1-samuel.thibault@ens-lyon.org
State Committed, archived
Headers
Series [hurd,commited] nptl: Remove now-spurious tst-cancelx9 references |

Commit Message

Samuel Thibault June 17, 2020, 1:57 p.m. UTC
  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.
---
 nptl/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
  

Patch

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