]> sourceware.org Git - glibc.git/commitdiff
i686: Mark stdlib/tst-makecontext as XFAIL.
authorStefan Liebler <stli@linux.vnet.ibm.com>
Wed, 15 Jul 2015 07:33:15 +0000 (09:33 +0200)
committerAndreas Krebbel <krebbel@linux.vnet.ibm.com>
Wed, 15 Jul 2015 07:33:15 +0000 (09:33 +0200)
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.

ChangeLog
sysdeps/i386/i686/Makefile

index 5c784fcb5051afd4067257db6351fee309891cf5..eea74e98d35bf3220467c2b13dd1b6ba9101c35f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+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.
index 5ce9fc670ab8cd4d2ad787566ab262e0d5d2632c..83517c48db44726280a0076af2abaa5c8bbbf9f6 100644 (file)
@@ -18,3 +18,9 @@ ASFLAGS-.op += -Wa,-mtune=i686
 ASFLAGS-.og += -Wa,-mtune=i686
 ASFLAGS-.oS += -Wa,-mtune=i686
 endif
+
+ifeq ($(subdir),stdlib)
+# _Unwind_Backtrace from libgcc produces a segmentation fault if it was
+# called within a context created by makecontext. See Bug 18635.
+test-xfail-tst-makecontext = yes
+endif
This page took 0.296624 seconds and 5 git commands to generate.