We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f5d71b1 + 0c93ea4 commit 62b8685Copy full SHA for 62b8685
test/functional/cmdLineTests/loadLibraryTest/playlist.xml
@@ -25,6 +25,13 @@
25
<!-- LoadLibrary test intended for CMVC 201408 -->
26
<test>
27
<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>
35
<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) \
36
-DPATHSEP=\\\\ -DTESTSJARPATH=$(Q)$(TEST_RESROOT)$(D)loadLibraryTest.jar$(Q) \
37
-DRESJAR=$(CMDLINETESTER_RESJAR) -jar $(CMDLINETESTER_JAR) \
0 commit comments