diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2020-02-09 22:27:38 +0000 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2020-02-09 22:29:28 +0000 |
commit | 782ee4e256a1e2b6fe2fe226ec8a38732e43c60f (patch) | |
tree | 126fd55cfb939aab61427fc61ca942b16e7448a4 /sysdeps/mach | |
parent | d5ec049d44f019deaeed8adc0bd10819e5569e93 (diff) | |
download | glibc-782ee4e256a1e2b6fe2fe226ec8a38732e43c60f.tar glibc-782ee4e256a1e2b6fe2fe226ec8a38732e43c60f.tar.gz glibc-782ee4e256a1e2b6fe2fe226ec8a38732e43c60f.tar.bz2 glibc-782ee4e256a1e2b6fe2fe226ec8a38732e43c60f.zip |
htl: XFAIL rwlock tests which need pshared support
Diffstat (limited to 'sysdeps/mach')
-rw-r--r-- | sysdeps/mach/hurd/i386/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysdeps/mach/hurd/i386/Makefile b/sysdeps/mach/hurd/i386/Makefile index fa89fc1cf8..e303945b2a 100644 --- a/sysdeps/mach/hurd/i386/Makefile +++ b/sysdeps/mach/hurd/i386/Makefile @@ -109,6 +109,8 @@ test-xfail-tst-cond6 = yes test-xfail-tst-cond12 = yes test-xfail-tst-cond13 = yes test-xfail-tst-cond23 = yes +test-xfail-tst-rwlock4 = yes +test-xfail-tst-rwlock12 = yes endif # For bug 25522 |