On Tue, 8 Oct 2024 00:15:23 GMT, Damon Nguyen <[email protected]> wrote:
> Following tests are added as part of this PR: > > 1. > /java/awt/LightweightComponent/MultipleAddNotifyTest/MultipleAddNotifyTest.java > - CONVERTED TO AUTO > 2. /java/awt/LightweightComponent/PopupTest/PopupTest.java - MANUAL > 3. /java/awt/Panel/PanelRepaint/PanelRepaint.java - MANUAL > 4. /java/awt/EventQueue/PushPopDeadlock/PushPopDeadlock.java MANUAL (PROBLEM > LISTED) test/jdk/java/awt/EventQueue/PushPopDeadlock/PushPopDeadlock.java line 29: > 27: * @summary Verifies that calling EventQueue.push() and EventQueue.pop() > 28: * does not deadlock. > 29: * @library /open/test/jdk/java/awt/regtesthelpers library path test/jdk/java/awt/LightweightComponent/MultipleAddNotifyTest/MultipleAddNotifyTest.java line 72: > 70: f.add(l); > 71: f.addNotify(); > 72: f.addNotify(); duplicate addNotify.. test/jdk/java/awt/LightweightComponent/PopupTest/PopupTest.java line 28: > 26: * @bug 4476083 > 27: * @summary Disabled components do not receive MouseEvent in Popups > 28: * @library /open/test/jdk/java/awt/regtesthelpers path ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/21398#discussion_r1791110787 PR Review Comment: https://git.openjdk.org/jdk/pull/21398#discussion_r1791111474 PR Review Comment: https://git.openjdk.org/jdk/pull/21398#discussion_r1791111794
