Skip to content

Commit b4c9834

Browse files
committed
Exclude overrunning SPARCV9 tests
These tests take between 10 mins and 2 hours to run, so I'm excluding them to avoid timeouts. Anyone who wants them put back in should feel free to propose faster machines, make the case for 5 extra hours of runtime per execution, or find a solution for the cause of the timeouts. Signed-off-by: Adam Farley <[email protected]>
1 parent 47445ab commit b4c9834

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

openjdk/excludes/ProblemList_openjdk8.txt

+13
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414

1515
# hotspot_all
1616

17+
compiler/7184394/TestAESMain.java https://github.com/adoptium/infrastructure/issues/2893 solaris-sparcv9
1718
compiler/7184394/TestAESMain.java https://github.com/adoptium/aqa-tests/issues/1051 linux-s390x
1819
compiler/intrinsics/sha/TestSHA.java https://github.com/adoptium/aqa-tests/issues/1051 linux-s390x
1920
############################################################################
@@ -220,6 +221,7 @@ java/rmi/activation/Activatable/nonExistentActivatable/NonExistentActivatable.ja
220221

221222
# jdk_security
222223

224+
com/sun/crypto/provider/KeyAgreement/SupportedDHParamGens.java https://github.com/adoptium/infrastructure/issues/2893 solaris-sparcv9
223225
com/sun/crypto/provider/KeyAgreement/SupportedDHParamGens.java https://github.com/adoptium/aqa-tests/issues/1051 linux-s390x
224226
java/security/KeyPairGenerator/SolarisShortDSA.java https://github.com/adoptium/aqa-tests/issues/1051 linux-s390x
225227
java/security/MessageDigest/TestDigestIOStream.java https://github.com/adoptium/aqa-tests/issues/1051 linux-s390x
@@ -252,6 +254,15 @@ sun/security/pkcs11/Secmod/TestNssDbSqlite.java https://github.com/adoptium/aqa-
252254
sun/security/ssl/X509TrustManagerImpl/Symantec/Distrust.java https://github.com/adoptium/aqa-tests/issues/2123 generic-all
253255
sun/security/tools/jarsigner/diffend.sh https://github.com/adoptium/infrastructure/issues/2623 linux-all
254256
sun/security/tools/jarsigner/emptymanifest.sh https://github.com/adoptium/infrastructure/issues/2623 linux-all
257+
sun/security/rsa/SignatureTest.java https://github.com/adoptium/infrastructure/issues/2893 solaris-sparcv9
258+
sun/security/tools/keytool/WeakAlg.java https://github.com/adoptium/infrastructure/issues/2893 solaris-sparcv9
259+
sun/security/tools/keytool/standard.sh https://github.com/adoptium/infrastructure/issues/2893 solaris-sparcv9
260+
sun/security/tools/keytool/PSS.java https://github.com/adoptium/infrastructure/issues/2893 solaris-sparcv9
261+
sun/security/util/math/TestIntegerModuloP.java https://github.com/adoptium/infrastructure/issues/2893 solaris-sparcv9
262+
javax/net/ssl/TLSCommon/TLSTest.java https://github.com/adoptium/infrastructure/issues/2893 solaris-sparcv9
263+
sun/security/rsa/pss/SignatureTestPSS.java https://github.com/adoptium/infrastructure/issues/2893 solaris-sparcv9
264+
sun/security/provider/DSA/SupportedDSAParamGen.java https://github.com/adoptium/infrastructure/issues/2893 solaris-sparcv9
265+
sun/security/provider/DSA/TestAlgParameterGenerator.java https://github.com/adoptium/infrastructure/issues/2893 solaris-sparcv9
255266

256267
############################################################################
257268

@@ -295,6 +306,7 @@ demo/jvmti/minst/MinstTest.java https://github.com/adoptium/aqa-tests/issues/265
295306
demo/jvmti/mtrace/TraceJFrame.java https://github.com/adoptium/aqa-tests/issues/2655 generic-all
296307
demo/jvmti/versionCheck/FailsWhenJvmtiVersionDiffers.java https://github.com/adoptium/aqa-tests/issues/2655 generic-all
297308
demo/jvmti/waiters/WaitersTest.java https://github.com/adoptium/aqa-tests/issues/2655 generic-all
309+
demo/zipfs/ZipFSOutputStreamTest.java https://github.com/adoptium/infrastructure/issues/2893 solaris-sparcv9
298310
sun/tools/clhsdb/Basic.sh https://github.com/adoptium/aqa-tests/issues/2665 generic-all
299311
sun/tools/hsdb/Basic.sh https://github.com/adoptium/aqa-tests/issues/2665 generic-all
300312
#Following test cases with solaris are tracked by https://github.com/adoptium/aqa-tests/issues/3618 solaris-x64
@@ -306,6 +318,7 @@ sun/tools/jstatd/TestJstatdServer.java https://github.com/adoptium/aqa-tests/iss
306318
sun/tools/native2ascii/Native2AsciiTests.sh https://github.com/adoptium/aqa-tests/issues/2667 windows-all
307319
sun/misc/Version/Version.java https://bugs.openjdk.java.net/browse/JDK-8244548 generic-all
308320
com/sun/tools/attach/StartManagementAgent.java https://github.com/adoptium/aqa-tests/issues/115 generic-all
321+
tools/pack200/CommandLineTests.java https://github.com/adoptium/infrastructure/issues/2893 solaris-sparcv9
309322
tools/pack200/CommandLineTests.java https://github.com/adoptium/aqa-tests/issues/1051 linux-s390x
310323
tools/pack200/Pack200Test.java https://github.com/adoptium/aqa-tests/issues/2657 generic-all
311324
tools/launcher/RunpathTest.java https://bugs.openjdk.java.net/browse/JDK-8286118 linux-arm

0 commit comments

Comments
 (0)