Bug 266594 - TestWebKitAPI.WKWebExtensionAPITabs.ActiveTab is flaky.
Summary: TestWebKitAPI.WKWebExtensionAPITabs.ActiveTab is flaky.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Extensions (show other bugs)
Version: WebKit Local Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Timothy Hatcher
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-12-18 12:52 PST by Timothy Hatcher
Modified: 2023-12-18 14:07 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Timothy Hatcher 2023-12-18 12:52:55 PST
Result:
TestWebKitAPI.WKWebExtensionAPITabs.ActiveTab
        ERROR: Unhandled web process message 'WebPage_RegisterURLSchemeHandler' (destination: 23 pid: 40494)
        /Volumes/Data/worker/trunk-dawne-ios-simulator-debug-archive/build/OpenSource/Source/WebKit/WebProcess/WebProcess.cpp(941) : virtual void WebKit::WebProcess::didReceiveMessage(IPC::Connection &, IPC::Decoder &)
        webkit-extension://9cf23198-e1ce-4b7a-a478-cad199dead28/background.js:9Title should be empty before user gesture:  Actual: undefinedExpected: ""webkit-extension://9cf23198-e1ce-4b7a-a478-cad199dead28/background.js:13Title should be provided after user gesture:  Actual: ""Expected: "Test Title"webkit-extension://9cf23198-e1ce-4b7a-a478-cad199dead28/background.js:17Title should be provided after same site navigation:  Actual: undefinedExpected: "Next Title"/Volumes/Data/worker/trunk-dawne-ios-simulator-debug-archive/build/OpenSource/Tools/TestWebKitAPI/Tests/WebKitCocoa/WKWebExtensionAPITabs.mm:1813Value of: [manager.get().context hasPermission:_WKWebExtensionPermissionTabs inTab:manager.get().defaultTab]  Actual: trueExpected: false/Volumes/Data/worker/trunk-dawne-ios-simulator-debug-archive/build/OpenSource/Tools/TestWebKitAPI/Tests/WebKitCocoa/WKWebExtensionAPITabs.mm:1814Value of: [manager.get().context hasAccessToURL:localhostRequest.URL inTab:manager.get().defaultTab]  Actual: trueExpected: false

<rdar://119346255>
Comment 1 Timothy Hatcher 2023-12-18 12:57:18 PST
Pull request: https://github.com/WebKit/WebKit/pull/21987
Comment 2 EWS 2023-12-18 14:07:34 PST
Committed 272240@main (52b154a911f1): <https://commits.webkit.org/272240@main>

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