Test "java/awt/TextArea/TextAreaCRLFAutoDetectManualTest.java" fails because the text selected and displayed in the left/right TextArea alternates intermittently between "679" and "567" in linux platform.
Fix: Similar to the automated test https://github.com/openjdk/jdk/blob/master/test/jdk/java/awt/TextArea/TextAreaCRLFAutoDetectTest.java this test also has been made Windows specific. --------- - [x] I confirm that I make this contribution in accordance with the [OpenJDK Interim AI Policy](https://openjdk.org/legal/ai). ------------- Commit messages: - 8384287: java/awt/TextArea/TextAreaCRLFAutoDetectManualTest.java fails after JDK-8340987 Changes: https://git.openjdk.org/jdk/pull/31547/files Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=31547&range=00 Issue: https://bugs.openjdk.org/browse/JDK-8384287 Stats: 2 lines in 1 file changed: 1 ins; 0 del; 1 mod Patch: https://git.openjdk.org/jdk/pull/31547.diff Fetch: git fetch https://git.openjdk.org/jdk.git pull/31547/head:pull/31547 PR: https://git.openjdk.org/jdk/pull/31547
