RFR: 8346828: javax/swing/JScrollBar/4865918/bug4865918.java still fails in CI
Abhishek Kumar
abhiscxk at openjdk.org
Tue Jan 7 08:08:35 UTC 2025
On Tue, 7 Jan 2025 03:16:57 GMT, Prasanta Sadhukhan <psadhukhan at openjdk.org> wrote:
> Test seems to still fail in CI in ubuntu22.04 intermittently even after [JDK-8346324](https://bugs.openjdk.org/browse/JDK-8346324). Made the test headless similar to javax/swing/JScrollBar/bug4842792.java.
test/jdk/javax/swing/JScrollBar/4865918/bug4865918.java line 34:
> 32: import java.awt.event.MouseAdapter;
> 33: import java.awt.event.MouseEvent;
> 34: import javax.swing.JFrame;
No longer required. Please remove the import and frame variable.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/22937#discussion_r1905049121
More information about the client-libs-dev
mailing list