|
From: <sv...@va...> - 2009-02-15 22:21:06
|
Author: njn
Date: 2009-02-15 22:04:20 +0000 (Sun, 15 Feb 2009)
New Revision: 9174
Log:
Clarify a comment.
Modified:
branches/DARWIN/none/tests/Makefile.am
Modified: branches/DARWIN/none/tests/Makefile.am
===================================================================
--- branches/DARWIN/none/tests/Makefile.am 2009-02-15 16:18:03 UTC (rev 9173)
+++ branches/DARWIN/none/tests/Makefile.am 2009-02-15 22:04:20 UTC (rev 9174)
@@ -162,8 +162,12 @@
tls tls.so tls2.so vgprintf \
coolo_sigaction gxx304
-# DDD: not sure if these ones should work on Darwin or not... if not, should
-# be moved into linux/. ('pending' probably should, it uses signals.)
+# DDD:
+# - async-sigs and fdleak_ipv4 both build and run under Valgrind (although
+# they die)... I think they are disabled because they currently screw up
+# other tests.
+# - 'pending' doesn't build because Darwin lacks sigwaitinfo [should
+# probably do a configure-time check for it]
if ! VGCONF_OS_IS_DARWIN
check_PROGRAMS += \
async-sigs \
|