Openjdk-tests: jacoco_test failing with openj9 jdk11 and 14

Created on 20 Nov 2020  路  7Comments  路  Source: AdoptOpenJDK/openjdk-tests

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

triage required

All 7 comments

FYI @DanHeidinga @pshipton - passes on jdk8 j9

@tajila fyi

@hangshao0 Can you please take a look

https://github.com/eclipse/openj9/issues/11243 is resolved. The latest OpenJ9 build should be able to pass test org.jacoco.core.runtime.InjectedClassRuntimeTest now.

Thanks @hangshao0 . @nikolamilijevic1 could you please re-enable the test? Thanks.

Was this page helpful?
0 / 5 - 0 ratings