From 4bab9ad854b50fab23eacf29550325552e7a9f4b Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Sun, 7 Jun 2020 14:02:18 +0000 Subject: htl: Enable but XFAIL tst-flock2, tst-signal1, tst-signal2 They need setpshared support. * nptl/tst-flock2.c, tst-signal1.c, tst-signal2.c: Move to... * sysdeps/pthread: ... here. * nptl/Makefile: Move corresponding tests references to... * sysdeps/pthread/Makefile: ... here. * sysdeps/mach/hurd/i386/Makefile (test-xfail-tst-flock2, test-xfail-tst-signal1, test-xfail-tst-signal2): Add. --- nptl/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'nptl/Makefile') diff --git a/nptl/Makefile b/nptl/Makefile index b1e60d3..9b54945 100644 --- a/nptl/Makefile +++ b/nptl/Makefile @@ -282,8 +282,7 @@ tests = tst-attr2 tst-attr3 tst-default-attr \ tst-cancel16 tst-cancel17 tst-cancel20 tst-cancel21 tst-cancel24 \ tst-cancel-self tst-cancel-self-cancelstate \ tst-cleanup4 \ - tst-flock2 \ - tst-signal1 tst-signal2 tst-signal3 \ + tst-signal3 \ tst-exec4 tst-exec5 \ tst-stack2 tst-stack3 tst-stack4 \ tst-pthread-attr-affinity \ -- cgit v1.1