adoptium / aqa-tests

Home of test infrastructure for Adoptium builds
https://adoptium.net/aqavit
Apache License 2.0
131 stars 310 forks source link

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

Open smlambert opened 3 years ago

smlambert commented 3 years ago

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

JaniPaasiluoto commented 3 years ago

Can you assign this for me?

smlambert commented 2 years ago

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.

abhijeetjejurkar commented 2 years ago

Hey, can I take up this issue?