Skip to content

Commit 62b8685

Browse files
authored
Merge pull request #19409 from pshipton/loadlib0.45
(0.45) Exclude cmdLineTester_loadLibraryTests on Windows jdk22+
2 parents f5d71b1 + 0c93ea4 commit 62b8685

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

test/functional/cmdLineTests/loadLibraryTest/playlist.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,13 @@
2525
<!-- LoadLibrary test intended for CMVC 201408 -->
2626
<test>
2727
<testCaseName>cmdLineTester_loadLibraryTests</testCaseName>
28+
<disables>
29+
<disable>
30+
<comment>https://github.com/eclipse-openj9/openj9/issues/18975</comment>
31+
<version>22+</version>
32+
<platform>.*windows.*</platform>
33+
</disable>
34+
</disables>
2835
<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) \
2936
-DPATHSEP=\\\\ -DTESTSJARPATH=$(Q)$(TEST_RESROOT)$(D)loadLibraryTest.jar$(Q) \
3037
-DRESJAR=$(CMDLINETESTER_RESJAR) -jar $(CMDLINETESTER_JAR) \

0 commit comments

Comments
 (0)