RFR: 8341055: Open some TextArea awt tests 2

Phil Race prr at openjdk.org
Thu Oct 10 18:09:13 UTC 2024


On Thu, 10 Oct 2024 01:06:24 GMT, Alisen Chung <achung at openjdk.org> wrote:

> Second set of textarea awt tests to open during fall 2024 test sprint

test/jdk/java/awt/TextArea/TextAreaHScrollbarTest.java line 31:

> 29:  * @bug 4648702
> 30:  * @summary TextArea horizontal scrollbar behavior is incorrect
> 31:  * @library /open/test/jdk/java/awt/regtesthelpers

remove leading /open/test/jdk

test/jdk/java/awt/TextArea/TextAreaLineScrollWrapTest.java line 31:

> 29:  * @bug 4776535
> 30:  * @summary Regression: line should not wrap around into multi lines in TextArea.
> 31:  * @library /open/test/jdk/java/awt/regtesthelpers

remove leading /open/test/jdk

test/jdk/java/awt/TextArea/TextAreaScrollbarTest.java line 36:

> 34:  * vertical scrollbars when bad scrollbar arguments are passed
> 35:  * into the constructor.
> 36:  * @library /open/test/jdk/java/awt/regtesthelpers

remove leading /open/test/jdk

test/jdk/java/awt/TextArea/TextScrollTest.java line 33:

> 31:  * @bug 4127272
> 32:  * @summary TextArea displays head of text when scrolling horizontal bar.
> 33:  * @library /open/test/jdk/java/awt/regtesthelpers

remove leading /open/test/jdk

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/21436#discussion_r1795885580
PR Review Comment: https://git.openjdk.org/jdk/pull/21436#discussion_r1795885696
PR Review Comment: https://git.openjdk.org/jdk/pull/21436#discussion_r1795885815
PR Review Comment: https://git.openjdk.org/jdk/pull/21436#discussion_r1795885953


More information about the client-libs-dev mailing list