]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
nptl: Remove now-spurious tst-cancelx9 references
authorSamuel Thibault <samuel.thibault@ens-lyon.org>
Wed, 17 Jun 2020 13:55:52 +0000 (15:55 +0200)
committerSamuel Thibault <samuel.thibault@ens-lyon.org>
Wed, 17 Jun 2020 13:55:52 +0000 (15:55 +0200)
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

index 3356f2aa11fac445b571dc456aec111430f51fa7..60483c1ec43b3717b420a1e3c3535f1fb8accbd6 100644 (file)
@@ -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