diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2020-02-09 17:15:47 +0000 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2020-02-09 17:17:06 +0000 |
commit | 74159dc58af2ce8a32b62daecd587f29ff7931f2 (patch) | |
tree | 089ea56ba675c3aed5c9a8f66ec8cc2e3469338f /sysdeps/mach | |
parent | 71d52ac4d65435791d8fa9f52abab7107ef7f7e8 (diff) | |
download | glibc-74159dc58af2ce8a32b62daecd587f29ff7931f2.tar glibc-74159dc58af2ce8a32b62daecd587f29ff7931f2.tar.gz glibc-74159dc58af2ce8a32b62daecd587f29ff7931f2.tar.bz2 glibc-74159dc58af2ce8a32b62daecd587f29ff7931f2.zip |
pthread: Move most mutex tests from nptl to sysdeps/pthread
So they can be checked with htl too.
XFAIL tst-mutex4, for which support is still missing in htl.
Diffstat (limited to 'sysdeps/mach')
-rw-r--r-- | sysdeps/mach/hurd/i386/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sysdeps/mach/hurd/i386/Makefile b/sysdeps/mach/hurd/i386/Makefile index 2a7d138fff..584d9275c9 100644 --- a/sysdeps/mach/hurd/i386/Makefile +++ b/sysdeps/mach/hurd/i386/Makefile @@ -101,6 +101,11 @@ ifeq ($(subdir),mach) test-xfail-check-abi-libmachuser = yes endif +# For bug 25521 +ifeq ($(subdir),htl) +test-xfail-tst-mutex4 = yes +endif + ifeq ($(subdir),elf) # We do use nested functions involving creation of trampolines, notably for # callbacks whose parameters don't permit to get the context parameters. |