Bug 246632

Summary: [ iOS ] TestWebKitAPI.WKWebExtensionController.BackgroundPageLoading is a constant failure
Product: WebKit Reporter: Hercules Hjalmarsson <hhjalmarsson>
Component: New BugsAssignee: Timothy Hatcher <timothy>
Status: RESOLVED FIXED    
Severity: Normal CC: timothy, webkit-bot-watchers-bugzilla, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Description Hercules Hjalmarsson 2022-10-17 08:53:56 PDT
TestWebKitAPI.WKWebExtensionController.BackgroundPageLoading

Is a constant API failure on iOS ToT and since re-introduced at 255568@main.

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

DIFF:

        /Volumes/Data/worker/iOS-16-Simulator-Build-EWS/build/Tools/TestWebKitAPI/Tests/WebKitCocoa/WKWebExtensionController.mm:129
        Value of: !(testExtension.errors)
          Actual: false
        Expected: true
        
        
        /Volumes/Data/worker/iOS-16-Simulator-Build-EWS/build/Tools/TestWebKitAPI/Tests/WebKitCocoa/WKWebExtensionController.mm:139
        Value of: !(testExtension.errors)
          Actual: false
        Expected: true
        
        
        /Volumes/Data/worker/iOS-16-Simulator-Build-EWS/build/Tools/TestWebKitAPI/Tests/WebKitCocoa/WKWebExtensionController.mm:144
        Value of: !(testExtension.errors)
          Actual: false
        Expected: true
Comment 1 Radar WebKit Bug Importer 2022-10-17 08:54:23 PDT
<rdar://problem/101248815>
Comment 2 Hercules Hjalmarsson 2022-10-17 08:54:44 PDT
This issue can be bisected to 255568@main using command:

run-api-tests --debug --iterations=2  --ios-simulator  TestWebKitAPI.WKWebExtensionController.BackgroundPageLoading
Comment 3 EWS 2022-10-17 13:49:22 PDT
Test gardening commit 255647@main (308d015e5cf1): <https://commits.webkit.org/255647@main>

Reviewed commits have been landed. Closing PR #5459 and removing active labels.
Comment 4 Timothy Hatcher 2022-11-10 13:30:39 PST
Pull request: https://github.com/WebKit/WebKit/pull/6361
Comment 5 EWS 2022-11-15 09:38:47 PST
Committed 256699@main (7a1859a9fa5e): <https://commits.webkit.org/256699@main>

Reviewed commits have been landed. Closing PR #6361 and removing active labels.