[Webkit-unassigned] [Bug 251668] Differential Testing: Different output during loop in eval

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 7 15:21:52 PST 2023


https://bugs.webkit.org/show_bug.cgi?id=251668

Mark Lam <mark.lam at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID

--- Comment #2 from Mark Lam <mark.lam at apple.com> ---
There's no bug here.  The test itself has variable behavior.  It spawns a thread that prints more output.  However, that thread is in a race against the main thread that will terminate the process.  Depending on where the main thread terminates the process, the other thread may or may not have gotten in a few more prints.

Hence, the code is behaving correctly.  The test is just bad.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230207/801245a8/attachment-0001.htm>


More information about the webkit-unassigned mailing list