diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2020-06-14 16:15:39 +0000 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2020-06-14 16:16:59 +0000 |
commit | 45fce058fe7c9a14800a10564a7bc1970f4c7c49 (patch) | |
tree | 73beb97bba4d931136d3d5d5d3c8f114846dd049 /nptl/Makefile | |
parent | 662de0889a040e3ebeefcfdde547edc8a11f87d7 (diff) | |
download | glibc-45fce058fe7c9a14800a10564a7bc1970f4c7c49.zip glibc-45fce058fe7c9a14800a10564a7bc1970f4c7c49.tar.gz glibc-45fce058fe7c9a14800a10564a7bc1970f4c7c49.tar.bz2 |
htl: Enable more cancellation tests
* nptl/tst-cancel-self-cancelstate.c, tst-cancel-self.c, tst-cancel9.c,
tst-cancelx9.c: Move to...
* sysdeps/pthread: ... here.
* nptl/Makefile: Move corresponding references and rules to...
* sysdeps/pthread/Makefile: ... here.
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 c431ead..3356f2a 100644 --- a/nptl/Makefile +++ b/nptl/Makefile @@ -278,9 +278,8 @@ tests = tst-attr2 tst-attr3 tst-default-attr \ tst-sem17 \ tst-tsd3 tst-tsd4 \ tst-cancel4 tst-cancel4_1 tst-cancel4_2 tst-cancel5 \ - tst-cancel7 tst-cancel9 tst-cancel13 \ + tst-cancel7 tst-cancel13 \ tst-cancel16 tst-cancel17 tst-cancel20 tst-cancel24 \ - tst-cancel-self tst-cancel-self-cancelstate \ tst-cleanup4 \ tst-signal3 \ tst-exec4 tst-exec5 \ |