Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 506854 - www-client/chromium-35.0.1916.17 fails HostResolverImplDnsTest.DualFamilyLocalhost
Summary: www-client/chromium-35.0.1916.17 fails HostResolverImplDnsTest.DualFamilyLoca...
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Chromium Project
URL:
Whiteboard:
Keywords: TESTFAILURE
Depends on:
Blocks:
 
Reported: 2014-04-05 19:23 UTC by Mike Gilbert
Modified: 2014-06-06 06:59 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mike Gilbert gentoo-dev 2014-04-05 19:23:30 UTC
Possibly triggered by FEATURES="network-sandbox".

[ RUN      ] HostResolverImplDnsTest.DualFamilyLocalhost
[18115:18115:0405/150032:1828227545413:WARNING:host_resolver_impl_unittest.cc(1707)] [::1]:0
[18115:18115:0405/150032:1828227545462:WARNING:host_resolver_impl_unittest.cc(1707)] 127.0.0.1:0
../../net/dns/host_resolver_impl_unittest.cc:1723: Failure
Value of: req->WaitForResult()
  Actual: -105
Expected: OK
Which is: 0
../../net/dns/host_resolver_impl_unittest.cc:1725: Failure
Value of: req->HasAddress("127.0.0.1", 80)
  Actual: false
Expected: saw_ipv4
Which is: true
../../net/dns/host_resolver_impl_unittest.cc:1726: Failure
Value of: req->HasAddress("::1", 80)
  Actual: false
Expected: saw_ipv6
Which is: true
[  FAILED  ] HostResolverImplDnsTest.DualFamilyLocalhost (1 ms)
Comment 1 Paweł Hajdan, Jr. (RETIRED) gentoo-dev 2014-06-06 06:59:42 UTC
We've removed src_test from recent chromium ebuilds. Please see http://thread.gmane.org/gmane.linux.gentoo.devel/91271 ("RFC: Removing src_test from www-client/chromium" on gentoo-dev) for context.