RFR: 8356904: Skip jdk/test/lib/process/TestNativeProcessBuilder on static-jdk
Jiangli Zhou
jiangli at openjdk.org
Tue May 13 21:33:03 UTC 2025
Please review this PR for skipping jdk/test/lib/process/TestNativeProcessBuilder on static-jdk. Duplicating the context from https://bugs.openjdk.org/browse/JDK-8356904 description:
jdk/test/lib/process/TestNativeProcessBuilder.java (in lib-test/tier1) uses a native test launcher executable, exejvm-test-launcher, which has explicitly dependency on libjvm.so. The test fails on static-jdk. This is the same issue as [JDK-8352276](https://bugs.openjdk.org/browse/JDK-8352276). With [JDK-8352276](https://bugs.openjdk.org/browse/JDK-8352276), we decided to skip the affected hotspot tier1 tests on static-jdk. We should skip jdk/test/lib/process/TestNativeProcessBuilder.java on static-jdk as well. [JDK-8352305](https://bugs.openjdk.org/browse/JDK-8352305) will add tests using custom launcher executable on static JDK.
-------------
Commit messages:
- Skip jdk/test/lib/process/TestNativeProcessBuilder.java on static-jdk.
Changes: https://git.openjdk.org/jdk/pull/25220/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=25220&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8356904
Stats: 18 lines in 2 files changed: 18 ins; 0 del; 0 mod
Patch: https://git.openjdk.org/jdk/pull/25220.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/25220/head:pull/25220
PR: https://git.openjdk.org/jdk/pull/25220
More information about the core-libs-dev
mailing list