aqa-tests icon indicating copy to clipboard operation
aqa-tests copied to clipboard

Exclude CatchExceptionTest.java as jdk_lang_2 intermittently crashes in Test_openjdk8_hs_sanity.openjdk_arm_linux

Open smlambert opened this issue 3 years ago • 3 comments

Test Info Test Name: jdk_lang_2 Test Duration: 2 min 17 sec Machine: test-docker-ubuntu2004-armv7l-3 TRSS link for the test output: https://trss.adoptium.net/output/test?id=6161fe10c6182d0217680ba8

Build Info Build Name: Test_openjdk8_hs_sanity.openjdk_arm_linux Jenkins Build start time: Oct 09 2021, 08:22 am Jenkins Build URL: https://ci.adoptopenjdk.net/job/Test_openjdk8_hs_sanity.openjdk_arm_linux/266/ TRSS link for the build: https://trss.adoptium.net/allTestsInfo?buildId=6161fce3c6182d0217680718

Java Version openjdk version "1.8.0_312" OpenJDK Runtime Environment (Temurin)(build 1.8.0_312-b06) OpenJDK Client VM (Temurin)(build 25.312-b06, mixed mode)

Rerun in Grinder

https://ci.adoptopenjdk.net/job/Test_openjdk8_hs_sanity.openjdk_arm_linux/266/testReport/java_lang_invoke_MethodHandles_CatchExceptionTest/java/CatchExceptionTest/


While it is not a 'fix' for this issue, the immediate action that needs to happen to address this issue is to exclude the failing test case, java/lang/invoke/MethodHandles/CatchExceptionTest.java on the arm_linux platform. This can be done by adding an exclusion statement in https://github.com/adoptium/aqa-tests/blob/master/openjdk/excludes/ProblemList_openjdk8.txt (in the jdk_lang section of the file).

java/lang/invoke/MethodHandles/CatchExceptionTest.java https://github.com/adoptium/aqa-tests/issues/2986 linux-arm

smlambert avatar Oct 13 '21 04:10 smlambert

Can you assign this for me?

JaniPaasiluoto avatar Oct 13 '21 05:10 JaniPaasiluoto

https://github.com/adoptium/aqa-tests/pull/2990 was closed but not merged. Need to verify if this issue still exists and if so, and the issue is not resolved, then temporarily need to exclude the test case.

Noting that it is excluded for s390x platform at https://github.com/adoptium/aqa-tests/blob/master/openjdk/excludes/ProblemList_openjdk8.txt#L165, but not for arm_linux.

Un-assigning and returning to the list of open / available good first issues.

smlambert avatar Feb 28 '22 20:02 smlambert

Hey, can I take up this issue?

abhijeetjejurkar avatar Mar 06 '22 06:03 abhijeetjejurkar