RFR: 8353958: Open source several AWT ScrollPane tests - Batch 2 [v2]
Phil Race
prr at openjdk.org
Wed Apr 16 20:46:45 UTC 2025
On Wed, 16 Apr 2025 13:38:24 GMT, Tejesh R <tr at openjdk.org> wrote:
>> Open source these AWT ScrollPane tests:
>>
>> java/awt/ScrollPane/ScrollPaneSize/ScrollPaneSize.java
>> java/awt/ScrollPane/ScrollPaneAsNeededTest/ScrollPaneAsNeededTest.java
>> java/awt/ScrollPane/ScrollPaneComponentTest/ScrollPaneComponentTest.java
>> java/awt/ScrollPane/ScrollPaneScrollType/ScrollPaneEventType.java
>> java/awt/ScrollPane/ScrollPanechildViewportTest/ScrollPanechildViewportTest.java
>
> Tejesh R has updated the pull request incrementally with one additional commit since the last revision:
>
> Updated review comments
Marked as reviewed by prr (Reviewer).
test/jdk/java/awt/ScrollPane/ScrollPaneComponentTest.java line 95:
> 93: gr.drawLine(295, 295, 5, 295);
> 94: gr.drawLine(5, 295, 5, 5);
> 95: System.out.println("Painted!!");
I guess all these printlns are harmless but only someone reviewing the jtreg logs will ever see them.
-------------
PR Review: https://git.openjdk.org/jdk/pull/24647#pullrequestreview-2773800730
PR Review Comment: https://git.openjdk.org/jdk/pull/24647#discussion_r2047720225
More information about the client-libs-dev
mailing list