On Fri, 22 May 2026 22:10:27 GMT, Phil Race <[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. Ah, I see, thanks for the heads up! Do you have an open PR or a JBS issue so that I can track it? If you're close to landing your change and if there's a race condition, I'm happy to wait until your PR has landed. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/31261#discussion_r3291440155
