]> sourceware.org Git - glibc.git/commit
pthread: Move most cond tests from nptl to sysdeps/pthread
authorSamuel Thibault <samuel.thibault@ens-lyon.org>
Sun, 9 Feb 2020 19:17:51 +0000 (19:17 +0000)
committerSamuel Thibault <samuel.thibault@ens-lyon.org>
Sun, 9 Feb 2020 19:24:44 +0000 (19:24 +0000)
commitd8f1f2d9ab2144b589fdac3e381cd86e71871e43
tree586832da5c77a4635006cfecb4515e23956ddaa6
parentfaae4b2bdd692d929037c80c3315f716f02f3b00
pthread: Move most cond tests from nptl to sysdeps/pthread

So they can be checked with htl too.
31 files changed:
nptl/Makefile
sysdeps/mach/hurd/i386/Makefile
sysdeps/pthread/Makefile
sysdeps/pthread/tst-cond-except.c [moved from nptl/tst-cond-except.c with 100% similarity]
sysdeps/pthread/tst-cond1.c [moved from nptl/tst-cond1.c with 100% similarity]
sysdeps/pthread/tst-cond10.c [moved from nptl/tst-cond10.c with 100% similarity]
sysdeps/pthread/tst-cond11-static.c [moved from nptl/tst-cond11-static.c with 100% similarity]
sysdeps/pthread/tst-cond11.c [moved from nptl/tst-cond11.c with 100% similarity]
sysdeps/pthread/tst-cond12.c [moved from nptl/tst-cond12.c with 100% similarity]
sysdeps/pthread/tst-cond13.c [moved from nptl/tst-cond13.c with 100% similarity]
sysdeps/pthread/tst-cond14.c [moved from nptl/tst-cond14.c with 100% similarity]
sysdeps/pthread/tst-cond15.c [moved from nptl/tst-cond15.c with 100% similarity]
sysdeps/pthread/tst-cond16.c [moved from nptl/tst-cond16.c with 98% similarity]
sysdeps/pthread/tst-cond17.c [moved from nptl/tst-cond17.c with 100% similarity]
sysdeps/pthread/tst-cond18.c [moved from nptl/tst-cond18.c with 98% similarity]
sysdeps/pthread/tst-cond19.c [moved from nptl/tst-cond19.c with 100% similarity]
sysdeps/pthread/tst-cond2.c [moved from nptl/tst-cond2.c with 100% similarity]
sysdeps/pthread/tst-cond22.c [moved from nptl/tst-cond22.c with 100% similarity]
sysdeps/pthread/tst-cond23.c [moved from nptl/tst-cond23.c with 100% similarity]
sysdeps/pthread/tst-cond24.c [moved from nptl/tst-cond24.c with 100% similarity]
sysdeps/pthread/tst-cond25.c [moved from nptl/tst-cond25.c with 100% similarity]
sysdeps/pthread/tst-cond26.c [moved from nptl/tst-cond26.c with 100% similarity]
sysdeps/pthread/tst-cond27.c [moved from nptl/tst-cond27.c with 100% similarity]
sysdeps/pthread/tst-cond3.c [moved from nptl/tst-cond3.c with 100% similarity]
sysdeps/pthread/tst-cond4.c [moved from nptl/tst-cond4.c with 100% similarity]
sysdeps/pthread/tst-cond5.c [moved from nptl/tst-cond5.c with 100% similarity]
sysdeps/pthread/tst-cond6.c [moved from nptl/tst-cond6.c with 100% similarity]
sysdeps/pthread/tst-cond7.c [moved from nptl/tst-cond7.c with 100% similarity]
sysdeps/pthread/tst-cond8-static.c [moved from nptl/tst-cond8-static.c with 100% similarity]
sysdeps/pthread/tst-cond8.c [moved from nptl/tst-cond8.c with 100% similarity]
sysdeps/pthread/tst-cond9.c [moved from nptl/tst-cond9.c with 100% similarity]
This page took 0.054068 seconds and 5 git commands to generate.