Bug 208425 - [GTK] inspector/unit-tests/debouncer.html is a flaky failure
Summary: [GTK] inspector/unit-tests/debouncer.html is a flaky failure
Status: RESOLVED DUPLICATE of bug 187589
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-03-01 08:29 PST by Diego Pino
Modified: 2020-03-01 08:30 PST (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 Diego Pino 2020-03-01 08:29:14 PST
The tests has been flaky since added:

* inspector/unit-tests/debouncer.html [ Failure Timeout Pass ]

Diff:

--- /home/igalia/dpino/workspace/webkit-gtk/layout-test-results/inspector/unit-tests/debouncer-expected.txt
+++ /home/igalia/dpino/workspace/webkit-gtk/layout-test-results/inspector/unit-tests/debouncer-actual.txt
@@ -38,7 +38,9 @@
 PASS: Debounced function called once.

 -- Running test case: Debounce.Force
-PASS: Call was not delayed.
+FAIL: Call was not delayed.
+    Expected: less than or equal to 1
+    Actual: 7
 PASS: Arguments length is 2.
 PASS: First argument is 2.
 PASS: Second argument is 'fgh'.
Comment 1 Diego Pino 2020-03-01 08:30:32 PST

*** This bug has been marked as a duplicate of bug 187589 ***