Skip to content

Commit

Permalink
Exclude com/sun/crypto AEAD ByteBuffer tests (#2249)
Browse files Browse the repository at this point in the history
Issue eclipse-openj9/openj9#11390

Signed-off-by: Peter Shipton <[email protected]>
  • Loading branch information
pshipton authored Feb 9, 2021
1 parent 369b081 commit 2227228
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions openjdk/ProblemList_openjdk16-openj9.txt
Original file line number Diff line number Diff line change
Expand Up @@ -349,5 +349,9 @@ java/foreign/TestVarArgs.java https://github.com/eclipse/openj9/issues/11195 gen
############################################################################

# com_sun_crypto
com/sun/crypto/provider/Cipher/AEAD/Encrypt.java https://github.com/eclipse/openj9/issues/11390 generic-all
com/sun/crypto/provider/Cipher/AEAD/GCMBufferTest.java https://github.com/eclipse/openj9/issues/11390 generic-all
com/sun/crypto/provider/Cipher/AEAD/OverlapByteBuffer.java https://github.com/eclipse/openj9/issues/11390 generic-all
com/sun/crypto/provider/Cipher/AEAD/SameBuffer.java https://github.com/eclipse/openj9/issues/11390 generic-all

############################################################################
4 changes: 4 additions & 0 deletions openjdk/ProblemList_openjdk17-openj9.txt
Original file line number Diff line number Diff line change
Expand Up @@ -366,5 +366,9 @@ java/foreign/TestVarHandleCombinators.java https://github.com/eclipse/openj9/iss
############################################################################

# com_sun_crypto
com/sun/crypto/provider/Cipher/AEAD/Encrypt.java https://github.com/eclipse/openj9/issues/11390 generic-all
com/sun/crypto/provider/Cipher/AEAD/GCMBufferTest.java https://github.com/eclipse/openj9/issues/11390 generic-all
com/sun/crypto/provider/Cipher/AEAD/OverlapByteBuffer.java https://github.com/eclipse/openj9/issues/11390 generic-all
com/sun/crypto/provider/Cipher/AEAD/SameBuffer.java https://github.com/eclipse/openj9/issues/11390 generic-all

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

0 comments on commit 2227228

Please sign in to comment.