From aea22e759eaf0cd0df3bbe28522c502eac2b315f Mon Sep 17 00:00:00 2001 From: Peter Shipton Date: Thu, 28 Feb 2019 13:48:10 -0500 Subject: [PATCH] Run the CryptoTest on AIX for jdk11 and later [ci skip] Signed-off-by: Peter Shipton --- .../cmdLineTests/openssl/playlist.xml | 30 ++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) diff --git a/test/functional/cmdLineTests/openssl/playlist.xml b/test/functional/cmdLineTests/openssl/playlist.xml index 4efb2df543..be0ea73927 100644 --- a/test/functional/cmdLineTests/openssl/playlist.xml +++ b/test/functional/cmdLineTests/openssl/playlist.xml @@ -25,7 +25,7 @@ - cmdLineTester_CryptoTest + cmdLineTester_CryptoTest_8 NoOptions @@ -45,5 +45,33 @@ openj9 + + 8 + + + + cmdLineTester_CryptoTest + + NoOptions + + $(JAVA_COMMAND) $(JVM_OPTIONS) \ + -DTEST_RESROOT=$(Q)$(TEST_RESROOT)$(D)$(Q) -DRESJAR=$(CMDLINETESTER_RESJAR) \ + -DEXE=$(SQ)$(JAVA_COMMAND) $(JVM_OPTIONS)$(SQ) -jar $(CMDLINETESTER_JAR) -config $(Q)$(TEST_RESROOT)$(D)openssl.xml$(Q) \ + -verbose -explainExcludes -nonZeroExitWhenError; \ + $(TEST_STATUS) + + sanity + + + functional + + + openj9 + + + 11+ + + + \ No newline at end of file