Bug 246171

Summary: REGRESSION(255206@main): [ macOS ] TestWebKitAPI.WebKit.PageLoadState is a constant failure
Product: WebKit Reporter: Hercules Hjalmarsson <hhjalmarsson>
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: achristensen, webkit-bot-watchers-bugzilla, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Description Hercules Hjalmarsson 2022-10-06 13:32:03 PDT
TestWebKitAPI.WebKit.PageLoadState

Is a constant API failure on macOS ToT and since 255206@main.

HISTORY:
https://results.webkit.org/?suite=api-tests&test=TestWebKitAPI.WebKit.PageLoadState

DIFF:
LEAK: 1 WebProcessPool
        
        /Volumes/Data/worker/Apple-BigSur-Debug-Build/build/Tools/TestWebKitAPI/Tests/WebKit/PageLoadState.cpp:243
        Expected equality of these values:
          state.didChangeCertificateInfo
            Which is: 0
          1
        
        
        /Volumes/Data/worker/Apple-BigSur-Debug-Build/build/Tools/TestWebKitAPI/Tests/WebKit/PageLoadState.cpp:254
        Expected equality of these values:
          state.willChangeCertificateInfo
            Which is: 0
          1


DIFF URL:
https://build.webkit.org/#/builders/432/builds/3244/steps/19/logs/stdio
Comment 1 Radar WebKit Bug Importer 2022-10-06 13:32:23 PDT
<rdar://problem/100867880>
Comment 2 Hercules Hjalmarsson 2022-10-06 13:33:08 PDT
This issue can be bisected to 255206@main using command:

run-api-tests --debug --iterations=2 TestWebKitAPI.WebKit.PageLoadState
Comment 3 Alexey Proskuryakov 2022-10-09 13:55:57 PDT

*** This bug has been marked as a duplicate of bug 246175 ***