diff options
Diffstat (limited to 'sysdeps/mach/hurd/i386/Makefile')
-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. |