8384287: java/awt/TextArea/TextAreaCRLFAutoDetectManualTest.java fails after JDK-8340987

Reviewed-by: smandalika, prr
This commit is contained in:
Manukumar V S 2026-06-17 19:22:20 +00:00
parent 4411540b09
commit 7e356c4eb5

View File

@ -33,7 +33,8 @@ import java.awt.event.ActionListener;
/*
* @test
* @bug 4800187
* @bug 4800187 8384287
* @requires (os.family == "windows")
* @summary REGRESSION:show the wrong selection when there are \r characters in the text
* @library /java/awt/regtesthelpers
* @build PassFailJFrame