<Swing Dev> [12] RFR JDK-8214943:PIT: javax/swing/JFrame/NSTexturedJFrame/NSTexturedJFrame.java errors out in mac
Prasanta Sadhukhan
prasanta.sadhukhan at oracle.com
Thu Dec 6 08:04:47 UTC 2018
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/swing-dev/attachments/20181206/21765ec8/attachment.html>
More information about the swing-dev
mailing list