diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2020-06-07 14:02:18 +0000 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2020-06-07 16:14:23 +0200 |
commit | 4bab9ad854b50fab23eacf29550325552e7a9f4b (patch) | |
tree | 0d0603cee6d95d39db2f457b2f232883a4cd2bd1 /nptl/Makefile | |
parent | 7b6b18319ee6441bbec89fb0568a4bf7ba96e3d0 (diff) | |
download | glibc-4bab9ad854b50fab23eacf29550325552e7a9f4b.zip glibc-4bab9ad854b50fab23eacf29550325552e7a9f4b.tar.gz glibc-4bab9ad854b50fab23eacf29550325552e7a9f4b.tar.bz2 |
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.
Diffstat (limited to 'nptl/Makefile')
-rw-r--r-- | nptl/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
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 \ |