]> sourceware.org Git - glibc.git/commitdiff
pthread: Move spin tests from nptl to sysdeps/pthread
authorSamuel Thibault <samuel.thibault@ens-lyon.org>
Sun, 9 Feb 2020 17:00:39 +0000 (17:00 +0000)
committerSamuel Thibault <samuel.thibault@ens-lyon.org>
Sun, 9 Feb 2020 17:00:44 +0000 (17:00 +0000)
So they can be checked with htl too.

nptl/Makefile
sysdeps/pthread/Makefile
sysdeps/pthread/tst-spin1.c [moved from nptl/tst-spin1.c with 100% similarity]
sysdeps/pthread/tst-spin2.c [moved from nptl/tst-spin2.c with 100% similarity]
sysdeps/pthread/tst-spin3.c [moved from nptl/tst-spin3.c with 100% similarity]
sysdeps/pthread/tst-spin4.c [moved from nptl/tst-spin4.c with 100% similarity]

index 812d01a4e1eeb70264a6650d2b10f54cdd6369ba..baa6c66778062aac5e3ec265c52776f1b01c49d3 100644 (file)
@@ -240,7 +240,6 @@ tests = tst-attr1 tst-attr2 tst-attr3 tst-default-attr \
        tst-mutex7robust tst-mutexpi1 tst-mutexpi2 tst-mutexpi3 tst-mutexpi4 \
        tst-mutexpi5 tst-mutexpi5a tst-mutexpi6 tst-mutexpi7 tst-mutexpi7a \
        tst-mutexpi9 \
-       tst-spin1 tst-spin2 tst-spin3 tst-spin4 \
        tst-cond1 tst-cond2 tst-cond3 tst-cond4 tst-cond5 tst-cond6 tst-cond7 \
        tst-cond8 tst-cond9 tst-cond10 tst-cond11 tst-cond12 tst-cond13 \
        tst-cond14 tst-cond15 tst-cond16 tst-cond17 tst-cond18 tst-cond19 \
index db4d5730705d234aa90f25493b5186109029d227..6b66031706d25e155184813a65ab8411d24f88e8 100644 (file)
@@ -44,5 +44,6 @@ tests += tst-cnd-basic tst-mtx-trylock tst-cnd-broadcast \
         tst-mtx-recursive tst-tss-basic tst-call-once tst-mtx-timedlock \
         tst-basic1 tst-basic2 tst-basic3 tst-basic4 tst-basic5 tst-basic6 \
         tst-basic7 \
+        tst-spin1 tst-spin2 tst-spin3 tst-spin4 \
 
 endif
similarity index 100%
rename from nptl/tst-spin1.c
rename to sysdeps/pthread/tst-spin1.c
similarity index 100%
rename from nptl/tst-spin2.c
rename to sysdeps/pthread/tst-spin2.c
similarity index 100%
rename from nptl/tst-spin3.c
rename to sysdeps/pthread/tst-spin3.c
similarity index 100%
rename from nptl/tst-spin4.c
rename to sysdeps/pthread/tst-spin4.c
This page took 0.048846 seconds and 5 git commands to generate.