diff --git a/test/jdk/java/awt/TextArea/TextAreaCRLFAutoDetectManualTest.java b/test/jdk/java/awt/TextArea/TextAreaCRLFAutoDetectManualTest.java index c8c3f0662a5..65968f4fe28 100644 --- a/test/jdk/java/awt/TextArea/TextAreaCRLFAutoDetectManualTest.java +++ b/test/jdk/java/awt/TextArea/TextAreaCRLFAutoDetectManualTest.java @@ -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