-
-
Notifications
You must be signed in to change notification settings - Fork 316
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
jacoco_test failing with openj9 jdk11 and 14 #2065
Comments
FYI @DanHeidinga @pshipton - passes on jdk8 j9 |
The test is skipped on JDK < 9: I'd start from the code that calls MethodHandles.Lookup.defineClass: |
@tajila fyi |
@hangshao0 Can you please take a look |
eclipse-openj9/openj9#11243 is resolved. The latest OpenJ9 build should be able to pass test |
Thanks @hangshao0 . @nikolamilijevic1 could you please re-enable the test? Thanks. |
The test is re-enabled. PR #2105 |
While adding the jacoco test suite to the openj9 external group, I noticed that there was one test consistently failing with openj9 jdk11 and 14 on all platforms (note the test passes with hotspot).
Here is the error message produced by https://ci.adoptopenjdk.net/view/Test_grinder/job/Grinder/4940/
Failed tests: startup_should_not_create_duplicate_class_definition(org.jacoco.core.runtime.InjectedClassRuntimeTest)
and
10:56:10 [[1;34mINFO[m] JaCoCo :: Test :: Core ............................. [1;31mFAILURE[m [ 3.992 s]
The failing test can be found at https://github.com/jacoco/jacoco/blob/master/org.jacoco.core.test/src/org/jacoco/core/runtime/InjectedClassRuntimeTest.java#L50-L61
The text was updated successfully, but these errors were encountered: