The following tests times out on Chrome OS when running with --enable-features=NetworkService:
-BackgroundFetchBrowserTest.FetchesRunToCompletionAndUpdateTitle_Failed
-BackgroundFetchBrowserTest.FetchesRunToCompletionAndUpdateTitle_Fetched
-BackgroundFetchBrowserTest.FetchFromChildFrameWithPermissions
-BackgroundFetchBrowserTest.FetchFromServiceWorker
-BackgroundFetchBrowserTest.OfflineItemCollection_VerifyResourceDownloadedWhenDownloadTotalLargerThanActualSize
-BackgroundFetchBrowserTest.OfflineItemCollection_VerifyResourceDownloadedWhenDownloadTotalSmallerThanActualSize
Three Observations:
1. '/chrome/test/data/background_fetch/sw.js' didn't receive 'backgroundfetchsuccess' nor 'backgroundfetchfail' events.
2. Tests works fine when running in-process with --enable-features=NetworkService,NetworkServiceInProcess.
3. Scheme should be HTTP since we are using relative URLs in '/chrome/test/data/background_fetch/background_fetch.js'.
Test Filter:
https://cs.chromium.org/chromium/src/testing/buildbot/filters/mojo.fyi.chromeos.network_browser_tests.filter?q=BackgroundFetchBrowserTest&sq=package:chromium&dr=C&l=17
+kinuko@ Do you have any thoughts on this issue, and I'm not sure but do we have any Chrome OS specific code in Service Worker? Thanks!
Comment 1 by chongz@chromium.org
, Sep 27Mergedinto: 882610
Status: Duplicate (was: Started)