pthread: Move robust mutex tests from nptl to sysdeps/pthread
authorSamuel Thibault <samuel.thibault@ens-lyon.org>
Sun, 16 Feb 2020 14:30:17 +0000 (14:30 +0000)
committerSamuel Thibault <samuel.thibault@ens-lyon.org>
Sun, 16 Feb 2020 14:43:54 +0000 (14:43 +0000)
commita25077a431758b30aa60103945fe70811e8207ef
treec4d0fd554de8697c129b937c359f07a0f2a6af28
parentf640c4231df53aecd5880b4a172981e633de2718
pthread: Move robust mutex tests from nptl to sysdeps/pthread

tst-robust8.c prints some mutex internals for nptl debugging, this
needed to be made conditioned by getting built with nptl.
15 files changed:
nptl/Makefile
nptl/pthreadP.h
sysdeps/htl/pthreadP.h
sysdeps/mach/hurd/i386/Makefile
sysdeps/pthread/Makefile
sysdeps/pthread/tst-robust1.c [moved from nptl/tst-robust1.c with 100% similarity]
sysdeps/pthread/tst-robust10.c [moved from nptl/tst-robust10.c with 100% similarity]
sysdeps/pthread/tst-robust2.c [moved from nptl/tst-robust2.c with 100% similarity]
sysdeps/pthread/tst-robust3.c [moved from nptl/tst-robust3.c with 100% similarity]
sysdeps/pthread/tst-robust4.c [moved from nptl/tst-robust4.c with 100% similarity]
sysdeps/pthread/tst-robust5.c [moved from nptl/tst-robust5.c with 100% similarity]
sysdeps/pthread/tst-robust6.c [moved from nptl/tst-robust6.c with 100% similarity]
sysdeps/pthread/tst-robust7.c [moved from nptl/tst-robust7.c with 100% similarity]
sysdeps/pthread/tst-robust8.c [moved from nptl/tst-robust8.c with 99% similarity]
sysdeps/pthread/tst-robust9.c [moved from nptl/tst-robust9.c with 100% similarity]