Skip to content

Commit d9e96ea

Browse files
Consolidate BaseTestAESCipherInputStreamExceptions and BaseTestAESGCMCICOWithGCMAndAAD tests (#1228)
This change consolidates the tests previously associated with BaseTestAESCipherInputStreamExceptions into the parameterized TestAESCipherInputStreamExceptions class, and the tests from BaseTestAESGCMCICOWithGCMAndAAD into the parameterized TestAESGCMCICOWithGCMAndAAD class. Fixes: https://github.ibm.com/runtimes/jit-crypto/issues/1083 Signed-off-by: Mohit Rajbhar <mohit.rajbhar@ibm.com>
1 parent 96eaeeb commit d9e96ea

14 files changed

+45
-212
lines changed

src/test/java/ibm/jceplus/junit/TestMultithread.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@ public class TestMultithread {
3131
private final int numThreads = 10;
3232
private final int timeoutSec = 4500;
3333
private final String[] testList = {
34-
"ibm.jceplus.junit.openjceplus.multithread.TestAESGCMCICOWithGCMAndAAD",
35-
"ibm.jceplus.junit.openjceplus.multithread.TestAESCipherInputStreamExceptions",
3634
"ibm.jceplus.junit.openjceplus.multithread.TestAESCopySafe",
3735
"ibm.jceplus.junit.openjceplus.multithread.TestAESGCMLong",
3836
"ibm.jceplus.junit.openjceplus.multithread.TestAESGCMNonExpanding",

src/test/java/ibm/jceplus/junit/TestMultithreadFIPS.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@ public class TestMultithreadFIPS {
3131
private final int numThreads = 10;
3232
private final int timeoutSec = 4500;
3333
private final String[] testList = {
34-
"ibm.jceplus.junit.openjceplusfips.multithread.TestAESGCMCICOWithGCMAndAAD",
35-
"ibm.jceplus.junit.openjceplusfips.multithread.TestAESCipherInputStreamExceptions",
3634
"ibm.jceplus.junit.openjceplusfips.multithread.TestAESCopySafe",
3735
"ibm.jceplus.junit.openjceplusfips.multithread.TestAESGCMLong",
3836
"ibm.jceplus.junit.openjceplusfips.multithread.TestAESGCMNonExpanding",

src/test/java/ibm/jceplus/junit/openjceplus/TestAESCipherInputStreamExceptions.java

Lines changed: 0 additions & 24 deletions
This file was deleted.

src/test/java/ibm/jceplus/junit/openjceplus/TestAESGCMCICOWithGCMAndAAD.java

Lines changed: 0 additions & 24 deletions
This file was deleted.

src/test/java/ibm/jceplus/junit/openjceplus/TestAll.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,10 @@
1717
TestAESCCM2.class,
1818
TestAESCCMInteropBC.class,
1919
TestAESCCMParameters.class,
20-
TestAESCipherInputStreamExceptions.class,
2120
TestAESCopySafe.class,
2221
TestAESGCM_ExtIV.class,
2322
TestAESGCM_IntIV.class,
2423
TestAESGCMBufferIV.class,
25-
TestAESGCMCICOWithGCMAndAAD.class,
2624
TestAESGCMLong.class,
2725
TestAESGCMNonExpanding.class,
2826
TestAESGCMSameBuffer.class,

src/test/java/ibm/jceplus/junit/openjceplus/multithread/TestAESCipherInputStreamExceptions.java

Lines changed: 0 additions & 25 deletions
This file was deleted.

src/test/java/ibm/jceplus/junit/openjceplus/multithread/TestAESGCMCICOWithGCMAndAAD.java

Lines changed: 0 additions & 25 deletions
This file was deleted.

src/test/java/ibm/jceplus/junit/openjceplusfips/TestAESCipherInputStreamExceptions.java

Lines changed: 0 additions & 24 deletions
This file was deleted.

src/test/java/ibm/jceplus/junit/openjceplusfips/TestAESGCMCICOWithGCMAndAAD.java

Lines changed: 0 additions & 24 deletions
This file was deleted.

src/test/java/ibm/jceplus/junit/openjceplusfips/TestAll.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,10 @@
1717
TestAESCCM2.class,
1818
TestAESCCMInteropBC.class,
1919
TestAESCCMParameters.class,
20-
TestAESCipherInputStreamExceptions.class,
2120
TestAESCopySafe.class,
2221
TestAESGCM_ExtIV.class,
2322
TestAESGCM_IntIV.class,
2423
TestAESGCMBufferIV.class,
25-
TestAESGCMCICOWithGCMAndAAD.class,
2624
TestAESGCMLong.class,
2725
TestAESGCMNonExpanding.class,
2826
TestAESGCMSameBuffer.class,

0 commit comments

Comments
 (0)