]> sourceware.org Git - glibc.git/commitdiff
hurd: Fix XFAIL-ing mallocfork2 tests
authorSamuel Thibault <samuel.thibault@ens-lyon.org>
Mon, 27 Dec 2021 21:21:08 +0000 (22:21 +0100)
committerSamuel Thibault <samuel.thibault@ens-lyon.org>
Mon, 27 Dec 2021 21:21:08 +0000 (22:21 +0100)
They are using setpshared but are outside the htl directory.

sysdeps/mach/hurd/i386/Makefile

index 2036aad4cc50ff464aa2688311f2fe595babd8f7..f725114619817bb1348f74f028e9fbd66252e413 100644 (file)
@@ -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
This page took 0.043883 seconds and 5 git commands to generate.