WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
232745
REGRESSION(
r282490
r282383
) [WPE] fast/animation/request-animation-frame-throttling-lowPowerMode.html is timing out
https://bugs.webkit.org/show_bug.cgi?id=232745
Summary
REGRESSION(r282490 r282383) [WPE] fast/animation/request-animation-frame-thro...
Lauro Moura
Reported
2021-11-04 22:31:04 PDT
fast/animation/request-animation-frame-throttling-lowPowerMode.html It was passing before
r282383
, after which it started failing. And after
r282490
, it's always timing out. The frame rate setting is correctly halved to 30 (calculated by AnimationFrameRate.cpp), but somehow the second requestAnimationFrame callback is called only after the test times out. Diff of the failure before
r282490
: --- /home/lauro/dev/WebKit/layout-test-results/fast/animation/request-animation-frame-throttling-lowPowerMode-expected.txt +++ /home/lauro/dev/WebKit/layout-test-results/fast/animation/request-animation-frame-throttling-lowPowerMode-actual.txt @@ -1,9 +1,10 @@ +ALERT: actual framesPerSecond 61 Test that requestAnimationFrame gets throttled in low power mode. On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". -PASS framesPerSecond < 36 is true +FAIL framesPerSecond < 36 should be true. Was false. PASS successfullyParsed is true TEST COMPLETE
Attachments
Add attachment
proposed patch, testcase, etc.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug