aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2017-06-20 17:51:36 +0000
committerJoseph Myers <joseph@codesourcery.com>2017-06-20 17:51:36 +0000
commit46ad8909ceec259b3cd22159fbd9c23aca1621f3 (patch)
treea890416ec2f925a906149263498134e8321fcf10 /ChangeLog
parente0b5a3b6540524ede1986dbfc5f83dd478445cc2 (diff)
downloadglibc-46ad8909ceec259b3cd22159fbd9c23aca1621f3.zip
glibc-46ad8909ceec259b3cd22159fbd9c23aca1621f3.tar.gz
glibc-46ad8909ceec259b3cd22159fbd9c23aca1621f3.tar.bz2
conformtest: XFAIL uc_mcontext test for powerpc32 (bug 21635).
This patch XFAILs one test where the powerpc32 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 #21635] * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile [$(subdir) = conform] (conformtest-xfail-conds): New variable. * conform/data/signal.h-data (uc_mcontext): XFAIL for powerpc32-linux. * conform/data/ucontext.h-data (uc_mcontext): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 99ee480..6defb8d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2017-06-20 Joseph Myers <joseph@codesourcery.com>
+ [BZ #21635]
+ * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
+ [$(subdir) = conform] (conformtest-xfail-conds): New variable.
+ * conform/data/signal.h-data (uc_mcontext): XFAIL for
+ powerpc32-linux.
+ * conform/data/ucontext.h-data (uc_mcontext): Likewise.
+
[BZ #21634]
* sysdeps/unix/sysv/linux/ia64/Makefile [$(subdir) = conform]
(conformtest-xfail-conds): New variable.