From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 38053 invoked by alias); 15 Jul 2015 07:35:01 -0000 Mailing-List: contact glibc-bugs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: glibc-bugs-owner@sourceware.org Received: (qmail 38014 invoked by uid 55); 15 Jul 2015 07:34:58 -0000 From: "cvs-commit at gcc dot gnu.org" To: glibc-bugs@sourceware.org Subject: [Bug libc/18635] stdlib/tst-makecontext fails on i686 Date: Wed, 15 Jul 2015 07:35:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: libc X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2015-07/txt/msg00109.txt.bz2 https://sourceware.org/bugzilla/show_bug.cgi?id=18635 --- Comment #2 from cvs-commit at gcc dot gnu.org --- This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "GNU C Library master sources". The branch, master has been updated via f6267fd880a3c93a05e731c4ae6d661bc91aaf25 (commit) via ed95ec72fbe2ca35063dc80e6fd2931348439fc4 (commit) from c01ae97eb8986600488332f4db98f4b6d6ebedbc (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=f6267fd880a3c93a05e731c4ae6d661bc91aaf25 commit f6267fd880a3c93a05e731c4ae6d661bc91aaf25 Author: Stefan Liebler Date: Wed Jul 15 09:33:15 2015 +0200 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. https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=ed95ec72fbe2ca35063dc80e6fd2931348439fc4 commit ed95ec72fbe2ca35063dc80e6fd2931348439fc4 Author: Stefan Liebler Date: Wed Jul 15 09:33:14 2015 +0200 S390: Regenerate ULPs I've regenerated the ulps for s390 from scratch. ChangeLog: * sysdeps/s390/fpu/libm-test-ulps: Regenerated. ----------------------------------------------------------------------- Summary of changes: ChangeLog | 9 ++++++ sysdeps/i386/i686/Makefile | 6 ++++ sysdeps/s390/fpu/libm-test-ulps | 56 +++++++++++++++++++------------------- 3 files changed, 43 insertions(+), 28 deletions(-) -- You are receiving this mail because: You are on the CC list for the bug.