diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2020-02-09 23:14:35 +0000 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2020-02-10 01:03:55 +0000 |
commit | 6acd77229adda7e772bf5783145500f6cd074fd3 (patch) | |
tree | 46d03d0aec8858ee9de87f6a16c46348dbcb2563 /nptl/Makefile | |
parent | f3a7ff069f74e4d6a89aba5fb9bba74f38d249c7 (diff) | |
download | glibc-6acd77229adda7e772bf5783145500f6cd074fd3.tar glibc-6acd77229adda7e772bf5783145500f6cd074fd3.tar.gz glibc-6acd77229adda7e772bf5783145500f6cd074fd3.tar.bz2 glibc-6acd77229adda7e772bf5783145500f6cd074fd3.zip |
pthread: Move most barrier tests from nptl to sysdeps/pthread
So they can be checked with htl too.
Diffstat (limited to 'nptl/Makefile')
-rw-r--r-- | nptl/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nptl/Makefile b/nptl/Makefile index 80e293209c..a72022a052 100644 --- a/nptl/Makefile +++ b/nptl/Makefile @@ -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 \ |