-
Bug
-
Resolution: Unresolved
-
P4
-
8u311
-
linux
The java/awt/SplashScreen/MultiResolutionSplash/MultiResolutionSplashTest.java test consistently fails on Linux with "Focus is lost!" message.
Only the last variant of the test fails:
@run main/othervm -splash:splash1.png MultiResolutionSplashTest TEST_FOCUS
This bug could be duplicate of JDK-8134231. However, there could be something else: in 8u, Robot.waitForIdle() is not implemented as Toolkit.realSync(), so it could affect the test execution.
JDK-8233696 isn't backported to 8u, this is why there's no expected text in the failure message.
Only the last variant of the test fails:
@run main/othervm -splash:splash1.png MultiResolutionSplashTest TEST_FOCUS
This bug could be duplicate of JDK-8134231. However, there could be something else: in 8u, Robot.waitForIdle() is not implemented as Toolkit.realSync(), so it could affect the test execution.
- relates to
-
JDK-8279539 MultiResolutionSplashTest.java fails with "Image with wrong resolution is used for splash screen!" on Windows
- Open
-
JDK-8279784 [8u] ProblemList failing tests in CI
- Resolved
-
JDK-8134231 [TEST_BUG] java/awt/SplashScreen/MultiResolutionSplash/MultiResolutionSplashTest.java fails with Focus lost message
- Open
-
JDK-8233696 [TESTBUG]Some jtreg tests fail when CAPS_LOCK is ON
- Resolved