diff options
author | Joseph Myers <joseph@codesourcery.com> | 2017-06-20 17:47:32 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2017-06-20 17:47:32 +0000 |
commit | e0b5a3b6540524ede1986dbfc5f83dd478445cc2 (patch) | |
tree | a792d331249f7d47eda9acbaefddb8208f10128e /ChangeLog | |
parent | 18b759355de5c2b334309fa1db7be7eec55d73c0 (diff) | |
download | glibc-e0b5a3b6540524ede1986dbfc5f83dd478445cc2.zip glibc-e0b5a3b6540524ede1986dbfc5f83dd478445cc2.tar.gz glibc-e0b5a3b6540524ede1986dbfc5f83dd478445cc2.tar.bz2 |
conformtest: XFAIL uc_sigmask test for ia64 (bug 21634).
This patch XFAILs one test where the ia64 ucontext_t has the wrong
type of a field, to allow the conform/ tests as a whole to pass once
the namespace issues are fixed.
Tested with build-many-glibcs.py.
[BZ #21634]
* sysdeps/unix/sysv/linux/ia64/Makefile [$(subdir) = conform]
(conformtest-xfail-conds): New variable.
* conform/data/signal.h-data (uc_sigmask): XFAIL for ia64-linux.
* conform/data/ucontext.h-data (uc_sigmask): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2017-06-20 Joseph Myers <joseph@codesourcery.com> + + [BZ #21634] + * sysdeps/unix/sysv/linux/ia64/Makefile [$(subdir) = conform] + (conformtest-xfail-conds): New variable. + * conform/data/signal.h-data (uc_sigmask): XFAIL for ia64-linux. + * conform/data/ucontext.h-data (uc_sigmask): Likewise. + 2017-06-20 Wilco Dijkstra <wdijkstr@arm.com> * benchtests/powf-inputs: Add reduced trace from wrf. |