[Glibc-bsd-commits] r5825 - trunk/glibc-ports/fbtl
aurel32 at alioth.debian.org
aurel32 at alioth.debian.org
Mon Nov 2 10:43:27 UTC 2015
Author: aurel32
Date: 2015-11-02 10:43:27 +0000 (Mon, 02 Nov 2015)
New Revision: 5825
Modified:
trunk/glibc-ports/fbtl/Makefile
Log:
Also disable tst-mutexpi8-static
Modified: trunk/glibc-ports/fbtl/Makefile
===================================================================
--- trunk/glibc-ports/fbtl/Makefile 2015-11-02 08:02:04 UTC (rev 5824)
+++ trunk/glibc-ports/fbtl/Makefile 2015-11-02 10:43:27 UTC (rev 5825)
@@ -364,11 +364,16 @@
tests-static += tst-locale1 tst-locale2 tst-stackguard1-static \
tst-cancel21-static tst-cancel24-static tst-cond8-static \
- tst-mutex8-static tst-mutexpi8-static tst-sem11-static \
+ tst-mutex8-static tst-sem11-static \
tst-sem12-static
+# This test does not even compile due to missing pthread_* functions
+ tst-mutexpi8-static
tests += tst-stackguard1-static tst-cancel21-static tst-cancel24-static \
- tst-cond8-static tst-mutex8-static tst-mutexpi8-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
+
xtests-static += tst-setuid1-static
# These tests are linked with libc before libpthread
More information about the Glibc-bsd-commits
mailing list