JDK-8153274 : [PIT] test always fails: java/awt/SplashScreen/MultiResolutionSplash/unix/UnixMultiResolutionSplashTest.java
  • Type: Bug
  • Component: client-libs
  • Sub-Component: java.awt
  • Affected Version: 9
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • Submitted: 2016-04-01
  • Updated: 2016-10-25
  • Resolved: 2016-10-06
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 9
9Fixed
Related Reports
Relates :  
Relates :  
Description
Running this test _without_ HiDPI hardware for this PIT, I have it always failing, on every platform. It has no platform restrictions.

RULE "java/awt/SplashScreen/MultiResolutionSplash/unix/UnixMultiResolutionSplashTest.java" Exception java.lang.RuntimeException: Image with wrong resolution is used for splash screen!

RULE "java/awt/SplashScreen/MultiResolutionSplash/unix/UnixMultiResolutionSplashTest.java" Exception java.lang.RuntimeException: Test Failed

Comments
Fixed with issue https://bugs.openjdk.java.net/browse/JDK-8151787 URL: http://hg.openjdk.java.net/jdk9/client/jdk/rev/38bf8bb1f5e7
06-10-2016

For pleasant variety, it fails with timeout on 32bit Windows RULE "java/awt/SplashScreen/MultiResolutionSplash/unix/UnixMultiResolutionSplashTest.java" Timeout none
01-08-2016

This issue is with Robot :: getPixelColor method Its not able to identify the correct pixel color with scaled image.
18-04-2016

Test failed on 14.04 LTS ubuntu64 with JDK9 Below exception is thrown, Exception in thread "main" java.lang.RuntimeException: Image with wrong resolution is used for splash screen! at UnixMultiResolutionSplashTest.testSplash(UnixMultiResolutionSplashTest.java:107) at UnixMultiResolutionSplashTest.main(UnixMultiResolutionSplashTest.java:72)
11-04-2016