Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 481812 - www-client/chromium-29.0.1547.57 fails net_unittests with FEATURES=network-sandbox
Summary: www-client/chromium-29.0.1547.57 fails net_unittests with FEATURES=network-sa...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Chromium Project
URL:
Whiteboard:
Keywords: TESTFAILURE
Depends on:
Blocks:
 
Reported: 2013-08-21 03:55 UTC by Mike Gilbert
Modified: 2013-09-29 04:14 UTC (History)
2 users (show)

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


Attachments
Test log (chromium-network-sandbox.log,5.15 KB, text/x-log)
2013-08-21 03:55 UTC, Mike Gilbert
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Mike Gilbert gentoo-dev 2013-08-21 03:55:30 UTC
Created attachment 356562 [details]
Test log

Copying mgorny and dev-portage in case they are curious.

[ RUN      ] HostResolverImplTest.ResolveFromCache
net/dns/host_resolver_impl_unittest.cc:1194: Failure
Value of: CreateRequest(info)->ResolveFromCache()
  Actual: -804
Expected: OK
Which is: 0
net/dns/host_resolver_impl_unittest.cc:1195: Failure
Value of: requests_[2]->HasOneAddress("192.168.1.42", 80)
  Actual: false
Expected: true
[  FAILED  ] HostResolverImplTest.ResolveFromCache (0 ms)

ProxyResolverV8TracingTest.Terminate keeps the CPU at 100% until I kill the process manually.

There are several other failures; see attached log.
Comment 1 Paweł Hajdan, Jr. (RETIRED) gentoo-dev 2013-09-28 03:55:31 UTC
  28 Sep 2013; Pawel Hajdan jr
  +files/chromium-chromedriver-r0.patch, +files/chromium-system-icu-r0.patch,
  +files/chromium-system-jinja-r0.patch, -chromium-31.0.1622.0.ebuild,
  +chromium-31.0.1650.0.ebuild, chromium-9999-r1.ebuild:
  Dev channel bump. Fix bug #481812 by floppym. Back to bundled v8 (frequent
  API/ABI breaks, recent gentoo-dev discussions). Remove old.
Comment 2 Mike Gilbert gentoo-dev 2013-09-29 02:19:07 UTC
Can you point me at the upstream commit(s) for this? I'm curious to see how this was fixed.
Comment 3 Paweł Hajdan, Jr. (RETIRED) gentoo-dev 2013-09-29 04:14:21 UTC
(In reply to Mike Gilbert from comment #2)
> Can you point me at the upstream commit(s) for this? I'm curious to see how
> this was fixed.

Oops, sorry, I just excluded the tests failing under network-sandbox.

I might take a more detailed look at this later to see if the network access is needed, or maybe whether network-sandbox in portage could be improved somehow.