JDK-8232880 : Update test documentation with additional settings for client UI tooltip tests
  • Type: Bug
  • Component: infrastructure
  • Affected Version: 11,14
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2019-10-23
  • Updated: 2020-06-08
  • Resolved: 2019-11-05
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 13 JDK 14
11.0.7-oracleFixed 13.0.4Fixed 14 b22Fixed
Related Reports
Duplicate :  
Relates :  
Description
Some client UI tests devoted to tooltip messages may fail on OS X platform. The tests use the following key sequence to show/hide a tooltip message: ���CTRL��� + ���F1���. However this combination is reserved by operating system on OS X platform.
To run these tests correctly the default reservation of the key sequence should be disabled:
���System Preferences��� -> ���Keyboard��� -> ���Shortcuts��� -> uncheck ���Turn keyboard access on/of��� property

It is necessary to update test documentation with the information provided above.
Comments
Fix request (13u) I'd like to port it to 13u, too. The patch applies cleanly after couple of other doc-only fixes.
08-06-2020

review thread : https://mail.openjdk.java.net/pipermail/jdk-updates-dev/2020-March/002723.html
11-03-2020

Hi Matthias, For process sake, can you please post a reivew to jdk-updates-dev? (Sorry about that...) I also change the label to jdk11u-critical-request because it's an 11.0.7 parity thing and I think the risk is low, so we should have it there.
10-03-2020

jdk11 downport request I would like to have the patch in openjdk11 as well, because it is in Oracle JDK 11.0.7 as well. The patch is here : http://cr.openjdk.java.net/~mbaesken/webrevs/8232880_jdk11/ The doc/testing.md file applies cleanly, and as expected the html needs to be regenerated from it with "make update-build-docs" .
10-03-2020

URL: https://hg.openjdk.java.net/jdk/jdk/rev/a4ddd1667c72 User: dmarkov Date: 2019-11-05 10:12:50 +0000
05-11-2019

Discussion - http://mail.openjdk.java.net/pipermail/build-dev/2019-October/026213.html
29-10-2019