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 /nptl/tst-cancelx16.c | |
parent | f512321130d6c02332d441812ef4780908bb744d (diff) | |
download | glibc-269e4c17cd1031d3feb5adc608edf7c2b19b3f41.tar glibc-269e4c17cd1031d3feb5adc608edf7c2b19b3f41.tar.gz glibc-269e4c17cd1031d3feb5adc608edf7c2b19b3f41.tar.bz2 glibc-269e4c17cd1031d3feb5adc608edf7c2b19b3f41.zip |
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 'nptl/tst-cancelx16.c')
-rw-r--r-- | nptl/tst-cancelx16.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nptl/tst-cancelx16.c b/nptl/tst-cancelx16.c deleted file mode 100644 index 99af3b197c..0000000000 --- a/nptl/tst-cancelx16.c +++ /dev/null @@ -1 +0,0 @@ -#include "tst-cancel16.c" |