adoptium / aqa-tests

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

Various hotspot_jre_1 and jdk_management test failures on ppc64 linux JDK 8 #3059

Open Haroon-Khel opened 2 years ago

Haroon-Khel commented 2 years ago

https://ci.adoptopenjdk.net/job/Test_openjdk8_hs_extended.openjdk_ppc64le_linux_testList_2/18/testReport/

compiler/6865265/StackOverflowBug.java.StackOverflowBug compiler/8009761/Test8009761.java.Test800976 compiler/exceptions/TestRecursiveReplacedException.java.TestRecursiveReplacedException compiler/uncommontrap/StackOverflowGuardPagesOff.java.StackOverflowGuardPagesOff compiler/uncommontrap/TestStackBangMonitorOwned.java.TestStackBangMonitorOwned compiler/uncommontrap/TestStackBangRbp.java.TestStackBangRbp

all fail with the following error The stack size specified is too small, Specify at least 328k

gc/arguments/TestCMSHeapSizeFlags.java.TestCMSHeapSizeFlags gc/arguments/TestG1HeapSizeFlags.java.TestG1HeapSizeFlags gc/arguments/TestParallelHeapSizeFlags.java.TestParallelHeapSizeFlags gc/arguments/TestSerialHeapSizeFlags.java.TestSerialHeapSizeFlags

all fail with the following error Execution failed: main' threw exception: java.lang.RuntimeException: 'Error' missing from stdout/stderr

Haroon-Khel commented 2 years ago

I found that alot of these tests have been excluded from SAP JDK 8 hotspot ppc test suite https://mail.openjdk.java.net/pipermail/ppc-aix-port-dev/2021-July/004127.html