On Wed, 3 Jun 2026 09:45:51 GMT, Alexey Ivanov <[email protected]> wrote:
> Based on [the previous > discussion](https://mail.openjdk.org/archives/list/[email protected]/thread/CDGXOP5NNNQUJQYAUFLGZT4HEDBFDPZQ/), > I'm removing the test > `java/awt/SplashScreen/MultiResolutionSplash/unix/UnixMultiResolutionSplashTest.java`. > > The relevant details from the discussion: > >> The `UnixMultiResolutionSplashTest.java` frequently fails in Oracle CI >> systems. The test fails due to the same reason why > `java/awt/SplashScreen/MultiResolutionSplash/MultiResolutionSplashTest.java` > failed. In short, the splash screen may not be on the screen when a pixel is > captured. More details are available in the pull request #29851. >> >> `UnixMultiResolutionSplashTest.java` differs from >> `MultiResolutionSplashTest.java` in that it sets the `GDK_SCALE` environment >> variable to 2 to simulate a High DPI screen and then starts the `java` >> launcher. >> >> But `GDK_SCALE` is no longer set in GNOME, so it doesn't simulate a real >> environment any more. Additionally, both macOS and Windows rely only on the >> DPI setting of the host. > > --------- > - [x] I confirm that I make this contribution in accordance with the [OpenJDK > Interim AI Policy](https://openjdk.org/legal/ai). This pull request has now been integrated. Changeset: 24d31296 Author: Alexey Ivanov <[email protected]> URL: https://git.openjdk.org/jdk/commit/24d31296e12040316ae9fb4500a3ea88b2192c3b Stats: 244 lines in 1 file changed: 0 ins; 244 del; 0 mod 8372546: UnixMultiResolutionSplashTest.java fails intermittently on Ubuntu_24.04 Remove .../unix/UnixMultiResolutionSplashTest.java Reviewed-by: syan, prr ------------- PR: https://git.openjdk.org/jdk/pull/31366
