Integrated: 8368192: Test java/lang/ProcessBuilder/Basic.java#id0 fails with Exception: Stack trace

Roger Riggs rriggs at openjdk.org
Tue Sep 23 17:01:43 UTC 2025


On Mon, 22 Sep 2025 18:22:36 GMT, Roger Riggs <rriggs at openjdk.org> wrote:

> 8368192: Test java/lang/ProcessBuilder/Basic.java#id0 fails with Exception: Stack trace
> With MacOsX Sequoia 15.7 the command environment contains a new TMPDIR variable.
> The ProcessBuild/Basic test checks for a small set of variables set in the parent
> and ignores variables that are set by the OS or runtime, now including TMPDIR.
> 
> In the Basic test, for MacOSX, checks of the environment in the child should ignore TMPDIR in addition
> to the other existing environment variables that are expected.

This pull request has now been integrated.

Changeset: 218e82c8
Author:    Roger Riggs <rriggs at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/218e82c875237f82a649a214c72d925a5ebf188c
Stats:     21 lines in 2 files changed: 2 ins; 4 del; 15 mod

8368192: Test java/lang/ProcessBuilder/Basic.java#id0 fails with Exception: Stack trace

Reviewed-by: jpai, stuefe

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

PR: https://git.openjdk.org/jdk/pull/27434


More information about the core-libs-dev mailing list