JDK-7151823 : The test incorrectly recognizing OS
  • Type: Bug
  • Component: client-libs
  • Sub-Component: javax.swing
  • Affected Version: 8
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2012-03-07
  • Updated: 2013-12-17
  • Resolved: 2013-06-03
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 7 JDK 8
7u40Fixed 8 b94Fixed
Description
For recognizing system the test javax/swing/JTabbedPane/4624207/bug4624207.java try recognize L&F.

Comments
EVALUATION Pressing mnemonics on Mac always requires using Ctrl+Alt key combination. The OSInfo.getOSType() method should be used insted of the Aqua L&F detection.
19-03-2012