jdk-24/test/jdk/javax/swing/JButton
Alexey Ivanov 8174cbd5cb 8341978: Improve JButton/bug4490179.java
Use latch to synchronize actions in the test.
Verify mouseButton3Released does not trigger actionPerformed
while mouse button 1 is pressed.
Ensure mouse button 1 is released.
Verify releasing mouse button 1 triggers actionPerformed.

Reviewed-by: azvegint, achung, serb
2024-10-18 11:03:00 +00:00
..
4368790
4659800 8281738: Create a regression test for checking the 'Space' key activation of focused Button 2022-03-01 16:55:22 +00:00
4796987
6604281
8151303 8276058: Some swing test fails on specific CI macos system 2021-11-18 04:33:49 +00:00
JButtonPaintNPE
bug4234034.java 8316285: Opensource JButton manual tests 2023-09-21 06:35:34 +00:00
bug4323121.java 8316285: Opensource JButton manual tests 2023-09-21 06:35:34 +00:00
bug4385611.java 8316324: Opensource five miscellaneous Swing tests 2024-03-26 01:02:20 +00:00
bug4490179.java 8341978: Improve JButton/bug4490179.java 2024-10-18 11:03:00 +00:00
DefaultButtonLeak.java 8316324: Opensource five miscellaneous Swing tests 2024-03-26 01:02:20 +00:00
HtmlButtonWithTextAndIcon.java 8302173: Button border overlaps with button icon on macOS system LaF 2023-02-23 20:41:25 +00:00
PressedButtonRightClickTest.java 8327401: Some jtreg tests fail on Wayland without any tracking bug 2024-05-30 06:44:04 +00:00
SwingButtonResizeTestWithOpenGL.java 8339233: Test javax/swing/JButton/SwingButtonResizeTestWithOpenGL.java#id failed: Button renderings are different after window resize 2024-09-04 20:05:27 +00:00
TestGlyphBreak.java
TestMnemonicAction.java 8294038: Remove "Classpath" exception from javax/swing tests 2022-09-21 17:00:40 +00:00
TimeChangeButtonClickTest.java