On Wed, 4 Mar 2026 17:41:32 GMT, Damon Nguyen <[email protected]> wrote:
> This test used to intermittently fail. Since then, the test has been > converted from an `.html` test to a `.java` test. I have run the test in CI > on 3 different runs with 100 repeats across all OS's. The test passes on all > instances. So, I have removed the test from the ProblemList as well. The test > updates are mostly minor nits. test/jdk/java/awt/TextComponent/CorrectTextComponentSelectionTest.java line 29: > 27: * @bug 5100806 > 28: * @summary TextArea.select(0,0) does not de-select the selected text > properly > 29: * @run main/othervm -Djava.awt.headless=false > CorrectTextComponentSelectionTest It seems unnecessary (and odd) to specify headless=false. It has the headful key and the first line of the test creates a Robot. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/30058#discussion_r2886456814
