On 01/03/2018 04:36, Pankaj Bansal wrote:
The mac specific issue "Flag is not triggered for point **" will be fixed by the bug you pointed out JDK-8024627. This same issue "Flag is not triggered for point **" is also observed in javax/swing/JWindow/ShapedAndTranslucentWindows/SetShapeAndClickSwing.java, which is failing because of JDK-8013450 (mentioned in problemList) on Mac. JDK-8013450 and JDK-8024627 look duplicate.
They cannot be duplicates because JDK-8013450 is macOS specific and JDK-8024627 was found on windows/linux/mac.
Please take a look to these issues after this one.
I think the problemList also needs to be updated as javax/swing/JWindow/ShapedAndTranslucentWindows/TranslucentJComboBox.java will be fixed for Mac with JDK-8024627, not JDK-8190347. Webrev: http://cr.openjdk.java.net/~pbansal/8190347/webrev.03/
Looks fine. -- Best regards, Sergey.
