<Swing Dev> [12] RFR JDK-8214943:PIT: javax/swing/JFrame/NSTexturedJFrame/NSTexturedJFrame.java errors out in mac
Krishna Addepalli
krishna.addepalli at oracle.com
Thu Dec 6 09:08:49 UTC 2018
Looks good to me.
Thanks,
Krishna
> On 06-Dec-2018, at 1:34 PM, Prasanta Sadhukhan <prasanta.sadhukhan at oracle.com> wrote:
>
> Hi All,
>
> It is found that this test is not able to find ExtendedRobot directory which has been moved to lib/client as per this bugfix JDK-8186549 <https://bugs.openjdk.java.net/browse/JDK-8186549>:move ExtendedRobot closer to tests
>
> and errors out citing "Error. can't find ExtendedRobot in test directory or libraries".
>
> Rectified the ExtendedRobot path.
> Bug: https://bugs.openjdk.java.net/browse/JDK-8214943 <https://bugs.openjdk.java.net/browse/JDK-8214943>
> diff -r 7ed5edf6ba0c test/jdk/javax/swing/JFrame/NSTexturedJFrame/NSTexturedJFrame.java
> --- a/test/jdk/javax/swing/JFrame/NSTexturedJFrame/NSTexturedJFrame.java Wed Dec 05 12:59:50 2018 -0800
> +++ b/test/jdk/javax/swing/JFrame/NSTexturedJFrame/NSTexturedJFrame.java Thu Dec 06 13:28:15 2018 +0530
> @@ -37,7 +37,7 @@
> * @requires (os.family == "mac")
> * @summary We should support NSTexturedBackgroundWindowMask style on OSX.
> * @library /test/lib
> - * /test/jdk/lib/testlibrary/
> + * /lib/client
> * @build ExtendedRobot jdk.test.lib.Platform
> * @run main NSTexturedJFrame
>
> Regards
> Prasanta
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/swing-dev/attachments/20181206/6cf8b39b/attachment.html>
More information about the swing-dev
mailing list