Bug 188506 - [WPE] fast/dom/timer-throttling-hidden-page.html is failing
Summary: [WPE] fast/dom/timer-throttling-hidden-page.html is failing
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: LayoutTestFailure
Depends on:
Blocks:
 
Reported: 2018-08-13 04:04 PDT by Zan Dobersek
Modified: 2020-05-25 08:41 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Zan Dobersek 2018-08-13 04:04:09 PDT
The fast/dom/timer-throttling-hidden-page.html layout test is failing on the WPE port:

--- /home/zan/Work/webkit/git/WebKitBuild/Release/layout-test-results/fast/dom/timer-throttling-hidden-page-expected.txt
+++ /home/zan/Work/webkit/git/WebKitBuild/Release/layout-test-results/fast/dom/timer-throttling-hidden-page-actual.txt
@@ -8,7 +8,7 @@
 PASS internals.isTimerThrottled(timerHandle) is false
 PASS internals.isTimerThrottled(timerHandle) is false
 PASS internals.isTimerThrottled(timerHandle) is false
-PASS internals.isTimerThrottled(timerHandle) is true
+FAIL internals.isTimerThrottled(timerHandle) should be true. Was false.
 PASS successfullyParsed is true
 
 TEST COMPLETE

No other throttling-related test is failing. Might be something to do with determining the hidden status.
Comment 1 Diego Pino 2020-05-25 08:41:31 PDT
The implementation of this test changed in r259985 and now the test is timing out. See: https://bugs.webkit.org/show_bug.cgi?id=212350