JDK 11 |
---|
11-pool-oracleUnresolved |
Relates :
|
|
Relates :
|
|
Relates :
|
|
Relates :
|
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.
|