-
Notifications
You must be signed in to change notification settings - Fork 721
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
JTReg Test Failure: java/lang/reflect/Proxy/ProxyForMethodHandle.java #7741
Comments
I ran a grinder on this, https://ci.adoptopenjdk.net/job/Grinder/5773/ and https://ci.adoptopenjdk.net/job/Grinder/5772/ show that this test is now passing. @M-Davies I believe these tests can be included again |
Issue eclipse-openj9/openj9#7741 Signed-off-by: Peter Shipton <Peter_Shipton@ca.ibm.com>
@tajila your grinder isn't configured correctly and runs java/math/BigInteger/BigIntegerTest.java I tried it myself using the last nightly build, but the test is still failing.
|
Thanks Peter, I used the rerun job link above. Ill continue to investigate this. |
Will be addressed with new MH implementation |
fyi @tajila @fengxue-IS: With OJDK MHs,
|
Update: As of 16 Mar 21, |
I verified that the test passes by running it directly using
With The grinders use the
The test still fails with the @gacholio @tajila Can you confirm if the following PRs will fix this issue? #12148 and #12194 |
I see no reason the indicated PRs have anything to do with this issue. |
Fixed tests: java/lang/reflect/Proxy/ProxyForMethodHandle.java eclipse-openj9/openj9#7741 java/lang/invoke/MethodHandles/classData/ClassDataTest.java eclipse-openj9/openj9#11366 Signed-off-by: Jack Lu <Jack.S.Lu@ibm.com>
Verified this is fixed for Java 17/18, opened PR to re-enable testing. I got the same issue as Babneet during testing for Java11, maybe should revisit this once OJDK MH is enabled for Java 11 |
Fixed tests: java/lang/reflect/Proxy/ProxyForMethodHandle.java eclipse-openj9/openj9#7741 java/lang/invoke/MethodHandles/classData/ClassDataTest.java eclipse-openj9/openj9#11366 Signed-off-by: Jack Lu <Jack.S.Lu@ibm.com>
The test was re-enabled via adoptium/aqa-tests#3349. |
Failure link
https://github.com/ibmruntimes/openj9-openjdk-jdk11/blob/5961cb4f17facbc7824e7550ca475916ebe93f38/test/jdk/java/lang/reflect/Proxy/ProxyForMethodHandle.java#L1 and https://github.com/ibmruntimes/openj9-openjdk-jdk13/blob/5555cfa6ef8926f0c30ea9fe14aa41c9e7b3cd96/test/jdk/java/lang/reflect/Proxy/ProxyForMethodHandle.java#L1 consistantly fail for JDK11/13-openj9
Optional info
Failure output (captured from console output)
Rerun JDK11 job: https://ci.adoptopenjdk.net/job/Grinder/parambuild/?JDK_VERSION=11&JDK_IMPL=openj9&BUILD_LIST=openjdk&JenkinsFile=openjdk_x86-64_linux&CUSTOM_TARGET=test/jdk/java/lang/reflect/Proxy/ProxyForMethodHandle.java&TARGET=jdk_custom_0
The text was updated successfully, but these errors were encountered: