On Wed, 4 Mar 2026 22:25:01 GMT, Phil Race <[email protected]> wrote: >> Damon Nguyen has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Revert run change > > 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.
Thanks for catching this. This was one of the options I tried when trying to resolve the headless test issue I described previously. I'll revert this. The last 3 CI runs out of the 4 total I linked in the issue are run without this `headless = false` option. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/30058#discussion_r2886670181
