Skip to content

Commit

Permalink
Exclude cmdLineTester_loadLibraryTests on Windows jdk22+
Browse files Browse the repository at this point in the history
Issue eclipse-openj9#18975

Signed-off-by: Peter Shipton <Peter_Shipton@ca.ibm.com>
  • Loading branch information
pshipton committed May 6, 2024
1 parent 85b3f7c commit fe5419f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions test/functional/cmdLineTests/loadLibraryTest/playlist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,13 @@
<!-- LoadLibrary test intended for CMVC 201408 -->
<test>
<testCaseName>cmdLineTester_loadLibraryTests</testCaseName>
<disables>
<disable>
<comment>https://github.com/eclipse-openj9/openj9/issues/18975</comment>
<version>22+</version>
<platform>.*windows.*</platform>
</disable>
</disables>
<command>$(JAVA_COMMAND) $(CMDLINETESTER_JVM_OPTIONS) -DJAVA_EXE=$(JAVA_COMMAND) -DJAVA_HOME=$(Q)$(JAVA_HOME)$(Q) -DJAVATEST_ROOT=$(JAVATEST_ROOT) -DJVM_TEST_ROOT=$(JVM_TEST_ROOT) \
-DPATHSEP=\\\\ -DTESTSJARPATH=$(Q)$(TEST_RESROOT)$(D)loadLibraryTest.jar$(Q) \
-DRESJAR=$(CMDLINETESTER_RESJAR) -jar $(CMDLINETESTER_JAR) \
Expand Down

0 comments on commit fe5419f

Please sign in to comment.