On Wed, 3 Sep 2025 05:23:02 GMT, Manukumar V S <[email protected]> wrote:
>> Issue: >> java/awt/Focus/ComponentLostFocusTest.java fails intermittently(2/40) with >> an exception " Execution failed: `main' threw exception: >> java.lang.RuntimeException: TextField got no focus! Test failed." >> I have seen it failing in all platforms, but predominantly in macos platform. >> It fails sometimes in CI also. >> >> Fix: >> Added a countdownlatch for tracking focusGained >> Added screenshot logic >> >> Testing: >> Tested in all mach5 platforms and got all PASS. > > Manukumar V S has updated the pull request incrementally with one additional > commit since the last revision: > > Review comments fixed: formatting changes test/jdk/java/awt/Focus/ComponentLostFocusTest.java line 35: > 33: import java.awt.EventQueue; > 34: import java.awt.FlowLayout; > 35: import java.awt.Frame; nit: copyright year :) ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/27039#discussion_r2318942750
