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

Bug: https://bugs.openjdk.java.net/browse/JDK-8214470

diff -r 40279c4862ec test/jdk/javax/swing/JPopupMenu/7154841/bug7154841.java
--- a/test/jdk/javax/swing/JPopupMenu/7154841/bug7154841.java    Tue Nov 27 10:45:54 2018 +0530 +++ b/test/jdk/javax/swing/JPopupMenu/7154841/bug7154841.java    Thu Nov 29 12:38:32 2018 +0530
@@ -28,7 +28,7 @@
  * @requires (os.family == "mac")
  * @summary JPopupMenu is overlapped by a Dock on Mac OS X
  * @library /test/lib
- *          /test/jdk/lib/testlibrary/
+ *          /lib/client
  * @build ExtendedRobot jdk.test.lib.Platform
  * @run main bug7154841
  */

Regards
Prasanta

Reply via email to