aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorStefan Liebler <stli@linux.vnet.ibm.com>2015-07-15 09:33:15 +0200
committerAndreas Krebbel <krebbel@linux.vnet.ibm.com>2015-07-15 09:33:15 +0200
commitf6267fd880a3c93a05e731c4ae6d661bc91aaf25 (patch)
treeba52db679845d0175f1a6ff622bca856dc2e444c /ChangeLog
parented95ec72fbe2ca35063dc80e6fd2931348439fc4 (diff)
downloadglibc-f6267fd880a3c93a05e731c4ae6d661bc91aaf25.zip
glibc-f6267fd880a3c93a05e731c4ae6d661bc91aaf25.tar.gz
glibc-f6267fd880a3c93a05e731c4ae6d661bc91aaf25.tar.bz2
i686: Mark stdlib/tst-makecontext as XFAIL.
The testcase stdlib/tst-makecontext fails on i686 because _Unwind_Backtrace from libgcc produces a segmentation fault if it was called within a context created by makecontext. See Bug 18635. ChangeLog: * sysdeps/i386/i686/Makefile (test-xfail-tst-makecontext): New variable.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5c784fc..eea74e9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2015-07-15 Stefan Liebler <stli@linux.vnet.ibm.com>
+ * sysdeps/i386/i686/Makefile (test-xfail-tst-makecontext):
+ New variable.
+
+2015-07-15 Stefan Liebler <stli@linux.vnet.ibm.com>
+
* sysdeps/s390/fpu/libm-test-ulps: Regenerated.
2015-07-14 Roland McGrath <roland@hack.frob.com>