> 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).
Ashay Rane has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains two commits: - Merge branch 'master' into JDK-8385345-msys-mingw-test-framework - Add MSys/MinGW support in various tests 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. ------------- Changes: https://git.openjdk.org/jdk/pull/31261/files Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=31261&range=01 Stats: 16 lines in 14 files changed: 0 ins; 0 del; 16 mod Patch: https://git.openjdk.org/jdk/pull/31261.diff Fetch: git fetch https://git.openjdk.org/jdk.git pull/31261/head:pull/31261 PR: https://git.openjdk.org/jdk/pull/31261
