Skip to content

Commit

Permalink
Exclude Cipher/AEAD/OverlapByteBuffer for OpenJ9 (#5038)
Browse files Browse the repository at this point in the history
Issue eclipse-openj9/openj9#18703

Signed-off-by: Peter Shipton <[email protected]>
  • Loading branch information
pshipton authored Feb 6, 2024
1 parent 9691d58 commit c1c26f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions openjdk/excludes/ProblemList_openjdk22-openj9.txt
Original file line number Diff line number Diff line change
Expand Up @@ -505,6 +505,7 @@ java/foreign/valist/VaListTest.java https://github.com/adoptium/aqa-tests/issues
# com_sun_crypto

com/sun/crypto/provider/Cipher/AEAD/AEADBufferTest.java https://github.com/eclipse-openj9/openj9/issues/18703 generic-all
com/sun/crypto/provider/Cipher/AEAD/OverlapByteBuffer.java https://github.com/eclipse-openj9/openj9/issues/18703 generic-all

############################################################################

Expand Down
1 change: 1 addition & 0 deletions openjdk/excludes/ProblemList_openjdk23-openj9.txt
Original file line number Diff line number Diff line change
Expand Up @@ -505,6 +505,7 @@ java/foreign/valist/VaListTest.java https://github.com/adoptium/aqa-tests/issues
# com_sun_crypto

com/sun/crypto/provider/Cipher/AEAD/AEADBufferTest.java https://github.com/eclipse-openj9/openj9/issues/18703 generic-all
com/sun/crypto/provider/Cipher/AEAD/OverlapByteBuffer.java https://github.com/eclipse-openj9/openj9/issues/18703 generic-all

############################################################################

Expand Down

0 comments on commit c1c26f9

Please sign in to comment.