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). Marked as reviewed by prr (Reviewer). ------------- PR Review: https://git.openjdk.org/jdk/pull/31366#pullrequestreview-4421600097
