RFR: 8350051: [JMH] Several tests fails NPE [v2]
SendaoYan
syan at openjdk.org
Wed Feb 19 08:51:53 UTC 2025
On Wed, 19 Feb 2025 08:02:07 GMT, Claes Redestad <redestad at openjdk.org> wrote:
> have manually verified that the build fails if any of these files are removed.
Yes. I have verified that. If I remove the dependency XML file, then `make test-image CONF=release JOBS=1` will report below failure.
gmake[3]: *** No rule to make target '/home/yansendao/git/jdk-ysd/test/jaxp/javax/xml/jaxp/unittest/stream/XMLStreamWriterTest/message_12.xml', needed by '/home/yansendao/git/jdk-ysd/build/linux-x86_64-server-release/support/test/micro/classes/org/openjdk/bench/javax/xml/message_12.xml'. Stop.
gmake[2]: *** [make/Main.gmk:788: build-microbenchmark] Error 2
ERROR: Build failed for target 'test-image' in configuration 'linux-x86_64-server-release' (exit code 2)
-------------
PR Comment: https://git.openjdk.org/jdk/pull/23625#issuecomment-2667943440
More information about the build-dev
mailing list