Skip to content

Commit

Permalink
Merge pull request #18584 from JasonFengJ9/valdisabletests
Browse files Browse the repository at this point in the history
Valhalla disables JDK22+ Jep454Tests temporarily
  • Loading branch information
llxia authored Dec 11, 2023
2 parents c06325f + eb53e67 commit 0c87adb
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions test/functional/Java22andUp/playlist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ SPDX-License-Identifier: EPL-2.0 OR Apache-2.0 OR GPL-2.0-only WITH Classpath-ex
<playlist xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../TestConfig/playlist.xsd">
<test>
<testCaseName>Jep454Tests_testLinkerFfi_DownCall</testCaseName>
<disables>
<disable>
<comment>https://github.com/eclipse-openj9/openj9/issues/18583</comment>
<testflag>VTSTANDARD</testflag>
</disable>
</disables>
<command>$(ADD_JVM_LIB_DIR_TO_LIBPATH) $(JAVA_COMMAND) $(JVM_OPTIONS) \
--enable-native-access=ALL-UNNAMED \
-Dforeign.restricted=permit \
Expand All @@ -49,6 +55,12 @@ SPDX-License-Identifier: EPL-2.0 OR Apache-2.0 OR GPL-2.0-only WITH Classpath-ex

<test>
<testCaseName>Jep454Tests_testLinkerFfi_UpCall</testCaseName>
<disables>
<disable>
<comment>https://github.com/eclipse-openj9/openj9/issues/18583</comment>
<testflag>VTSTANDARD</testflag>
</disable>
</disables>
<command>$(ADD_JVM_LIB_DIR_TO_LIBPATH) $(JAVA_COMMAND) $(JVM_OPTIONS) \
--enable-native-access=ALL-UNNAMED \
-Dforeign.restricted=permit \
Expand Down

0 comments on commit 0c87adb

Please sign in to comment.