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/mach/hurd | |
parent | f512321130d6c02332d441812ef4780908bb744d (diff) | |
download | glibc-269e4c17cd1031d3feb5adc608edf7c2b19b3f41.tar.gz |
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/mach/hurd')
-rw-r--r-- | sysdeps/mach/hurd/i386/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysdeps/mach/hurd/i386/Makefile b/sysdeps/mach/hurd/i386/Makefile index a67fe5d393..daeb85ba4f 100644 --- a/sysdeps/mach/hurd/i386/Makefile +++ b/sysdeps/mach/hurd/i386/Makefile @@ -107,6 +107,8 @@ ifeq ($(subdir),htl) # For bug 25521 # (setpshared support) test-xfail-tst-mutex4 = yes +test-xfail-tst-cancel16 = yes +test-xfail-tst-cancelx16 = yes test-xfail-tst-cond4 = yes test-xfail-tst-cond6 = yes test-xfail-tst-cond12 = yes |