Skip to content

Commit

Permalink
Temporarily exclude MathLoadTest on JDK20 for until openj9/issues/16254
Browse files Browse the repository at this point in the history
is fixed

Signed-off-by: Mesbah Alam <Mesbah_Alam@ca.ibm.com>
  • Loading branch information
Mesbah-Alam committed Nov 11, 2022
1 parent 61b08e7 commit acf9236
Showing 1 changed file with 63 additions and 0 deletions.
63 changes: 63 additions & 0 deletions system/mathLoadTest/playlist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,13 @@
</test>
<test>
<testCaseName>MathLoadTest_all_5m</testCaseName>
<disables>
<disable>
<comment>openj9/issues/16254</comment>
<impl>openj9</impl>
<version>20</version>
</disable>
</disables>
<variations>
<variation>Mode150</variation>
<variation>Mode650</variation>
Expand All @@ -35,6 +42,13 @@
</test>
<test>
<testCaseName>MathLoadTest_autosimd_5m</testCaseName>
<disables>
<disable>
<comment>openj9/issues/16254</comment>
<impl>openj9</impl>
<version>20</version>
</disable>
</disables>
<variations>
<variation>Mode150</variation>
<variation>Mode650</variation>
Expand All @@ -51,6 +65,13 @@
</test>
<test>
<testCaseName>MathLoadTest_bigdecimal_5m</testCaseName>
<disables>
<disable>
<comment>openj9/issues/16254</comment>
<impl>openj9</impl>
<version>20</version>
</disable>
</disables>
<variations>
<variation>Mode150</variation>
<variation>Mode650</variation>
Expand All @@ -67,6 +88,13 @@
</test>
<test>
<testCaseName>MathLoadTest_all_CS_5m</testCaseName>
<disables>
<disable>
<comment>openj9/issues/16254</comment>
<impl>openj9</impl>
<version>20</version>
</disable>
</disables>
<variations>
<variation>-Xgcpolicy:gencon -Xgc:concurrentScavenge</variation>
</variations>
Expand All @@ -86,6 +114,13 @@
</test>
<test>
<testCaseName>MathLoadTest_autosimd_CS_5m</testCaseName>
<disables>
<disable>
<comment>openj9/issues/16254</comment>
<impl>openj9</impl>
<version>20</version>
</disable>
</disables>
<variations>
<variation>-Xgcpolicy:gencon -Xgc:concurrentScavenge</variation>
</variations>
Expand All @@ -105,6 +140,13 @@
</test>
<test>
<testCaseName>MathLoadTest_bigdecimal_CS_5m</testCaseName>
<disables>
<disable>
<comment>openj9/issues/16254</comment>
<impl>openj9</impl>
<version>20</version>
</disable>
</disables>
<variations>
<variation>-Xgcpolicy:gencon -Xgc:concurrentScavenge</variation>
</variations>
Expand All @@ -124,6 +166,13 @@
</test>
<test>
<testCaseName>MathLoadTest_all_special_5m</testCaseName>
<disables>
<disable>
<comment>openj9/issues/16254</comment>
<impl>openj9</impl>
<version>20</version>
</disable>
</disables>
<disables>
<disable>
<comment>rtc 139897</comment>
Expand Down Expand Up @@ -178,6 +227,13 @@
</test>
<test>
<testCaseName>MathLoadTest_autosimd_special_5m</testCaseName>
<disables>
<disable>
<comment>openj9/issues/16254</comment>
<impl>openj9</impl>
<version>20</version>
</disable>
</disables>
<variations>
<variation>Mode101</variation>
<variation>Mode103</variation>
Expand Down Expand Up @@ -226,6 +282,13 @@
</test>
<test>
<testCaseName>MathLoadTest_bigdecimal_special_5m</testCaseName>
<disables>
<disable>
<comment>openj9/issues/16254</comment>
<impl>openj9</impl>
<version>20</version>
</disable>
</disables>
<disables>
<disable>
<comment>https://github.com/eclipse-openj9/openj9/issues/9104</comment>
Expand Down

0 comments on commit acf9236

Please sign in to comment.