[Glibc-bsd-commits] r5826 - trunk/glibc-ports/fbtl

aurel32 at alioth.debian.org aurel32 at alioth.debian.org
Mon Nov 2 12:17:20 UTC 2015


Author: aurel32
Date: 2015-11-02 12:17:20 +0000 (Mon, 02 Nov 2015)
New Revision: 5826

Modified:
   trunk/glibc-ports/fbtl/Makefile
Log:
Really disable tst-mutexpi8-static


Modified: trunk/glibc-ports/fbtl/Makefile
===================================================================
--- trunk/glibc-ports/fbtl/Makefile	2015-11-02 10:43:27 UTC (rev 5825)
+++ trunk/glibc-ports/fbtl/Makefile	2015-11-02 12:17:20 UTC (rev 5826)
@@ -367,12 +367,12 @@
 		tst-mutex8-static tst-sem11-static \
 		tst-sem12-static
 # This test does not even compile due to missing pthread_* functions
-		tst-mutexpi8-static
+#		tst-mutexpi8-static
 tests += tst-stackguard1-static tst-cancel21-static tst-cancel24-static \
 	 tst-cond8-static tst-mutex8-static \
 	 tst-sem11-static tst-sem12-static
 # This test does not even compile due to missing pthread_* functions
-	 tst-mutexpi8-static
+#	 tst-mutexpi8-static
 
 xtests-static += tst-setuid1-static
 




More information about the Glibc-bsd-commits mailing list