diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2020-06-07 15:37:08 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2020-06-07 15:37:33 +0200 |
commit | 7b6b18319ee6441bbec89fb0568a4bf7ba96e3d0 (patch) | |
tree | 7e5d7abf68b8d294c82b86059d3f938681bf50b9 | |
parent | e797c57f9324187f9c154bac66c7433d8b4200bf (diff) | |
download | glibc-7b6b18319ee6441bbec89fb0568a4bf7ba96e3d0.tar.gz glibc-7b6b18319ee6441bbec89fb0568a4bf7ba96e3d0.tar.xz glibc-7b6b18319ee6441bbec89fb0568a4bf7ba96e3d0.zip |
hurd: XFAIL more tests that require setpshared support
* sysdeps/mach/hurd/i386/Makefile (test-xfail-tst-pututxline-cache, test-xfail-tst-pututxline-lockfail, test-xfail-tst-mallocfork2): Add.
-rw-r--r-- | sysdeps/mach/hurd/i386/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sysdeps/mach/hurd/i386/Makefile b/sysdeps/mach/hurd/i386/Makefile index cf3149d03f..f3682ba720 100644 --- a/sysdeps/mach/hurd/i386/Makefile +++ b/sysdeps/mach/hurd/i386/Makefile @@ -116,6 +116,9 @@ test-xfail-tst-rwlock4 = yes test-xfail-tst-rwlock12 = yes test-xfail-tst-sem3 = yes test-xfail-tst-barrier2 = yes +test-xfail-tst-pututxline-cache = yes +test-xfail-tst-pututxline-lockfail = yes +test-xfail-tst-mallocfork2 = yes # For bug 25522 # (setprotocol support) |