On Wed, 18 Jun 2025 19:20:32 GMT, Alexey Ivanov <aiva...@openjdk.org> wrote:
>> Damon Nguyen has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Change timeout and instructions columns. > > **Funny!** > >> The Windows test failing in PFJ was a separate issue that was found through >> this update. > > You submitted [JDK-8359469](https://bugs.openjdk.org/browse/JDK-8359469) to > find the problem… What `PassFailJFrame` has in addition to a static frame > that doesn't display anything is a **timer**. The timer updates each second, > which sends additional messages — the dragged cursor changes as soon as the > displayed time updates. > > Pause the timer, and the drag cursor doesn't change until you release the > left mouse button. > > Harshitha was close to discovering it. @aivanov-jdk > What PassFailJFrame has in addition to a static frame that doesn't display > anything is a timer. The timer updates each second, which sends additional > messages — the dragged cursor changes as soon as the displayed time updates. > > Pause the timer, and the drag cursor doesn't change until you release the > left mouse button Nice find ! Finally an answer to the strange behavior. ------------- PR Comment: https://git.openjdk.org/jdk/pull/25705#issuecomment-2986166545