RFR: 8367017: Remove legacy checks from WrappedToolkitTest and convert from bash

Phil Race prr at openjdk.org
Mon Sep 15 18:52:23 UTC 2025


On Fri, 5 Sep 2025 21:50:04 GMT, Sergey Bylokhov <serb at openjdk.org> wrote:

> The Toolkit/Headless/WrappedToolkitTest/WrappedToolkitTest.sh test:
>  - Checks the "XToolkit" environment property, which was removed a long time ago
>  - Checks the "awt.toolkit" java property, which was also removed a long time ago
> Since both have been removed, we can simplify the test and additionally drop the use of the bash script.

Marked as reviewed by prr (Reviewer).

I am not sure how valuable this test is these days. There's only one headful toolkit per-platform. Having said that, some day we expect to have WLToolkit too .. of course the test would need to be updated then. Hopefully without going back to a shell  wrapper.

-------------

PR Review: https://git.openjdk.org/jdk/pull/27127#pullrequestreview-3225883012
PR Comment: https://git.openjdk.org/jdk/pull/27127#issuecomment-3293488563


More information about the client-libs-dev mailing list