BIND 10 master, updated. 1d007555e13f0e148014b4582f6fbd8b6b7fd386 Merge branch 'master' of ssh://git.bind10.isc.org/var/bind10/git/bind10

BIND 10 source code commits bind10-changes at lists.isc.org
Fri Oct 7 22:38:54 UTC 2011


The branch, master has been updated
       via  1d007555e13f0e148014b4582f6fbd8b6b7fd386 (commit)
       via  c4949d3d2b74f62824b670cf8d07cfe9e965a661 (commit)
      from  9163208c660f8ef8c4b1dbdae6c0c785c516bb1a (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 1d007555e13f0e148014b4582f6fbd8b6b7fd386
Merge: c4949d3 9163208
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Fri Oct 7 21:35:42 2011 +0000

    Merge branch 'master' of ssh://git.bind10.isc.org/var/bind10/git/bind10

commit c4949d3d2b74f62824b670cf8d07cfe9e965a661
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Fri Oct 7 21:35:10 2011 +0000

    [master] disabled mcast test.  it's Linux centric and is not portable.

-----------------------------------------------------------------------

Summary of changes:
 src/bin/dhcp6/tests/iface_mgr_unittest.cc |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/bin/dhcp6/tests/iface_mgr_unittest.cc b/src/bin/dhcp6/tests/iface_mgr_unittest.cc
index 3f793a1..c9a9d72 100644
--- a/src/bin/dhcp6/tests/iface_mgr_unittest.cc
+++ b/src/bin/dhcp6/tests/iface_mgr_unittest.cc
@@ -174,7 +174,9 @@ TEST_F(IfaceMgrTest, DISABLED_sockets) {
     delete ifacemgr;
 }
 
-TEST_F(IfaceMgrTest, socketsMcast) {
+// TODO: disabled due to other naming on various systems
+// (lo in Linux, lo0 in BSD systems)
+TEST_F(IfaceMgrTest, DISABLED_socketsMcast) {
     // testing socket operation in a portable way is tricky
     // without interface detection implemented
 




More information about the bind10-changes mailing list