Prior to this patch, the following tests failed when they were run using MSys2/MinGW with the error "Unrecognized system!":
- javax/script/ProviderTest - javax/script/ScriptEngineOrder - tools/launcher/ClassPathWildCard - java/lang/instrument/appendToClassLoaderSearch/CircularityErrorTest - java/lang/instrument/appendToClassLoaderSearch/ClassUnloadTest - java/lang/instrument/appendToClassLoaderSearch/run_tests This patch fixes the problem by enabling support for MSys2 required for running these tests. --------- - [x] I confirm that I make this contribution in accordance with the [OpenJDK Interim AI Policy](https://openjdk.org/legal/ai). ------------- Commit messages: - Extend test support to MSys2 systems Changes: https://git.openjdk.org/jdk/pull/31204/files Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=31204&range=00 Issue: https://bugs.openjdk.org/browse/JDK-8384997 Stats: 11 lines in 3 files changed: 10 ins; 0 del; 1 mod Patch: https://git.openjdk.org/jdk/pull/31204.diff Fetch: git fetch https://git.openjdk.org/jdk.git pull/31204/head:pull/31204 PR: https://git.openjdk.org/jdk/pull/31204
