You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Actual: That test fails with the following stack trace:
java.lang.UnsatisfiedLinkError: Failed to locate library: liblwjgl.so
at org.lwjgl.system.Library.loadSystem(Library.java:174)
at org.lwjgl.system.Library.loadSystem(Library.java:64)
at org.lwjgl.system.Library.<clinit>(Library.java:52)
at org.lwjgl.system.jemalloc.JEmalloc.<clinit>(JEmalloc.java:34)
at xyz.flirora.jllt.JlltTest.testJeMalloc(JlltTest.java:8)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
For comparison, the 1.19.2 branch of the same repository behaves as expected.
The text was updated successfully, but these errors were encountered:
To reproduce:
./gradlew test
Expected: The test
JlltTest.testJeMalloc
passes.Actual: That test fails with the following stack trace:
For comparison, the
1.19.2
branch of the same repository behaves as expected.The text was updated successfully, but these errors were encountered: