BIND 10 master, updated. 85071d50cf5e1a569b447ba00e118db04293475a [master] disabled factory_unittest if we use static link. this should solve buildbot failure: http://git.bind10.isc.org/~tester/builder/BIND10/20111005214500-MacOSX10.6-x86_64-Clang-Static/logs/unittests.out okayed on jabber.
BIND 10 source code commits
bind10-changes at lists.isc.org
Thu Oct 6 03:36:33 UTC 2011
The branch, master has been updated
via 85071d50cf5e1a569b447ba00e118db04293475a (commit)
from a9b140ed88b9a25f47e5649b635c8a19e81bfdee (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 85071d50cf5e1a569b447ba00e118db04293475a
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Wed Oct 5 20:34:40 2011 -0700
[master] disabled factory_unittest if we use static link. this should solve
buildbot failure:
http://git.bind10.isc.org/~tester/builder/BIND10/20111005214500-MacOSX10.6-x86_64-Clang-Static/logs/unittests.out
okayed on jabber.
-----------------------------------------------------------------------
Summary of changes:
src/lib/datasrc/tests/Makefile.am | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/lib/datasrc/tests/Makefile.am b/src/lib/datasrc/tests/Makefile.am
index 10e1add..3183b1d 100644
--- a/src/lib/datasrc/tests/Makefile.am
+++ b/src/lib/datasrc/tests/Makefile.am
@@ -35,7 +35,13 @@ run_unittests_SOURCES += logger_unittest.cc
run_unittests_SOURCES += database_unittest.cc
run_unittests_SOURCES += client_unittest.cc
run_unittests_SOURCES += sqlite3_accessor_unittest.cc
+if !USE_STATIC_LINK
+# This test uses dynamically loadable module. It will cause various
+# troubles with static link such as "missing" symbols in the static object
+# for the module. As a workaround we disable this particualr test
+# in this case.
run_unittests_SOURCES += factory_unittest.cc
+endif
# for the dlopened types we have tests for, we also need to include the
# sources
run_unittests_SOURCES += $(top_srcdir)/src/lib/datasrc/sqlite3_accessor.cc
More information about the bind10-changes
mailing list