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

nptl/Makefile
sysdeps/mach/hurd/i386/Makefile
sysdeps/pthread/Makefile
sysdeps/pthread/tst-barrier1.c [moved from nptl/tst-barrier1.c with 100% similarity]
sysdeps/pthread/tst-barrier2.c [moved from nptl/tst-barrier2.c with 100% similarity]
sysdeps/pthread/tst-barrier3.c [moved from nptl/tst-barrier3.c with 100% similarity]
sysdeps/pthread/tst-barrier4.c [moved from nptl/tst-barrier4.c with 100% similarity]

index 80e293209c2582406fff806646d813355777bd1c..a72022a052701aac0fc9915a6bc5d4940c1597c0 100644 (file)
@@ -250,7 +250,6 @@ tests = tst-attr2 tst-attr3 tst-default-attr \
        tst-rwlock14 tst-rwlock15 tst-rwlock17 tst-rwlock18 \
        tst-once5 \
        tst-sem5 tst-sem17 \
-       tst-barrier1 tst-barrier2 tst-barrier3 tst-barrier4 \
        tst-align tst-align3 \
        tst-kill1 tst-kill2 tst-kill3 tst-kill4 tst-kill5 tst-kill6 \
        tst-raise1 \
index a5ccab09569c60a2cc8ffac43564be861dd073b0..445724f85fbd82200124bd72bd1a8f0fb0804d4f 100644 (file)
@@ -112,6 +112,7 @@ test-xfail-tst-cond23 = yes
 test-xfail-tst-rwlock4 = yes
 test-xfail-tst-rwlock12 = yes
 test-xfail-tst-sem3 = yes
+test-xfail-tst-barrier2 = yes
 endif
 
 # For bug 25522
index 2f07c0cfe60bebfad987c4349d96d2f253e062ae..c102f45b6a3d0e16395e375a7d6251abb06fba4b 100644 (file)
@@ -43,6 +43,7 @@ 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-barrier1 tst-barrier2 tst-barrier3 tst-barrier4 \
         tst-basic1 tst-basic2 tst-basic3 tst-basic4 tst-basic5 tst-basic6 \
         tst-basic7 \
         tst-cond1 tst-cond2 tst-cond3 tst-cond4 tst-cond5 tst-cond6 tst-cond7 \
This page took 0.05089 seconds and 5 git commands to generate.