Skip to content

Commit

Permalink
Enable Jep454Tests for valhalla builds
Browse files Browse the repository at this point in the history
These tests were previously disabled due to the valuetypes
extensions repository being out of date.

Signed-off-by: Theresa Mammarella <[email protected]>
  • Loading branch information
theresa-m committed Oct 11, 2024
1 parent 6d2cb68 commit 5baa73a
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 5baa73a

Please sign in to comment.