Skip to content

Commit

Permalink
Merge pull request #20332 from theresa-m/fix_18583
Browse files Browse the repository at this point in the history
Enable Jep454Tests for valhalla builds
  • Loading branch information
hangshao0 authored Oct 15, 2024
2 parents edb9e2e + 5baa73a commit c2b29a6
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions test/functional/Java22andUp/playlist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,6 @@ 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 @@ -55,12 +49,6 @@ SPDX-License-Identifier: EPL-2.0 OR Apache-2.0 OR GPL-2.0-only WITH Classpath-ex

<test>
<testCaseName>Jep454Tests_testLinkerFfi_DownCall_HeapArray</testCaseName>
<disables>
<disable>
<comment>https://github.com/eclipse-openj9/openj9/issues/18583</comment>
<testflag>VTSTANDARD</testflag>
</disable>
</disables>
<variations>
<variation>NoOptions</variation>
<variation>Mode501</variation>
Expand Down Expand Up @@ -93,12 +81,6 @@ 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 c2b29a6

Please sign in to comment.