Bug 256097
Summary: | [ macOS ] TestWebKitAPI.WebKitLegacy.MediaPlaybackSleepAssertion is a constant failure | ||
---|---|---|---|
Product: | WebKit | Reporter: | Robert Jenner <jenner> |
Component: | WebKit2 | Assignee: | Chris Dumez <cdumez> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | cdumez, kkinnunen, webkit-bot-watchers-bugzilla, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
See Also: | https://bugs.webkit.org/show_bug.cgi?id=256056 |
Robert Jenner
TestWebKitAPI.WebKitLegacy.MediaPlaybackSleepAssertion
is a constant failure on macOS.
HISTORY:
https://results.webkit.org/?suite=api-tests&test=TestWebKitAPI.WebKitLegacy.MediaPlaybackSleepAssertion
FAIL TEXT:
TestWebKitAPI.WebKitLegacy.MediaPlaybackSleepAssertion
2023-04-28 09:49:50.584 TestWebKitAPI[69683:178359483] *** WARNING: Method convertPointToBase: in class NSView is deprecated on 10.7 and later. It should not be used in new applications.
/Volumes/Data/worker/Apple-Ventura-Release-Build/build/Tools/TestWebKitAPI/Tests/mac/MediaPlaybackSleepAssertion.mm:179
Value of: hasAssertionType(CFSTR("PreventUserIdleDisplaySleep"))
Actual: false
Expected: true
/Volumes/Data/worker/Apple-Ventura-Release-Build/build/Tools/TestWebKitAPI/Tests/mac/MediaPlaybackSleepAssertion.mm:186
Value of: hasAssertionType(CFSTR("PreventUserIdleSystemSleep"))
Actual: false
Expected: true
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/108666759>
Robert Jenner
I was able to reproduce the failure, as well as bisect to a regression point. You can reproduce at Ventura Release ToT running as follows:
run-api-tests TestWebKitAPI.WebKitLegacy.MediaPlaybackSleepAssertion
And I was able to reproduce the failure back to 263474@main, but not at 263473@main. So it appears that https://commits.webkit.org/263474@main is where this test regressed at.
Chris Dumez
Will fix shortly.
Chris Dumez
Pull request: https://github.com/WebKit/WebKit/pull/13285
EWS
Committed 263518@main (e90882bc5116): <https://commits.webkit.org/263518@main>
Reviewed commits have been landed. Closing PR #13285 and removing active labels.