BIND 10 master, updated. 90ab0a155bc5e42ef2ad35569968dd3db9c501bb Disabled tests dhcp6.sockets and dhcp6.sendReceive
BIND 10 source code commits
bind10-changes at lists.isc.org
Thu Oct 6 16:15:14 UTC 2011
The branch, master has been updated
via 90ab0a155bc5e42ef2ad35569968dd3db9c501bb (commit)
from 137d1b29b6063f4d1983bde07f6ec5404f67dcee (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 90ab0a155bc5e42ef2ad35569968dd3db9c501bb
Author: Tomek Mrugalski <tomasz at isc.org>
Date: Thu Oct 6 18:14:52 2011 +0200
Disabled tests dhcp6.sockets and dhcp6.sendReceive
Both fail on BSD systems due to different interface name (lo0 instead of lo)
Will reenable them once 1186 is merged that contains fix for that.
-----------------------------------------------------------------------
Summary of changes:
src/bin/dhcp6/tests/iface_mgr_unittest.cc | 12 ++++++++++--
1 files changed, 10 insertions(+), 2 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/bin/dhcp6/tests/iface_mgr_unittest.cc b/src/bin/dhcp6/tests/iface_mgr_unittest.cc
index 483ac1d..c8301eb 100644
--- a/src/bin/dhcp6/tests/iface_mgr_unittest.cc
+++ b/src/bin/dhcp6/tests/iface_mgr_unittest.cc
@@ -139,7 +139,11 @@ TEST_F(IfaceMgrTest, detectIfaces) {
delete ifacemgr;
}
-TEST_F(IfaceMgrTest, sockets) {
+// TODO: disabled due to other naming on various systems
+// (lo in Linux, lo0 in BSD systems)
+// Fix for this is available on 1186 branch, will reenable
+// this test once 1186 is merged
+TEST_F(IfaceMgrTest, DISABLED_sockets) {
// testing socket operation in a portable way is tricky
// without interface detection implemented
@@ -198,7 +202,11 @@ TEST_F(IfaceMgrTest, socketsMcast) {
delete ifacemgr;
}
-TEST_F(IfaceMgrTest, sendReceive) {
+// TODO: disabled due to other naming on various systems
+// (lo in Linux, lo0 in BSD systems)
+// Fix for this is available on 1186 branch, will reenable
+// this test once 1186 is merged
+TEST_F(IfaceMgrTest, DISABLED_sendReceive) {
// testing socket operation in a portable way is tricky
// without interface detection implemented
More information about the bind10-changes
mailing list