On Mon, 5 May 2025 17:44:25 GMT, Sergey Bylokhov <s...@openjdk.org> wrote:
> The `java/awt/Toolkit/Headless/HeadlessToolkit.java` test covers some > functionality of various methods in the `HeadlessToolkit` class, specifically > whether these methods throw a `HeadlessException` or not. The image-related > methods do not require access to a remote server via a URL; they can be > tested using a URL pointing to a local file. This ensures that the test does > not depend on `openjdk.org`. This pull request has now been integrated. Changeset: 375f3dc9 Author: Sergey Bylokhov <s...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/375f3dc9ed0f1704e726d0d704420c38a0a5513c Stats: 26 lines in 1 file changed: 15 ins; 4 del; 7 mod 8356053: Test java/awt/Toolkit/Headless/HeadlessToolkit.java fails by timeout Reviewed-by: prr, kizune ------------- PR: https://git.openjdk.org/jdk/pull/25045