NEW212350
REGRESSION(r259985): [WPE] fast/dom/timer-throttling-hidden-page.html is timing out
https://bugs.webkit.org/show_bug.cgi?id=212350
Summary REGRESSION(r259985): [WPE] fast/dom/timer-throttling-hidden-page.html is timi...
Diego Pino
Reported 2020-05-25 07:54:15 PDT
fast/dom/timer-throttling-hidden-page.html [ Timeout ] r259985 changed the implementation of the test, since it was flaky. Now the test relays on the event `document.onvisibilitychange`. Possibly the test times out because this event is never triggered. Diff: https://build.webkit.org/results/WPE%20Linux%2064-bit%20Release%20(Tests)/r262119%20(18320)/fast/dom/timer-throttling-hidden-page-diff.txt --- /home/buildbot/wpe/wpe-linux-64-release-tests/build/layout-test-results/fast/dom/timer-throttling-hidden-page-expected.txt +++ /home/buildbot/wpe/wpe-linux-64-release-tests/build/layout-test-results/fast/dom/timer-throttling-hidden-page-actual.txt @@ -1,15 +1,2 @@ -Tests that DOM timers gets throttled on hidden pages once they reach the max nesting level +FAIL: Timed out waiting for notifyDone to be called -On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". - - -PASS internals.isTimerThrottled(timerHandle) is false -PASS internals.isTimerThrottled(timerHandle) is false -PASS internals.isTimerThrottled(timerHandle) is false -PASS internals.isTimerThrottled(timerHandle) is false -PASS internals.isTimerThrottled(timerHandle) is false -PASS internals.isTimerThrottled(timerHandle) is true -PASS successfullyParsed is true - -TEST COMPLETE -
Attachments
Note You need to log in before you can comment on or make changes to this bug.