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

r4081 - in glibc-package/trunk/debian: . rules.d



Author: aurel32
Date: 2010-01-14 05:56:42 +0000 (Thu, 14 Jan 2010)
New Revision: 4081

Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/rules.d/build.mk
Log:
  * Don't run the testsuite in parallel, as it sometimes causes some failures
    in some tests.



Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog	2010-01-12 08:32:59 UTC (rev 4080)
+++ glibc-package/trunk/debian/changelog	2010-01-14 05:56:42 UTC (rev 4081)
@@ -2,6 +2,8 @@
 
   [ Aurelien Jarno ]
   * kfreebsd/local-sysdeps.diff: update to revision 2913 (from glibc-bsd).
+  * Don't run the testsuite in parallel, as it sometimes causes some failures
+    in some tests.
 
   [ Samuel Thibault ]
   * patches/hurd-i386/local-pthread.diff: New hurd-only patch to provide
@@ -14,7 +16,7 @@
   * patches/hurd-i386/submitted-net.diff: New patch to factorize net/ files
     between Linux and Hurd.
 
- -- Aurelien Jarno <aurel32@debian.org>  Fri, 08 Jan 2010 14:36:13 +0100
+ -- Aurelien Jarno <aurel32@debian.org>  Thu, 14 Jan 2010 06:55:41 +0100
 
 eglibc (2.10.2-5) unstable; urgency=low
 

Modified: glibc-package/trunk/debian/rules.d/build.mk
===================================================================
--- glibc-package/trunk/debian/rules.d/build.mk	2010-01-12 08:32:59 UTC (rev 4080)
+++ glibc-package/trunk/debian/rules.d/build.mk	2010-01-14 05:56:42 UTC (rev 4081)
@@ -111,7 +111,7 @@
 	else \
 	  echo Testing $(curpass); \
 	  find $(DEB_BUILDDIR) -name '*.out' -exec rm {} ';' ; \
-	  LANG="" TIMEOUTFACTOR="50" $(MAKE) -C $(DEB_BUILDDIR) $(NJOBS) -k check 2>&1 | tee $(log_test); \
+	  LANG="" TIMEOUTFACTOR="50" $(MAKE) -C $(DEB_BUILDDIR) -k check 2>&1 | tee $(log_test); \
 	  chmod +x debian/testsuite-checking/convertlog.sh ; \
 	  debian/testsuite-checking/convertlog.sh $(log_test) | tee $(log_results) ; \
 	  if test -f $(log_expected) ; then \
@@ -173,3 +173,5 @@
 		-f $(build-tree)/eglibc-$(EGLIBC_VERSION).tar.xz \
 		$(EGLIBC_SOURCES)
 	touch $@
+
+.NOTPARALLEL: $(patsubst %,check_%,$(EGLIBC_PASSES))


Reply to: