Bug 212350 - REGRESSION(r259985): [WPE] fast/dom/timer-throttling-hidden-page.html is timing out
Summary: REGRESSION(r259985): [WPE] fast/dom/timer-throttling-hidden-page.html is timi...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-05-25 07:54 PDT by Diego Pino
Modified: 2020-05-25 08:41 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Diego Pino 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
-