mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-23 09:43:32 +08:00
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.
This commit is contained in:
parent
a35a59036e
commit
7a508406df
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user