-
Bug
-
Resolution: Unresolved
-
P4
-
8u311
-
windows
This could be an invalid test scenario for Windows: 8u does not support High DPI environment fully. It may be unable to correctly identify the resolution of image to be used as the splash screen or capture the screenshot.
It requires more investigation why it fails.
This failure is more intermittent in its nature, I found only a couple of failures like this one for 8u.
----------messages:(4/251)----------
command: main -splash:splash1.png MultiResolutionSplashTest TEST_SPLASH 0
reason: User specified action: run main/othervm -splash:splash1.png MultiResolutionSplashTest TEST_SPLASH 0
Mode: othervm [/othervm specified]
elapsed time (seconds): 0.41
----------configuration:(0/0)----------
----------System.out:(0/0)----------
----------System.err:(14/942)----------
java.lang.RuntimeException: Image with wrong resolution is used for splash screen!
at MultiResolutionSplashTest.testSplash(MultiResolutionSplashTest.java:113)
at MultiResolutionSplashTest.main(MultiResolutionSplashTest.java:75)
at ...
JavaTest Message: Test threw exception: java.lang.RuntimeException: Image with wrong resolution is used for splash screen!
It requires more investigation why it fails.
This failure is more intermittent in its nature, I found only a couple of failures like this one for 8u.
----------messages:(4/251)----------
command: main -splash:splash1.png MultiResolutionSplashTest TEST_SPLASH 0
reason: User specified action: run main/othervm -splash:splash1.png MultiResolutionSplashTest TEST_SPLASH 0
Mode: othervm [/othervm specified]
elapsed time (seconds): 0.41
----------configuration:(0/0)----------
----------System.out:(0/0)----------
----------System.err:(14/942)----------
java.lang.RuntimeException: Image with wrong resolution is used for splash screen!
at MultiResolutionSplashTest.testSplash(MultiResolutionSplashTest.java:113)
at MultiResolutionSplashTest.main(MultiResolutionSplashTest.java:75)
at ...
JavaTest Message: Test threw exception: java.lang.RuntimeException: Image with wrong resolution is used for splash screen!
- relates to
-
JDK-8279784 [8u] ProblemList failing tests in CI
- Resolved
-
JDK-8279538 java/awt/SplashScreen/MultiResolutionSplash/MultiResolutionSplashTest.java fails with "Focus is lost!" on Linux
- Open