about summary refs log tree commit diff
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2020-02-09 22:27:09 +0000
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2020-02-10 01:03:54 +0000
commit819bb5e660bc18fe8b39c5ffd4b9b37f6e69f4cb (patch)
tree14509013d3f876031d42fa24fbd691d19f39cfc8
parent7e7182256a104da518018a0b4edfe51689487f42 (diff)
downloadglibc-819bb5e660bc18fe8b39c5ffd4b9b37f6e69f4cb.tar.gz
glibc-819bb5e660bc18fe8b39c5ffd4b9b37f6e69f4cb.tar.xz
glibc-819bb5e660bc18fe8b39c5ffd4b9b37f6e69f4cb.zip
pthread: Move key tests from nptl to sysdeps/pthread
So they can be checked with htl too.
-rw-r--r--nptl/Makefile1
-rw-r--r--sysdeps/pthread/Makefile1
-rw-r--r--sysdeps/pthread/tst-key1.c (renamed from nptl/tst-key1.c)0
-rw-r--r--sysdeps/pthread/tst-key2.c (renamed from nptl/tst-key2.c)0
-rw-r--r--sysdeps/pthread/tst-key3.c (renamed from nptl/tst-key3.c)0
-rw-r--r--sysdeps/pthread/tst-key4.c (renamed from nptl/tst-key4.c)0
6 files changed, 1 insertions, 1 deletions
diff --git a/nptl/Makefile b/nptl/Makefile
index 3ad3024a39..8e53ff6a49 100644
--- a/nptl/Makefile
+++ b/nptl/Makefile
@@ -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 \
diff --git a/sysdeps/pthread/Makefile b/sysdeps/pthread/Makefile
index cceaa91837..8143eeb1ad 100644
--- a/sysdeps/pthread/Makefile
+++ b/sysdeps/pthread/Makefile
@@ -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 \
diff --git a/nptl/tst-key1.c b/sysdeps/pthread/tst-key1.c
index 079dc8c9af..079dc8c9af 100644
--- a/nptl/tst-key1.c
+++ b/sysdeps/pthread/tst-key1.c
diff --git a/nptl/tst-key2.c b/sysdeps/pthread/tst-key2.c
index cde58692db..cde58692db 100644
--- a/nptl/tst-key2.c
+++ b/sysdeps/pthread/tst-key2.c
diff --git a/nptl/tst-key3.c b/sysdeps/pthread/tst-key3.c
index 6efca16873..6efca16873 100644
--- a/nptl/tst-key3.c
+++ b/sysdeps/pthread/tst-key3.c
diff --git a/nptl/tst-key4.c b/sysdeps/pthread/tst-key4.c
index c0d15d7595..c0d15d7595 100644
--- a/nptl/tst-key4.c
+++ b/sysdeps/pthread/tst-key4.c