New issue
Advanced search Search tips

Issue 887994 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: Sep 21
Cc:
EstimatedDays: ----
NextAction: ----
OS: Chrome
Pri: 1
Type: ----



Sign in to add a comment

single_process_mash_content_browsertests failing on multiple builders

Project Member Reported by sheriff-...@appspot.gserviceaccount.com, Sep 21

Issue description

Filed by sheriff-o-matic@appspot.gserviceaccount.com on behalf of liberato@chromium.org

single_process_mash_content_browsertests failing on multiple builders

Builders failed on: 
- linux-chromeos-dbg: 
  https://ci.chromium.org/p/chromium/builders/luci.chromium.ci/linux-chromeos-dbg

many fail with:
ERROR:network_service.cc(88)] Not implemented reached in std::unique_ptr<net::NetworkChangeNotifier> network::(anonymous namespace)::CreateNetworkChangeNotifierIfNeeded()

for example:

AppCacheNetworkServiceBrowserTest.VerifySubresourceFactoryClearedOnNewNavigation

starting with https://chromium-review.googlesource.com/1225606 since it's in the blame list and touches the affected file.
 
Labels: OS-Chrome
Owner: cduvall@chromium.org
Status: Assigned (was: Available)
cduvall@: PTAL and re-assign if necessary.

there are a lot of failures in here that aren't related, but this one at least has some of the NOTREACHED.

https://ci.chromium.org/p/chromium/builders/luci.chromium.ci/linux-chromeos-dbg/7920

thanks!

This is probably not related to my CL since it should be an Android only change. I can try to find a better culprit here.
The log in network_service.cc is actually a NOTIMPLEMENTED not a NOTREACHED, so it shouldn't be causing these failures.
Status: Fixed (was: Assigned)
Looks like this was fixed by http://crrev.com/c/1238859

Sign in to add a comment