Bug 269402
Summary: | NEW TEST (274589@main): [ macOS ] TestWebKitAPI.WKWebExtensionAPIDevTools.CreatePanel is a consistent timeout | ||
---|---|---|---|
Product: | WebKit | Reporter: | Marta Darbinyan <darbinyan> |
Component: | New Bugs | Assignee: | 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 |
Marta Darbinyan
Description:
TestWebKitAPI.WKWebExtensionAPIDevTools.CreatePanel
Is a constant timeout since the test was introduced in 274589@main
History:
https://results.webkit.org/?suite=api-tests&test=TestWebKitAPI.WKWebExtensionAPIDevTools.CreatePanel
Result:
TestWebKitAPI.WKWebExtensionAPIDevTools.CreatePanel
2024-02-14 12:35:04.855 com.apple.WebKit.WebContent.Development[49446:53456064] XType: can't switch to GlobalFontRegistry. XTFontStaticRegistry is not enabled.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/122967271>
Marta Darbinyan
Pull request: https://github.com/WebKit/WebKit/pull/24470
EWS
Committed 274697@main (f56a1d7f2efe): <https://commits.webkit.org/274697@main>
Reviewed commits have been landed. Closing PR #24470 and removing active labels.
Timothy Hatcher
Reopening to investigate why the test fails on the bots.
Timothy Hatcher
Running locally I see this now:
webkit-extension://502e0ff0-9a06-4f02-8fd2-31f7ed384db7/devtools.js:12:34: CONSOLE JS ERROR TypeError: cachedPanelWindow?.notifyHidden is not a function. (In 'cachedPanelWindow?.notifyHidden()', 'cachedPanelWindow?.notifyHidden' is undefined)
This wasn't the case when the test was added, so something else might have regressed this.
Timothy Hatcher
Pull request: https://github.com/WebKit/WebKit/pull/24722
EWS
Committed 274984@main (601dbe0a8712): <https://commits.webkit.org/274984@main>
Reviewed commits have been landed. Closing PR #24722 and removing active labels.