On Wed, 16 Apr 2025 13:38:24 GMT, Tejesh R <t...@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