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

nptl/Makefile
sysdeps/pthread/Makefile
sysdeps/pthread/tst-attr1.c [moved from nptl/tst-attr1.c with 100% similarity]

index 774cf0a7549e7ea2e24c721292a2f74b654c5020..51a0be008b274b949379d38afc62e5b515ef966b 100644 (file)
@@ -234,7 +234,7 @@ LDLIBS-tst-thread-exit-clobber = -lstdc++
 CFLAGS-tst-minstack-throw.o = -std=gnu++11
 LDLIBS-tst-minstack-throw = -lstdc++
 
-tests = tst-attr1 tst-attr2 tst-attr3 tst-default-attr \
+tests = tst-attr2 tst-attr3 tst-default-attr \
        tst-mutex5 tst-mutex7 tst-mutex9 tst-mutex11 tst-mutex5a tst-mutex7a \
        tst-mutex7robust tst-mutexpi1 tst-mutexpi2 tst-mutexpi3 tst-mutexpi4 \
        tst-mutexpi5 tst-mutexpi5a tst-mutexpi6 tst-mutexpi7 tst-mutexpi7a \
index fb467d8e7959579d3584011e71d73147ca1fd935..51171102101e70f0dd5b433bc691fb8d914b1777 100644 (file)
@@ -42,6 +42,7 @@ libpthread-routines += thrd_create thrd_detach thrd_exit thrd_join \
 tests += tst-cnd-basic tst-mtx-trylock tst-cnd-broadcast \
         tst-cnd-timedwait tst-thrd-detach tst-mtx-basic tst-thrd-sleep \
         tst-mtx-recursive tst-tss-basic tst-call-once tst-mtx-timedlock \
+        tst-attr1 \
         tst-basic1 tst-basic2 tst-basic3 tst-basic4 tst-basic5 tst-basic6 \
         tst-basic7 \
         tst-mutex1 tst-mutex2 tst-mutex3 tst-mutex4 tst-mutex6 tst-mutex10 \
similarity index 100%
rename from nptl/tst-attr1.c
rename to sysdeps/pthread/tst-attr1.c