diff --git a/functional/security/Crypto/playlist.xml b/functional/security/Crypto/playlist.xml index 906e74afc7..5d10749922 100644 --- a/functional/security/Crypto/playlist.xml +++ b/functional/security/Crypto/playlist.xml @@ -20,6 +20,15 @@ https://github.com/eclipse-openj9/openj9/issues/16712 19+ + + https://github.com/eclipse-openj9/openj9/issues/16710 + .*windows + openj9 + + + https://github.com/adoptium/aqa-tests/issues/4336 + .*solaris + $(JAVA_COMMAND) -Xmx512m -jar $(Q)$(TEST_RESROOT)$(D)jtreg$(D)lib$(D)jtreg.jar$(Q) \ -a -xml -v:fail,error,time,nopass,summary -Dcryptotests.skipAgentTests=1 -timeoutFactor:2 \ diff --git a/openjdk/excludes/ProblemList_openjdk11.txt b/openjdk/excludes/ProblemList_openjdk11.txt index d370a2253a..2b95c89b3d 100644 --- a/openjdk/excludes/ProblemList_openjdk11.txt +++ b/openjdk/excludes/ProblemList_openjdk11.txt @@ -330,6 +330,7 @@ compiler/c2/TestModDivTopInput.java https://github.com/adoptium/aqa-tests/issues compiler/loopopts/FillArrayWithUnsafe.java https://github.com/adoptium/aqa-tests/issues/2382 windows-x86 compiler/loopopts/TestPredicateInputBelowLoopPredicate.java https://github.com/adoptium/aqa-tests/issues/2382 windows-x86 compiler/loopopts/LoopRotateBadNodeBudget.java https://github.com/adoptium/aqa-tests/issues/2382 windows-x86 +compiler/loopopts/TestRemoveEmptyLoop.java https://github.com/adoptium/aqa-tests/issues/2382 windows-x86 ############################################################################ # jdk_imageio diff --git a/openjdk/excludes/ProblemList_openjdk17.txt b/openjdk/excludes/ProblemList_openjdk17.txt index 0b0e9f64bb..5723ca2b71 100644 --- a/openjdk/excludes/ProblemList_openjdk17.txt +++ b/openjdk/excludes/ProblemList_openjdk17.txt @@ -288,6 +288,7 @@ java/util/logging/TestLoggerWeakRefLeak.java https://github.com/adoptium/aqa-tes java/util/concurrent/tck/JSR166TestCase.java https://github.com/adoptium/aqa-tests/issues/1272 windows-all java/util/regex/NegativeArraySize.java https://github.com/adoptium/aqa-tests/issues/3818 generic-all java/util/BitSet/HugeToString.java https://github.com/adoptium/aqa-tests/issues/3818 generic-all +java/util/zip/DeInflate.java https://bugs.openjdk.org/browse/JDK-8299748 linux-s390x ############################################################################ # svc_tools @@ -376,6 +377,7 @@ compiler/whitebox/AllocationCodeBlobTest.java https://github.com/adoptium/aqa-te compiler/whitebox/BlockingCompilation.java https://github.com/adoptium/aqa-tests/issues/3620 windows-x86 compiler/whitebox/GetCodeHeapEntriesTest.java https://github.com/adoptium/aqa-tests/issues/3620 windows-x86 compiler/whitebox/MakeMethodNotCompilableTest.java https://github.com/adoptium/aqa-tests/issues/3620 windows-x86 +compiler/codecache/MHIntrinsicAllocFailureTest.java https://github.com/adoptium/aqa-tests/issues/4515#issuecomment-1512404678 windows-x86,linux-arm ############################################################################ # jdk_jfr @@ -460,6 +462,8 @@ compiler/tiered/TieredLevelsTest.java https://github.com/adoptium/aqa-tests/issu compiler/c2/irTests/TestSkeletonPredicates.java https://github.com/adoptium/aqa-tests/issues/2382 windows-x86 compiler/c2/irTests/TestStripMiningDropsSafepoint.java https://github.com/adoptium/aqa-tests/issues/2382 windows-x86 compiler/c2/irTests/TestSuperwordFailsUnrolling.java https://github.com/adoptium/aqa-tests/issues/2382 windows-x86 +compiler/loopopts/TestRemoveEmptyLoop.java https://github.com/adoptium/aqa-tests/issues/2382 windows-x86 +compiler/c2/irTests/TestFewIterationsCountedLoop.java https://github.com/adoptium/aqa-tests/issues/2382 windows-x86 ############################################################################ #runtime_nestmate diff --git a/openjdk/excludes/ProblemList_openjdk20.txt b/openjdk/excludes/ProblemList_openjdk20.txt index 7c86c12c18..4dfac32b60 100644 --- a/openjdk/excludes/ProblemList_openjdk20.txt +++ b/openjdk/excludes/ProblemList_openjdk20.txt @@ -257,6 +257,13 @@ sun/security/krb5/auto/Cleaners.java https://github.com/adoptium/aqa-tests/issue javax/net/ssl/SSLEngine/LargePacket.java https://bugs.openjdk.org/browse/JDK-8227651 generic-all sun/security/lib/cacerts/VerifyCACerts.java https://github.com/adoptium/aqa-tests/issues/3976 generic-all sun/security/ssl/X509TrustManagerImpl/Symantec/Distrust.java https://github.com/adoptium/aqa-tests/issues/3976 generic-all + +########################################################################### + +#jdk_security4 +# Cleaners.java issue is specific to alpine-linux, but there appears to be no way to exclude on alpine-linux platform specifically +sun/security/krb5/auto/Cleaners.java https://github.com/adoptium/aqa-tests/issues/4366 linux-all + ########################################################################### #jdk_security_infra security/infra/java/security/cert/CertPathValidator/certification/LuxTrustCA.java https://github.com/adoptium/aqa-tests/issues/2074 generic-all diff --git a/openjdk/excludes/ProblemList_openjdk8.txt b/openjdk/excludes/ProblemList_openjdk8.txt index 32355bf3a5..9f87b5fe9f 100644 --- a/openjdk/excludes/ProblemList_openjdk8.txt +++ b/openjdk/excludes/ProblemList_openjdk8.txt @@ -21,6 +21,7 @@ compiler/intrinsics/sha/TestSHA.java https://github.com/adoptium/aqa-tests/issue # hotspot_jre runtime/7110720/Test7110720.sh https://github.com/adoptium/adoptium/issues/58 aix-all +compiler/c2/Test8202414.java https://bugs.openjdk.java.net/browse/JDK-8251152 linux-arm compiler/tiered/Level2RecompilationTest.java https://github.com/adoptium/aqa-tests/issues/2671 linux-ppc64le,aix-all,linux-arm,windows-x86 compiler/6894807/IsInstanceTest.java https://github.com/adoptium/adoptium/issues/58 aix-all gc/metaspace/TestMetaspaceMemoryPool.java https://github.com/adoptium/aqa-tests/issues/2708 generic-all @@ -56,11 +57,15 @@ compiler/gcbarriers/PreserveFPRegistersTest.java https://github.com/adoptium/aqa gc/TestMemoryMXBeansAndPoolsPresence.java https://github.com/adoptium/aqa-tests/issues/3297 linux-arm gc/g1/mixedgc/TestOldGenCollectionUsage.java https://github.com/adoptium/aqa-tests/issues/3297 linux-arm runtime/CompressedOops/CompressedClassPointers.java https://bugs.openjdk.org/browse/JDK-8234058 linux-ppc64le,aix-all -runtime/NMT/HugeArenaTracking.java https://github.com/adoptium/infrastructure/issues/2565 solaris-x64 +runtime/NMT/HugeArenaTracking.java https://github.com/adoptium/infrastructure/issues/2565 solaris-x64,aix-all gc/concurrentMarkSweep/GuardShrinkWarning.java https://bugs.openjdk.java.net/browse/JDK-8023356 solaris-x64 compiler/floatingpoint/8207838/TestFloatSyncJNIArgs.sh https://github.com/adoptium/aqa-tests/issues/3242 solaris-all compiler/floatingpoint/8165673/TestFloatJNIArgs.sh https://github.com/adoptium/aqa-tests/issues/3242 solaris-all compiler/intrinsics/mathexact/LongMulOverflowTest.java https://bugs.openjdk.org/browse/JDK-8196568 solaris-x64 +runtime/NMT/NMTWithCDS.java https://github.com/adoptium/aqa-tests/issues/2659 linux-ppc64le,aix-all +runtime/memory/ReserveMemory.java https://github.com/adoptium/aqa-tests/issues/4518#issuecomment-1520797671 aix-all +runtime/SharedArchiveFile/DefaultUseWithClient.java https://github.com/adoptium/aqa-tests/issues/4270 aix-all +compiler/8209951/TestCipherBlockChainingEncrypt.java https://github.com/adoptium/aqa-tests/issues/4150 solaris-sparcv9 ############################################################################ # jdk_awt @@ -230,8 +235,14 @@ sun/security/pkcs11/tls/TestKeyMaterial.java https://github.com/adoptium/aqa-tes sun/security/rsa/TestCACerts.java https://github.com/adoptium/aqa-tests/issues/68 generic-all com/sun/crypto/provider/Mac/MacClone.java https://bugs.openjdk.java.net/browse/JDK-7087021 solaris-all javax/net/ssl/ServerName/BestEffortOnLazyConnected.java https://bugs.openjdk.org/browse/JDK-8155049 solaris-x64 -sun/security/pkcs11/KeyStore/ClientAuth.sh https://bugs.openjdk.org/browse/JDK-7132249 solaris-x64 +javax/net/ssl/Stapling/HttpsUrlConnClient.java https://github.com/adoptium/aqa-tests/issues/4150 solaris-sparcv9 +javax/net/ssl/Stapling/SSLSocketWithStapling.java https://github.com/adoptium/aqa-tests/issues/4150 solaris-sparcv9 +javax/net/ssl/TLSCommon/ConcurrentClientAccessTest.java https://github.com/adoptium/aqa-tests/issues/4150 solaris-sparcv9 +javax/net/ssl/TLSCommon/TestSessionLocalPrincipal.java https://github.com/adoptium/aqa-tests/issues/4150 solaris-sparcv9 +sun/security/pkcs11/KeyStore/ClientAuth.sh https://bugs.openjdk.org/browse/JDK-7132249 solaris-all sun/security/pkcs11/sslecc/ClientJSSEServerJSSE.java https://bugs.openjdk.org/browse/JDK-8042583 solaris-x64 +sun/security/pkcs11/fips/ClientJSSEServerJSSE.java https://github.com/adoptium/aqa-tests/issues/4150 solaris-sparcv9 + ############################################################################ # jdk_security3 @@ -252,8 +263,6 @@ sun/security/krb5/auto/Unreachable.java https://github.com/adoptium/aqa-tests/is ############################################################################ # jdk_sound - -javax/sound/midi/Devices/InitializationHang.java https://github.com/adoptium/aqa-tests/issues/73 generic-all javax/sound/midi/Devices/InitializationHang.java https://github.com/adoptium/aqa-tests/issues/136 generic-all ############################################################################ @@ -411,7 +420,11 @@ jdk/jfr/event/gc/heapsummary/TestHeapSummaryEventParNewCMS.java https://github.c jdk/jfr/event/runtime/TestNetworkUtilizationEvent.java https://github.com/adoptium/aqa-tests/issues/3254 solaris-sparcv9 jdk/jfr/javaagent/TestPremainAgent.java https://github.com/adoptium/aqa-tests/issues/3254 solaris-sparcv9 jdk/jfr/jvm/TestDumpOnCrash.java https://github.com/adoptium/aqa-tests/issues/3254 solaris-sparcv9 -jdk/jfr/api/flightrecorder/TestGetEventTypes.java https://github.com/adoptium/aqa-tests/issues/3254 solaris-sparcv9 +jdk/jfr/javaagent/TestLoadedAgent.java https://github.com/adoptium/aqa-tests/issues/4150 solaris-sparcv9 +jdk/jfr/jcmd/TestJcmdSaveToFile.java https://github.com/adoptium/aqa-tests/issues/4150 solaris-sparcv9 +jdk/jfr/jcmd/TestJcmdStartWithSettings.java https://github.com/adoptium/aqa-tests/issues/4150 solaris-sparcv9 +jdk/jfr/jcmd/TestJcmdStopInvalidFile.java https://github.com/adoptium/aqa-tests/issues/4150 solaris-sparcv9 +jdk/jfr/jcmd/TestJcmdStopReadOnlyFile.java https://github.com/adoptium/aqa-tests/issues/4150 solaris-sparcv9 jfr/api/consumer/TestRecordedFrame.java https://bugs.openjdk.org/browse/JDK-8247203 linux-aarch64,linux-ppc64le jdk/jfr/api/consumer/TestRecordedFrame.java https://bugs.openjdk.java.net/browse/JDK-8247203 linux-arm,linux-ppc64le jdk/jfr/event/compiler/TestCompilerInlining.java https://github.com/adoptium/aqa-tests/issues/3277 windows-all diff --git a/system/security/playlist.xml b/system/security/playlist.xml index 5bb1dc7406..005a9f1b72 100644 --- a/system/security/playlist.xml +++ b/system/security/playlist.xml @@ -40,6 +40,10 @@ https://github.com/adoptium/aqa-systemtest/issues/474 https://github.com/adoptium/aqa-tests/issues/3237 11+ + + https://github.com/adoptium/aqa-systemtest/issues/474 + sparcv9_solaris + $(SYSTEMTEST_CMD_TEMPLATE) -test=OAuthTest; $(TEST_STATUS)