Actions
Bug #4796
closedNet/TestFaceUri fails on FreeBSD 11.2
Start date:
Due date:
% Done:
100%
Estimated time:
Tags:
Description
../tests/unit/net/face-uri.t.cpp(188): Entering test case "IsCanonicalUdp"
../tests/unit/net/collect-netifs.cpp(49): fatal error: in "std::vector<shared_ptr<const NetworkInterface> > ndn::net::tests::collectNetworkInterfaces(bool)": boost::exception_detail::clone_impl<boost::exception_detail::error_info_injector<ndn::net::NetworkMonitor::Error> >: NetworkMonitor::CAP_ENUM is unavailable
../tests/unit/net/face-uri.t.cpp(206): last checkpoint
../tests/unit/net/face-uri.t.cpp(188): Leaving test case "IsCanonicalUdp"
../tests/unit/net/face-uri.t.cpp(325): Entering test case "IsCanonicalTcp"
../tests/unit/net/collect-netifs.cpp(49): fatal error: in "std::vector<shared_ptr<const NetworkInterface> > ndn::net::tests::collectNetworkInterfaces(bool)": boost::exception_detail::clone_impl<boost::exception_detail::error_info_injector<ndn::net::NetworkMonitor::Error> >: NetworkMonitor::CAP_ENUM is unavailable
../tests/unit/net/face-uri.t.cpp(343): last checkpoint
../tests/unit/net/face-uri.t.cpp(325): Leaving test case "IsCanonicalTcp"
../tests/unit/net/face-uri.t.cpp(359): Entering test case "CanonizeTcpV4"
../tests/unit/net/collect-netifs.cpp(49): fatal error: in "std::vector<shared_ptr<const NetworkInterface> > ndn::net::tests::collectNetworkInterfaces(bool)": boost::exception_detail::clone_impl<boost::exception_detail::error_info_injector<ndn::net::NetworkMonitor::Error> >: NetworkMonitor::CAP_ENUM is unavailable
../tests/unit/net/face-uri.t.cpp(101): last checkpoint
../tests/unit/net/face-uri.t.cpp(359): Leaving test case "CanonizeTcpV4"; testing time: 7812us
Updated by Davide Pesavento almost 6 years ago
- Status changed from New to Code review
- % Done changed from 0 to 100
Updated by Davide Pesavento almost 6 years ago
- % Done changed from 100 to 50
Same problem in NFD's face tests.
../tests/daemon/face/test-netif.cpp(37): fatal error: in "std::vector<shared_ptr<const NetworkInterface> > nfd::face::tests::enumerateNetworkInterfaces(ndn::net::NetworkMonitor &)": boost::exception_detail::clone_impl<boost::exception_detail::error_info_injector<ndn::net::NetworkMonitor::Error> >: NetworkMonitor::CAP_ENUM is unavailable
Updated by Davide Pesavento almost 6 years ago
- % Done changed from 50 to 100
Updated by Davide Pesavento almost 6 years ago
- Status changed from Code review to Closed
Updated by Davide Pesavento about 1 year ago
- Tags changed from unit-tests to unit-tests, FreeBSD
Actions