Bug 191682 - [GTK] inspector/worker/worker-create-and-terminate.html is flaky
Summary: [GTK] inspector/worker/worker-create-and-terminate.html is flaky
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-11-15 06:52 PST by Miguel Gomez
Modified: 2020-06-19 00:35 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Miguel Gomez 2018-11-15 06:52:33 PST
inspector/worker/worker-create-and-terminate.html [ Failure Pass ]

Most of the times the test passes but sometimes fails on the first run with this diff:

--- /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/inspector/worker/worker-create-and-terminate-expected.txt
+++ /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/inspector/worker/worker-create-and-terminate-actual.txt
@@ -3,15 +3,15 @@
 
 == Running test suite: Worker.CreateAndTerminate
 -- Running test case: Worker.enable
-PASS: Should be informed of two existing Workers.
+FAIL: Should be informed of two existing Workers.
+    Expected: 2
+    Actual: 1
 Worker - inspector/worker/resources/worker-1.js
-Worker - inspector/worker/resources/worker-2.js
 
 -- Running test case: Worker.workerCreated
 PASS: Worker.workerCreated
 Worker - inspector/worker/resources/worker-1.js
 Worker - inspector/worker/resources/worker-2.js
-Worker - inspector/worker/resources/worker-3.js
 
 -- Running test case: Worker.workerTerminated.Page
 PASS: Worker.workerTerminated
Comment 1 Diego Pino 2020-06-19 00:35:48 PDT
The test(s) filed under this bug have been consistently passing for the last 4000 revisions. Marking bug as fixed.

Committed r263254: <https://trac.webkit.org/changeset/263254>