[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[glibc] 01/01: debian/sysdeps/sparc64.mk: don't force -mcpu=ultrasparc as that miscompiles at least pthread_barrier_wait.c. Mark tst-realloc as XFAIL, as there are way to trigger the issue on older libc and/or other architectures.



This is an automated email from the git hooks/post-receive script.

aurel32 pushed a commit to branch glibc-2.26
in repository glibc.

commit 10c432c376f7bb7734749c5d50a2915f6d6d00df
Author: Aurelien Jarno <aurelien@aurel32.net>
Date:   Thu Dec 14 23:45:39 2017 +0100

    debian/sysdeps/sparc64.mk: don't force -mcpu=ultrasparc as that miscompiles at least pthread_barrier_wait.c. Mark tst-realloc as XFAIL, as there are way to trigger the issue on older libc and/or other architectures.
---
 debian/changelog                 | 4 ++++
 debian/sysdeps/sparc64.mk        | 1 -
 debian/testsuite-xfail-debian.mk | 1 +
 3 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 2bb62ce..88c5e5a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,6 +14,10 @@ glibc (2.26-0experimental2) UNRELEASED; urgency=medium
     to shut up tracker.debian.org about missing commits.
   * debian/testsuite-xfail-debian.mk: x32: remove a bunch of conform issues,
     add tst-platform-1, as this test has x86-64 specific expectations.
+  * debian/sysdeps/sparc64.mk: don't force -mcpu=ultrasparc as that
+    miscompiles at least pthread_barrier_wait.c. Mark tst-realloc as XFAIL, as
+    there are way to trigger the issue on older libc and/or other
+    architectures.
 
  -- Aurelien Jarno <aurel32@debian.org>  Wed, 22 Nov 2017 17:50:44 +0100
 
diff --git a/debian/sysdeps/sparc64.mk b/debian/sysdeps/sparc64.mk
index 15d07f4..656c5ee 100644
--- a/debian/sysdeps/sparc64.mk
+++ b/debian/sysdeps/sparc64.mk
@@ -1,6 +1,5 @@
 # configuration options for all flavours
 extra_config_options = --disable-multi-arch
-extra_cflags = -mcpu=ultrasparc
 
 # main library
 libc_rtlddir = /lib64
diff --git a/debian/testsuite-xfail-debian.mk b/debian/testsuite-xfail-debian.mk
index 089e3f4..7da2af8 100644
--- a/debian/testsuite-xfail-debian.mk
+++ b/debian/testsuite-xfail-debian.mk
@@ -996,6 +996,7 @@ test-xfail-XOPEN2K8/setjmp.h/conform = yes
 test-xfail-XPG4/setjmp.h/conform = yes
 test-xfail-tst-protected1a = yes
 test-xfail-tst-protected1b = yes
+test-xfail-tst-realloc = yes
 test-xfail-tst-waitid = yes
 endif
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-glibc/glibc.git


Reply to: