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

r6325 - in glibc-package/trunk/debian: . testsuite-checking



Author: aurel32
Date: 2014-11-06 19:23:17 +0000 (Thu, 06 Nov 2014)
New Revision: 6325

Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/testsuite-checking/compare.sh
Log:
Don't fail to build in case of testsuite regressions, so that changes
in the environment (e.g.: kernel) do not prevent security or stable 
versions to be built. It will be re-enabled after the Jessie release.

Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog	2014-11-06 19:17:42 UTC (rev 6324)
+++ glibc-package/trunk/debian/changelog	2014-11-06 19:23:17 UTC (rev 6325)
@@ -10,6 +10,9 @@
   * patches/any/cvs-regex-alloca.diff: new patch from upstream to fix a 
     segmentation fault in regex in case of heap allocation failure. Closes:
     #767225.
+  * Don't fail to build in case of testsuite regressions, so that changes
+    in the environment (e.g.: kernel) do not prevent security or stable 
+    versions to be built. It will be re-enabled after the Jessie release.
 
   [ Samuel Thibault ]
   * hurd-i386/cvs-libpthread.diff: Update to Sun Nov 2.

Modified: glibc-package/trunk/debian/testsuite-checking/compare.sh
===================================================================
--- glibc-package/trunk/debian/testsuite-checking/compare.sh	2014-11-06 19:17:42 UTC (rev 6324)
+++ glibc-package/trunk/debian/testsuite-checking/compare.sh	2014-11-06 19:23:17 UTC (rev 6325)
@@ -41,5 +41,5 @@
 
 rm -f $expected $results
 # This would be a lovely place to exit 0 if you wanted to disable hard failures
-#exit 0
+exit 0 # This line should be disabled after the Jessie release.
 exit $rv


Reply to: