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

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

Reply via email to