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

[glibc] 01/01: debian/testsuite-xfail-debian.mk: since we now also run the testsuite for the multilib flavours, simplify the mips* entries into mips*, mips be and mips le, instead of trying to keep all the flavours in sync. Remove XFAILs for tests that have been fixed.



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

aurel32 pushed a commit to branch sid
in repository glibc.

commit 96e8c35f425a9c5ffb9d11920c0f1ffa1ba4559d
Author: Aurelien Jarno <aurelien@aurel32.net>
Date:   Fri Jan 12 22:40:47 2018 +0100

    debian/testsuite-xfail-debian.mk: since we now also run the testsuite for the multilib flavours, simplify the mips* entries into mips*, mips be and mips le, instead of trying to keep all the flavours in sync. Remove XFAILs for tests that have been fixed.
---
 debian/changelog                 | 10 +++++
 debian/testsuite-xfail-debian.mk | 84 +++-------------------------------------
 2 files changed, 15 insertions(+), 79 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index df88905..f72b868 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+glibc (2.26-4) UNRELEASED; urgency=medium
+
+  [ Aurelien Jarno ]
+  * debian/testsuite-xfail-debian.mk: since we now also run the testsuite for
+    the multilib flavours, simplify the mips* entries into mips*, mips be and
+    mips le, instead of trying to keep all the flavours in sync. Remove
+    XFAILs for tests that have been fixed.
+
+ -- Aurelien Jarno <aurel32@debian.org>  Fri, 12 Jan 2018 22:26:33 +0100
+
 glibc (2.26-3) unstable; urgency=medium
 
   [ Aurelien Jarno ]
diff --git a/debian/testsuite-xfail-debian.mk b/debian/testsuite-xfail-debian.mk
index c011405..cdfaa8f 100644
--- a/debian/testsuite-xfail-debian.mk
+++ b/debian/testsuite-xfail-debian.mk
@@ -806,6 +806,8 @@ endif
 # mips*
 ######################################################################
 ifneq (,$(filter $(config-machine)-$(config-os), mips-linux-gnu mipsel-linux-gnu mips64-linux-gnuabi64 mips64el-linux-gnuabi64 mips64-linux-gnuabin32 mips64el-linux-gnuabin32))
+test-xfail-tst-stack4 = yes
+
 # MIPS GCC does not use PT_GNU_STACK markers (this is a GCC issue)
 test-xfail-check-execstack = yes
 
@@ -829,41 +831,9 @@ endif
 
 
 ######################################################################
-# mips
-######################################################################
-ifeq ($(config-machine)-$(config-os),mips-linux-gnu)
-test-xfail-tst-cond16 = yes
-test-xfail-tst-mqueue5 = yes
-test-xfail-tst-stack4 = yes
-test-xfail-tst-waitid = yes
-endif
-
-
-######################################################################
-# mipsel
-######################################################################
-ifeq ($(config-machine)-$(config-os),mipsel-linux-gnu)
-test-xfail-tst-cond16 = yes
-test-xfail-tst-mqueue5 = yes
-test-xfail-tst-stack4 = yes
-test-xfail-tst-waitid = yes
-
-# These failures are due to a bug in the Loongson 3A FPU
-test-xfail-test-double-lround = yes
-test-xfail-test-double-finite-lround = yes
-test-xfail-test-idouble-lround = yes
-endif
-
-
-######################################################################
-# mips64el
+# little-endian mips*
 ######################################################################
-ifeq ($(config-machine)-$(config-os),mips64el-linux-gnuabi64)
-test-xfail-tst-cond16 = yes
-test-xfail-tst-mqueue5 = yes
-test-xfail-tst-stack4 = yes
-test-xfail-tst-waitid = yes
-
+ifneq (,$(filter $(config-machine)-$(config-os), mipsel-linux-gnu mips64el-linux-gnuabi64 mips64el-linux-gnuabin32))
 # These failures are due to a bug in the Loongson 3A FPU
 test-xfail-test-double-lround = yes
 test-xfail-test-double-finite-lround = yes
@@ -872,51 +842,6 @@ endif
 
 
 ######################################################################
-# mipsn32el
-######################################################################
-ifeq ($(config-machine)-$(config-os),mips64el-linux-gnuabin32)
-test-xfail-tst-audit1 = yes
-test-xfail-tst-audit2 = yes
-test-xfail-tst-audit8 = yes
-test-xfail-tst-audit9 = yes
-test-xfail-tst-cond16 = yes
-test-xfail-tst-mqueue5 = yes
-test-xfail-tst-stack4 = yes
-test-xfail-tst-waitid = yes
-endif
-
-
-######################################################################
-# mips64
-######################################################################
-ifeq ($(config-machine)-$(config-os),mips64-linux-gnuabi64)
-test-xfail-tst-audit1 = yes
-test-xfail-tst-audit2 = yes
-test-xfail-tst-audit8 = yes
-test-xfail-tst-audit9 = yes
-test-xfail-tst-cond16 = yes
-test-xfail-tst-mqueue5 = yes
-test-xfail-tst-stack4 = yes
-test-xfail-tst-waitid = yes
-endif
-
-
-######################################################################
-# mipsn32
-######################################################################
-ifeq ($(config-machine)-$(config-os),mips64-linux-gnuabin32)
-test-xfail-tst-audit1 = yes
-test-xfail-tst-audit2 = yes
-test-xfail-tst-audit8 = yes
-test-xfail-tst-audit9 = yes
-test-xfail-tst-cond16 = yes
-test-xfail-tst-mqueue5 = yes
-test-xfail-tst-stack4 = yes
-test-xfail-tst-waitid = yes
-endif
-
-
-######################################################################
 # ppc64el
 ######################################################################
 ifeq ($(config-machine)-$(config-os),powerpc64le-linux-gnu)
@@ -926,6 +851,7 @@ test-xfail-tst-mqueue5 = yes
 test-xfail-tst-waitid = yes
 endif
 
+
 ######################################################################
 # ppc64
 ######################################################################

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


Reply to: