RFR: JDK-8353942 : Open source Swing Tests - Set 5

Harshitha Onkar honkar at openjdk.org
Wed Apr 16 21:08:47 UTC 2025


On Wed, 16 Apr 2025 20:52:28 GMT, Damon Nguyen <dnguyen at openjdk.org> wrote:

>> Following test are open-sourced in this PR:
>> 
>> - javax/swing/DataTransfer/DragOverFeedbackTest.java - manual
>> - javax/swing/DataTransfer/ListDragOverFeedbackTest.java - manual
>> - javax/swing/DataTransfer/bug4655513.java - automated
>> - javax/swing/SwingUtilities/bug4369355.java - automated
>> - javax/swing/SwingUtilities/bug4967768.java - manual
>
> test/jdk/javax/swing/SwingUtilities/bug4967768.java line 64:
> 
>> 62:         panel.add(but);
>> 63:         return panel;
>> 64:     }
> 
> I don't see an underline under the `p` in `Oops` unless I'm misunderstanding the test. I'm on MacOS 15.4.
> 
> <img width="439" alt="Screenshot 2025-04-16 at 1 50 55 PM" src="https://github.com/user-attachments/assets/af4d692f-8b38-47f5-b932-63487e23b722" />

This test is not applicable for macOS. I may have missed adding the` @requires (os.family != "mac")` tag.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/24698#discussion_r2047761518


More information about the client-libs-dev mailing list