Skip to content

Commit

Permalink
Address the ACTIONS from release triage (#4532)
Browse files Browse the repository at this point in the history
Signed-off-by: Shelley Lambert <[email protected]>
  • Loading branch information
smlambert authored Apr 25, 2023
1 parent 2a4f409 commit cf9245d
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 1 deletion.
4 changes: 4 additions & 0 deletions functional/security/Crypto/playlist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@
<platform>.*windows</platform>
<impl>openj9</impl>
</disable>
<disable>
<comment>https://github.com/adoptium/aqa-tests/issues/4336</comment>
<platform>.*solaris</platform>
</disable>
</disables>
<command>$(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 \
Expand Down
1 change: 1 addition & 0 deletions openjdk/excludes/ProblemList_openjdk11.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions openjdk/excludes/ProblemList_openjdk17.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
7 changes: 7 additions & 0 deletions openjdk/excludes/ProblemList_openjdk20.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 4 additions & 1 deletion openjdk/excludes/ProblemList_openjdk8.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,14 @@ 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
############################################################################

# jdk_awt
Expand Down
4 changes: 4 additions & 0 deletions system/security/playlist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@
<comment>https://github.com/adoptium/aqa-systemtest/issues/474 https://github.com/adoptium/aqa-tests/issues/3237</comment>
<version>11+</version>
</disable>
<disable>
<comment>https://github.com/adoptium/aqa-systemtest/issues/474</comment>
<platform>sparcv9_solaris</platform>
</disable>
</disables>
<command>$(SYSTEMTEST_CMD_TEMPLATE) -test=OAuthTest; $(TEST_STATUS)</command>
<levels>
Expand Down

0 comments on commit cf9245d

Please sign in to comment.