-
Notifications
You must be signed in to change notification settings - Fork 728
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Local test setup fails #18061
Comments
@llxia pls take a look. |
I am not aware of any similar issue on Jenkins. @JamesKingdon could you provide more details for your local run?
|
Hi @llxia |
If ibm-semeru-open-jdk_x64_linux_17.0.6_10_openj9-0.36.0 is used, the corresponding test material from https://github.com/eclipse-openj9/openj9/tree/v0.36.0-release should be used. There are two ways to set openj9 branch. Starting with a clean workspace:
|
Thanks. It doesn't look like I'm going to get a chance to try this for at least the next few days. If there's a strict version requirement on the test material vs the JVM under test would it make sense to add that information to https://github.com/eclipse-openj9/openj9/wiki/Reproducing-Test-Failures-Locally ? |
Attempting to follow the instructions at
https://github.com/eclipse-openj9/openj9/wiki/Reproducing-Test-Failures-Locally
Fails at
8. make compile // fetches test material and compiles it, based on build.xml files in the test directories
with multiple errors relating to casting longs in TestThreadMXBean.java. These appear to relate to new code added for #16694. Removing TestThreadMXBean.java allows themake compile
step to complete as expected.Example error:
[javac] /testdir/aqa-tests/functional/JLM_Tests/src/org/openj9/test/java/lang/management/TestThreadMXBean.java:365: error: incompatible types: <null> cannot be converted to long
The text was updated successfully, but these errors were encountered: