From 0c93ea4b7a80655882881ebb4874e043a41f57fd Mon Sep 17 00:00:00 2001 From: Peter Shipton Date: Mon, 18 Mar 2024 11:18:40 -0400 Subject: [PATCH] Exclude cmdLineTester_loadLibraryTests on Windows jdk22+ Issue https://github.com/eclipse-openj9/openj9/issues/18975 Signed-off-by: Peter Shipton --- test/functional/cmdLineTests/loadLibraryTest/playlist.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/test/functional/cmdLineTests/loadLibraryTest/playlist.xml b/test/functional/cmdLineTests/loadLibraryTest/playlist.xml index 807d01ab699..a6e8219e853 100644 --- a/test/functional/cmdLineTests/loadLibraryTest/playlist.xml +++ b/test/functional/cmdLineTests/loadLibraryTest/playlist.xml @@ -25,6 +25,13 @@ cmdLineTester_loadLibraryTests + + + https://github.com/eclipse-openj9/openj9/issues/18975 + 22+ + .*windows.* + + $(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) \