Bug 246632 - [ iOS ] TestWebKitAPI.WKWebExtensionController.BackgroundPageLoading is a constant failure
Summary: [ iOS ] TestWebKitAPI.WKWebExtensionController.BackgroundPageLoading is a con...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Timothy Hatcher
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2022-10-17 08:53 PDT by Hercules Hjalmarsson
Modified: 2022-11-15 09:38 PST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.