Hello community,

here is the log from the commit of package glibc for openSUSE:Factory checked 
in at 2013-01-29 06:56:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/glibc (Old)
 and      /work/SRC/openSUSE:Factory/.glibc.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "glibc", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/glibc/glibc-testsuite.changes    2013-01-10 
11:17:50.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.glibc.new/glibc-testsuite.changes       
2013-01-29 06:56:05.000000000 +0100
@@ -1,0 +2,7 @@
+Thu Jan 24 16:33:04 UTC 2013 - [email protected]
+
+- Don't run testsuite in parallel
+- Fail if testsuite fails
+- Disable crypt/badsalttest test
+
+-------------------------------------------------------------------
glibc-utils.changes: same change
glibc.changes: same change

New:
----
  glibc-crypt-badsalttest.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ glibc-testsuite.spec ++++++
--- /var/tmp/diff_new_pack.dVGbEg/_old  2013-01-29 06:56:07.000000000 +0100
+++ /var/tmp/diff_new_pack.dVGbEg/_new  2013-01-29 06:56:07.000000000 +0100
@@ -207,6 +207,8 @@
 Patch20:        glibc-armhf-compat.patch
 # PATCH-FIX-OPENSUSE Fix check abi for crypt additions
 Patch21:        glibc-fix-check-abi.patch
+# PATCH-FIX-OPENSUSE Disable badsalttest which expects that crypt can fail
+Patch22:        glibc-crypt-badsalttest.patch
 
 ### Locale related patches
 # PATCH-FIX-OPENSUSE Add additional locales
@@ -431,6 +433,7 @@
 %patch15 -p1
 %patch18 -p1
 %patch21 -p1
+%patch22 -p1
 
 %patch100 -p1
 %patch101 -p1
@@ -687,25 +690,18 @@
 #######################################################################
 
 %check
+%if %{testsuite_build}
 # The testsuite will fail if asneeded is used
 export SUSE_ASNEEDED=0
-%if %{testsuite_build}
 # Increase timeout
 export TIMEOUTFACTOR=16
-%ifarch alpha %ix86 ppc ppc64 ia64 s390 s390x x86_64
-       # ix86: tst-cputimer? fails
-       # ia64: tst-timer4 fails
-       # ppc64: tst-pselect, ftwtest fails
-       # s390,s390x: tst-timer* fails
-       make %{?_smp_mflags} -C cc-base -k check || echo make check failed
+make -C cc-base -k check
 %else
-       make %{?_smp_mflags} -C cc-base -k check
-%endif
-%endif
 # This has to pass on all platforms!
 # Exceptions:
 # None!
 make %{?_smp_mflags} -C cc-base check-abi
+%endif
 
 #######################################################################
 ###

glibc-utils.spec: same change
++++++ glibc.spec ++++++
--- /var/tmp/diff_new_pack.dVGbEg/_old  2013-01-29 06:56:07.000000000 +0100
+++ /var/tmp/diff_new_pack.dVGbEg/_new  2013-01-29 06:56:07.000000000 +0100
@@ -207,6 +207,8 @@
 Patch20:        glibc-armhf-compat.patch
 # PATCH-FIX-OPENSUSE Fix check abi for crypt additions
 Patch21:        glibc-fix-check-abi.patch
+# PATCH-FIX-OPENSUSE Disable badsalttest which expects that crypt can fail
+Patch22:        glibc-crypt-badsalttest.patch
 
 ### Locale related patches
 # PATCH-FIX-OPENSUSE Add additional locales
@@ -431,6 +433,7 @@
 %patch15 -p1
 %patch18 -p1
 %patch21 -p1
+%patch22 -p1
 
 %patch100 -p1
 %patch101 -p1
@@ -687,25 +690,18 @@
 #######################################################################
 
 %check
+%if %{testsuite_build}
 # The testsuite will fail if asneeded is used
 export SUSE_ASNEEDED=0
-%if %{testsuite_build}
 # Increase timeout
 export TIMEOUTFACTOR=16
-%ifarch alpha %ix86 ppc ppc64 ia64 s390 s390x x86_64
-       # ix86: tst-cputimer? fails
-       # ia64: tst-timer4 fails
-       # ppc64: tst-pselect, ftwtest fails
-       # s390,s390x: tst-timer* fails
-       make %{?_smp_mflags} -C cc-base -k check || echo make check failed
+make -C cc-base -k check
 %else
-       make %{?_smp_mflags} -C cc-base -k check
-%endif
-%endif
 # This has to pass on all platforms!
 # Exceptions:
 # None!
 make %{?_smp_mflags} -C cc-base check-abi
+%endif
 
 #######################################################################
 ###




++++++ glibc-crypt-badsalttest.patch ++++++
badsalttest expects that crypt fails for unknown salt, but crypt-blowfish
doesn't.

Index: glibc-2.17/crypt/Makefile
===================================================================
--- glibc-2.17.orig/crypt/Makefile
+++ glibc-2.17/crypt/Makefile
@@ -31,7 +31,7 @@ libcrypt-routines := crypt-entry md5-cry
 
 libcrypt-routines += crypt_blowfish x86 crypt_gensalt wrapper
 
-tests := cert md5c-test sha256c-test sha512c-test badsalttest
+tests := cert md5c-test sha256c-test sha512c-test
 
 include ../Makeconfig
 
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to