Skip to content

Commit

Permalink
Exclude Problematic Solaris x64 Test (#5761)
Browse files Browse the repository at this point in the history
* Ensure SSL Test Shell Script Has Execute Permissions

* Exclude SSLEngineExplorerMatchedSNI on Solaris x64

* Include test for files existence.

* Remove solaris permissions fix.
  • Loading branch information
steelhead31 authored Nov 19, 2024
1 parent 3ab6b0d commit 02edc24
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion openjdk/excludes/ProblemList_openjdk8.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

# hotspot_all

# compiler/7184394/TestAESMain.java https://github.com/adoptium/infrastructure/issues/2893
# compiler/7184394/TestAESMain.java https://github.com/adoptium/infrastructure/issues/2893
compiler/7184394/TestAESMain.java https://github.com/adoptium/aqa-tests/issues/1051 linux-s390x,solaris-sparcv9
compiler/intrinsics/sha/TestSHA.java https://github.com/adoptium/aqa-tests/issues/1051 linux-s390x

Expand Down Expand Up @@ -244,6 +244,7 @@ sun/security/pkcs11/rsa/TestCACerts.java https://github.com/adoptium/aqa-tests/i
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
javax/net/ssl/ServerName/SSLEngineExplorerMatchedSNI.java https://bugs.openjdk.org/browse/JDK-8212096 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
Expand Down

0 comments on commit 02edc24

Please sign in to comment.