On Fri, 22 May 2026 20:56:31 GMT, Ashay Rane <[email protected]> wrote:

> Several tests fail when run using MSys/MinGW because `uname -s` doesn't
> have a corresponding case label.  This patch fixes the problem for the
> shell tests in java/awt, java/lang, javax/imageio, and a few others.
> 
> ---------
> - [x] I confirm that I make this contribution in accordance with the [OpenJDK 
> Interim AI Policy](https://openjdk.org/legal/ai).

test/jdk/javax/imageio/stream/StreamCloserLeak/run_test.sh line 122:

> 120: 
> 121:     MSYS* | MINGW* )
> 122:       VAR="A different value for Cygwin"

I'm in the process of deleting this test.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/31261#discussion_r3291424364

Reply via email to