Bug 208425
Summary: | [GTK] inspector/unit-tests/debouncer.html is a flaky failure | ||
---|---|---|---|
Product: | WebKit | Reporter: | Diego Pino <dpino> |
Component: | Web Inspector | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | inspector-bugzilla-changes |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Diego Pino
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'.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Diego Pino
*** This bug has been marked as a duplicate of bug 187589 ***