public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc] hurd: Fix XFAIL-ing mallocfork2 tests
@ 2021-12-27 21:21 Samuel Thibault
  0 siblings, 0 replies; only message in thread
From: Samuel Thibault @ 2021-12-27 21:21 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=7b358de1af5473217fa1cee3838997add91c8311

commit 7b358de1af5473217fa1cee3838997add91c8311
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Mon Dec 27 22:21:08 2021 +0100

    hurd: Fix XFAIL-ing mallocfork2 tests
    
    They are using setpshared but are outside the htl directory.

Diff:
---
 sysdeps/mach/hurd/i386/Makefile | 14 ++++++++++----
 1 file changed, 10 insertions(+), 4 deletions(-)

diff --git a/sysdeps/mach/hurd/i386/Makefile b/sysdeps/mach/hurd/i386/Makefile
index 2036aad4cc..f725114619 100644
--- a/sysdeps/mach/hurd/i386/Makefile
+++ b/sysdeps/mach/hurd/i386/Makefile
@@ -103,9 +103,16 @@ ifeq ($(subdir),mach)
 test-xfail-check-abi-libmachuser = yes
 endif
 
-ifeq ($(subdir),htl)
 # For bug 25521
 # (setpshared support)
+ifeq ($(subdir),malloc)
+test-xfail-tst-mallocfork2 = yes
+test-xfail-tst-mallocfork2-mcheck = yes
+test-xfail-tst-mallocfork2-malloc-check = yes
+test-xfail-tst-mallocfork2-malloc-hugetlb1 = yes
+test-xfail-tst-mallocfork2-malloc-hugetlb2 = yes
+endif
+ifeq ($(subdir),htl)
 test-xfail-tst-mutex4 = yes
 test-xfail-tst-cancel16 = yes
 test-xfail-tst-cancelx16 = yes
@@ -119,13 +126,12 @@ test-xfail-tst-rwlock12 = yes
 test-xfail-tst-barrier2 = yes
 test-xfail-tst-pututxline-cache = yes
 test-xfail-tst-pututxline-lockfail = yes
-test-xfail-tst-mallocfork2 = yes
-test-xfail-tst-mallocfork2-malloc-hugetlb1 = yes
-test-xfail-tst-mallocfork2-malloc-hugetlb2 = yes
 test-xfail-tst-flock2 = yes
 test-xfail-tst-signal1 = yes
 test-xfail-tst-signal2 = yes
+endif
 
+ifeq ($(subdir),htl)
 # For bug 25522
 # (setprotocol support)
 test-xfail-tst-cond24 = yes


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-12-27 21:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-27 21:21 [glibc] hurd: Fix XFAIL-ing mallocfork2 tests Samuel Thibault

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).