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 /sysdeps/mach/hurd | |
parent | f3a7ff069f74e4d6a89aba5fb9bba74f38d249c7 (diff) | |
download | glibc-6acd77229adda7e772bf5783145500f6cd074fd3.tar.gz glibc-6acd77229adda7e772bf5783145500f6cd074fd3.tar.xz glibc-6acd77229adda7e772bf5783145500f6cd074fd3.zip |
pthread: Move most barrier tests from nptl to sysdeps/pthread
So they can be checked with htl too.
Diffstat (limited to 'sysdeps/mach/hurd')
-rw-r--r-- | sysdeps/mach/hurd/i386/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/mach/hurd/i386/Makefile b/sysdeps/mach/hurd/i386/Makefile index a5ccab0956..445724f85f 100644 --- a/sysdeps/mach/hurd/i386/Makefile +++ b/sysdeps/mach/hurd/i386/Makefile @@ -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 |