Bug 191619 - Several Service Worker API tests are failing when enabling PSON
Summary: Several Service Worker API tests are failing when enabling PSON
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords: InRadar
Depends on:
Blocks: 191572
  Show dependency treegraph
 
Reported: 2018-11-13 19:10 PST by Chris Dumez
Modified: 2018-11-13 19:43 PST (History)
7 users (show)

See Also:


Attachments
Patch (4.01 KB, patch)
2018-11-13 19:11 PST, Chris Dumez
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Dumez 2018-11-13 19:10:10 PST
Several Service Worker API tests are failing when enabling PSON:
    TestWebKitAPI.ServiceWorkers.ServiceWorkerProcessCreation
        Received data during response processing, queuing it.
        Received data during response processing, queuing it.
        Received data during response processing, queuing it.
        
        /Volumes/Data/slave/highsierra-release/build/Tools/TestWebKitAPI/Tests/WebKitCocoa/ServiceWorkerBasic.mm:1060
        Expected equality of these values:
          3u
            Which is: 3
          webView.get().configuration.processPool._webProcessCount
            Which is: 4

    TestWebKitAPI.ServiceWorkers.HasServiceWorkerRegistrationBit
        Received data during response processing, queuing it.
        Received data during response processing, queuing it.
        Received data during response processing, queuing it.
        
        /Volumes/Data/slave/highsierra-release/build/Tools/TestWebKitAPI/Tests/WebKitCocoa/ServiceWorkerBasic.mm:1144
        Expected equality of these values:
          1u
            Which is: 1
          webView.get().configuration.processPool._webProcessCount
            Which is: 2
Comment 1 Chris Dumez 2018-11-13 19:11:42 PST
Created attachment 354753 [details]
Patch
Comment 2 WebKit Commit Bot 2018-11-13 19:42:51 PST
Comment on attachment 354753 [details]
Patch

Clearing flags on attachment: 354753

Committed r238157: <https://trac.webkit.org/changeset/238157>
Comment 3 WebKit Commit Bot 2018-11-13 19:42:52 PST
All reviewed patches have been landed.  Closing bug.
Comment 4 Radar WebKit Bug Importer 2018-11-13 19:43:23 PST
<rdar://problem/46051337>