From 8a195ec810f3d4acddcbd6c2d753edf11d105798 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Sun, 9 Feb 2020 22:55:12 +0000 Subject: pthread: Move most sem tests from nptl to sysdeps/pthread So they can be checked with htl too. --- sysdeps/mach/hurd/i386/Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'sysdeps/mach') diff --git a/sysdeps/mach/hurd/i386/Makefile b/sysdeps/mach/hurd/i386/Makefile index e303945b2a..a5ccab0956 100644 --- a/sysdeps/mach/hurd/i386/Makefile +++ b/sysdeps/mach/hurd/i386/Makefile @@ -111,6 +111,7 @@ test-xfail-tst-cond13 = yes test-xfail-tst-cond23 = yes test-xfail-tst-rwlock4 = yes test-xfail-tst-rwlock12 = yes +test-xfail-tst-sem3 = yes endif # For bug 25522 @@ -119,6 +120,14 @@ test-xfail-tst-cond24 = yes test-xfail-tst-cond25 = yes endif +# For bug 25524 +ifeq ($(subdir),htl) +test-xfail-tst-sem4 = yes +test-xfail-tst-sem7 = yes +test-xfail-tst-sem8 = yes +test-xfail-tst-sem9 = 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. -- cgit 1.4.1