]> sourceware.org Git - glibc.git/commitdiff
pthread: Move key tests from nptl to sysdeps/pthread
authorSamuel Thibault <samuel.thibault@ens-lyon.org>
Sun, 9 Feb 2020 22:27:09 +0000 (22:27 +0000)
committerSamuel Thibault <samuel.thibault@ens-lyon.org>
Mon, 10 Feb 2020 01:03:54 +0000 (01:03 +0000)
So they can be checked with htl too.

nptl/Makefile
sysdeps/pthread/Makefile
sysdeps/pthread/tst-key1.c [moved from nptl/tst-key1.c with 100% similarity]
sysdeps/pthread/tst-key2.c [moved from nptl/tst-key2.c with 100% similarity]
sysdeps/pthread/tst-key3.c [moved from nptl/tst-key3.c with 100% similarity]
sysdeps/pthread/tst-key4.c [moved from nptl/tst-key4.c with 100% similarity]

index 3ad3024a39f43f3201d663a9f7589c39a1ad7f62..8e53ff6a496cc4a1c0cf5514adf994b2b5934d8a 100644 (file)
@@ -249,7 +249,6 @@ tests = tst-attr2 tst-attr3 tst-default-attr \
        tst-rwlock9 tst-rwlock10 tst-rwlock11 tst-rwlock12 \
        tst-rwlock14 tst-rwlock15 tst-rwlock17 tst-rwlock18 \
        tst-once5 \
-       tst-key1 tst-key2 tst-key3 tst-key4 \
        tst-sem1 tst-sem2 tst-sem3 tst-sem4 tst-sem5 tst-sem6 tst-sem7 \
        tst-sem8 tst-sem9 tst-sem10 tst-sem14 \
        tst-sem15 tst-sem16 tst-sem17 \
index cceaa91837fc36d60582638d4f7bb4f5d9f34822..8143eeb1ad3e461be7da82657645fd17c4f6cc0c 100644 (file)
@@ -50,6 +50,7 @@ tests += tst-cnd-basic tst-mtx-trylock tst-cnd-broadcast \
         tst-cond14 tst-cond15 tst-cond16 tst-cond17 tst-cond18 tst-cond19 \
         tst-cond23 tst-cond24 tst-cond25 \
         tst-cond-except \
+        tst-key1 tst-key2 tst-key3 tst-key4 \
         tst-mutex1 tst-mutex2 tst-mutex3 tst-mutex4 tst-mutex6 tst-mutex10 \
         tst-once1 tst-once2 tst-once3 tst-once4 \
         tst-rwlock1 tst-rwlock4 tst-rwlock5 tst-rwlock13 tst-rwlock16 \
similarity index 100%
rename from nptl/tst-key1.c
rename to sysdeps/pthread/tst-key1.c
similarity index 100%
rename from nptl/tst-key2.c
rename to sysdeps/pthread/tst-key2.c
similarity index 100%
rename from nptl/tst-key3.c
rename to sysdeps/pthread/tst-key3.c
similarity index 100%
rename from nptl/tst-key4.c
rename to sysdeps/pthread/tst-key4.c
This page took 0.048431 seconds and 5 git commands to generate.