JDK-8161276 : JShell tests: jdk/jshell/EditorPadTest.java fails on windows
  • Type: Bug
  • Component: tools
  • Sub-Component: jshell
  • Affected Version: 9
  • Priority: P4
  • Status: Open
  • Resolution: Unresolved
  • OS: windows
  • Submitted: 2016-07-13
  • Updated: 2016-10-28
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.
Other
tbd_minorUnresolved
Related Reports
Duplicate :  
Relates :  
Relates :  
Description
jdk/jshell/EditorPadTest.java
Looks like the window of Editor appears in wrong position of the screen or screen resolution is too small so buttons of the Editor lay under screen and AWT robot can't click them.

The test passes if it is invoked in rdp session

Comments
When fixed should be removed from ProblemList.txt
10-08-2016

Original title and text (removed headless stuff, since that dups JDK-8139872): JShell tests: jdk/jshell/EditorPadTest.java fails on windows with no monitor jdk/jshell/EditorPadTest.java Windows doesn't provide information about headless mode and test fails by timeout. Looks like the window of Editor appears in wrong position of the screen or screen resolution is too small so buttons of the Editor lay under screen and AWT robot can't click them. The test passes if it is invoked in rdp session or with java option java.awt.headless=true
10-08-2016

There are two parts to this bug. Reopening and separating the part that wasn't fixed.
10-08-2016

Dup of JDK-8139872
09-08-2016