I've tried following the doc to run sanity.system tests here: https://github.com/eclipse-openj9/openj9/wiki/Reproducing-Test-Failures-Locally#run-sanity-system-tests-on-jdk10_x86-64_linux_openj9-sdk
But it fails with "The systemtest-prereqs directory could not be found." The path to it is wrong:
-systemtest-prereqs="/Users/anleonar/workspace/systemtest/aqa-tests/TKG/../../jvmtest/system/mathLoadTest/..//systemtest_prereqs/"
This is not pointing to the location "make compile" downloaded them to..
Output:
===============================================
Running test MathLoadTest_autosimd_5m_0 ...
===============================================
MathLoadTest_autosimd_5m_0 Start Time: Mon Jul 13 15:22:00 2026 Epoch Time (ms): 1783952520993
variation: Mode150
JVM_OPTIONS: -XX:+UseCompressedOops
{ \
echo ""; echo "TEST SETUP:"; \
echo "Nothing to be done for setup."; \
mkdir -p "/Users/anleonar/workspace/systemtest/aqa-tests/TKG/../TKG/output_17839525208884/MathLoadTest_autosimd_5m_0"; \
cd "/Users/anleonar/workspace/systemtest/aqa-tests/TKG/../TKG/output_17839525208884/MathLoadTest_autosimd_5m_0"; \
echo ""; echo "TESTING:"; \
perl /Users/anleonar/workspace/systemtest/aqa-tests/TKG/../../jvmtest/system/mathLoadTest/..//STF/stf.core/scripts/stf.pl -test-root="/Users/anleonar/workspace/systemtest/aqa-tests/TKG/../../jvmtest/system/mathLoadTest/..//STF;/Users/anleonar/workspace/systemtest/aqa-tests/TKG/../../jvmtest/system/mathLoadTest/..//aqa-systemtest""" -systemtest-prereqs="/Users/anleonar/workspace/systemtest/aqa-tests/TKG/../../jvmtest/system/mathLoadTest/..//systemtest_prereqs/" -java-args=' -XX:+UseCompressedOops ' -results-root="/Users/anleonar/workspace/systemtest/aqa-tests/TKG/../TKG/output_17839525208884/MathLoadTest_autosimd_5m_0" -test-args="workload=autoSimd,timeLimit=5m" -test=MathLoadTest; \
if [ $? -eq 0 ]; then echo "-----------------------------------"; echo "MathLoadTest_autosimd_5m_0""_PASSED"; echo "-----------------------------------"; cd /Users/anleonar/workspace/systemtest/aqa-tests/TKG/..; else echo "-----------------------------------"; echo "MathLoadTest_autosimd_5m_0""_FAILED"; echo "-----------------------------------"; fi; \
echo ""; echo "TEST TEARDOWN:"; \
echo "Nothing to be done for teardown."; \
} 2>&1 | tee -a "/Users/anleonar/workspace/systemtest/aqa-tests/TKG/../TKG/output_17839525208884/TestTargetResult";
TEST SETUP:
Nothing to be done for setup.
TESTING:
The systemtest-prereqs directory could not be found.
I've tried following the doc to run sanity.system tests here: https://github.com/eclipse-openj9/openj9/wiki/Reproducing-Test-Failures-Locally#run-sanity-system-tests-on-jdk10_x86-64_linux_openj9-sdk
But it fails with "The systemtest-prereqs directory could not be found." The path to it is wrong:
This is not pointing to the location "make compile" downloaded them to..
Output: