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

r4172 - in glibc-package/branches/eglibc-2.11/debian: . rules.d



Author: aurel32
Date: 2010-02-09 18:19:38 +0000 (Tue, 09 Feb 2010)
New Revision: 4172

Modified:
   glibc-package/branches/eglibc-2.11/debian/changelog
   glibc-package/branches/eglibc-2.11/debian/rules.d/build.mk
Log:
  * Reenable the testsuite on mips/mipsel build daemons.



Modified: glibc-package/branches/eglibc-2.11/debian/changelog
===================================================================
--- glibc-package/branches/eglibc-2.11/debian/changelog	2010-02-09 18:17:16 UTC (rev 4171)
+++ glibc-package/branches/eglibc-2.11/debian/changelog	2010-02-09 18:19:38 UTC (rev 4172)
@@ -54,6 +54,7 @@
     debian/patches/alpha/local-lowlevellock.diff to fix the testsuite.
   * Add debian/patches/mips/local-lowlevellock.diff to fix the testsuite
     on mips.
+  * Reenable the testsuite on mips/mipsel build daemons.
 
   [ Samuel Thibault ]
   * debian/patches/hurd-i386/submitted-rtld_lock_recursive.diff: New patch to
@@ -70,7 +71,7 @@
   * Add kfreebsd/local-dosavesse.diff, which does not work,
     so rather use also added kfreebsd/local-nosavesse.diff
 
- -- Aurelien Jarno <aurel32@debian.org>  Tue, 09 Feb 2010 09:36:51 +0100
+ -- Aurelien Jarno <aurel32@debian.org>  Tue, 09 Feb 2010 19:18:26 +0100
 
 eglibc (2.10.2-7) UNRELEASED; urgency=low
 

Modified: glibc-package/branches/eglibc-2.11/debian/rules.d/build.mk
===================================================================
--- glibc-package/branches/eglibc-2.11/debian/rules.d/build.mk	2010-02-09 18:17:16 UTC (rev 4171)
+++ glibc-package/branches/eglibc-2.11/debian/rules.d/build.mk	2010-02-09 18:19:38 UTC (rev 4172)
@@ -105,8 +105,6 @@
 	  echo "Flavour cross-compiled, tests have been skipped." | tee $(log_results) ; \
 	elif ! $(call kernel_check,$(call xx,MIN_KERNEL_SUPPORTED)); then \
 	  echo "Kernel too old, tests have been skipped." | tee $(log_results) ; \
-	elif hostname | grep -q -E 'ball|mayr|mayer|rem' ; then \
-	  echo "Buggy build daemon detected, tests have been skipped." | tee $(log_results) ; \
 	elif [ $(call xx,RUN_TESTSUITE) != "yes" ]; then \
 	  echo "Testsuite disabled for $(curpass), skipping tests."; \
 	  echo "Tests have been disabled." > $(log_results) ; \


Reply to: