diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2020-06-29 00:14:52 +0000 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2020-06-29 00:16:33 +0000 |
commit | 269e4c17cd1031d3feb5adc608edf7c2b19b3f41 (patch) | |
tree | 90202a8a58c19e87e83ff7ecf3f4e6cd02f5b08c /sysdeps/pthread/tst-cancelx20.c | |
parent | f512321130d6c02332d441812ef4780908bb744d (diff) | |
download | glibc-269e4c17cd1031d3feb5adc608edf7c2b19b3f41.zip glibc-269e4c17cd1031d3feb5adc608edf7c2b19b3f41.tar.gz glibc-269e4c17cd1031d3feb5adc608edf7c2b19b3f41.tar.bz2 |
htl: Enable cancel*16 an cancel*20 tests
* nptl/tst-cancel16.c, tst-cancel20.c, tst-cancelx16.c, tst-cancelx20.c:
Move to...
* sysdeps/pthread: ... here.
* nptl/Makefile: Move corresponding references and rules to...
* sysdeps/pthread/Makefile: ... here.
* sysdeps/mach/hurd/i386/Makefile: Xfail tst-cancel*16 for now: missing
barrier pshared support, but test should be working otherwise.
Diffstat (limited to 'sysdeps/pthread/tst-cancelx20.c')
-rw-r--r-- | sysdeps/pthread/tst-cancelx20.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/pthread/tst-cancelx20.c b/sysdeps/pthread/tst-cancelx20.c new file mode 100644 index 0000000..6bd8637 --- /dev/null +++ b/sysdeps/pthread/tst-cancelx20.c @@ -0,0 +1 @@ +#include "tst-cancel20.c" |