JDK-8211822 : Some tests fail after JDK-8210039
  • Type: Bug
  • Component: client-libs
  • Affected Version: 12
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2018-10-06
  • Updated: 2024-07-18
  • Resolved: 2018-11-07
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 11 JDK 12
11.0.16Fixed 12 b20Fixed
Related Reports
Duplicate :  
Relates :  
Description
This tests use the ExtendedRobot which is located in the library, but the fix for JDK-8210039 change the path of the library, since it assumed only OSInfo was used there, and missed ExtendedRobot.
Comments
Fix request [11u] I backport this as follow up of the test cleanup: JDK-8210039 No risk, only a test change. Clean backport except for ProblemList. SAP nighlty testing passed.
14-03-2022

A pull request was submitted for review. URL: https://git.openjdk.java.net/jdk11u-dev/pull/882 Date: 2022-03-11 14:44:19 +0000
11-03-2022

https://github.com/openjdk/jdk/commit/245a72938ada2914d5c81a0044c8a09696244214
11-03-2022

URL: http://hg.openjdk.java.net/jdk/jdk/rev/a00f1403dbe9 User: psadhukhan Date: 2018-11-14 11:51:32 +0000
14-11-2018

URL: http://hg.openjdk.java.net/jdk/client/rev/a00f1403dbe9 User: serb Date: 2018-11-07 01:57:10 +0000
07-11-2018

Four tests failing because of change in directory of Extended Robot are : java/awt/MenuBar/8007006/bug8007006.java javax/swing/JComboBox/4199622/bug4199622.java javax/swing/JFrame/NSTexturedJFrame/NSTexturedJFrame.java javax/swing/JPopupMenu/7154841/bug7154841.java
30-10-2018