Skip to content

Commit

Permalink
Use the new format of disable in playlist file (#2240)
Browse files Browse the repository at this point in the history
Signed-off-by: renfeiw <renfeiw@ca.ibm.com>
  • Loading branch information
renfeiw authored Feb 6, 2021
1 parent 1898741 commit 37c8801
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions functional/SyntheticGCWorkload/playlist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
<playlist xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../TestConfig/playlist.xsd">
<test>
<testCaseName>SyntheticGCWorkload_concurrentSlackAuto_1k_J9</testCaseName>
<disabled>
<comment>https://github.com/eclipse/openj9/issues/6777</comment>
</disabled>
<variations>
<variation>-Xmx1g -Xms1g -Xdump:none -Xgcpolicy:gencon -Xnocompactgc -Xgcthreads16 -Xgc:tenureBytesDeviationBoost=0 -Xgc:concurrentKickoffTenuringHeadroom=0</variation>
</variations>
Expand All @@ -34,10 +37,12 @@
<impl>openj9</impl>
<impl>ibm</impl>
</impls>
<disabled>https://github.com/eclipse/openj9/issues/6777</disabled>
</test>
<test>
<testCaseName>SyntheticGCWorkload_concurrentSlackAuto_10k_J9</testCaseName>
<disabled>
<comment>https://github.com/eclipse/openj9/issues/6777</comment>
</disabled>
<variations>
<variation>-Xmx1g -Xms1g -Xdump:none -Xgcpolicy:gencon -Xnocompactgc -Xgcthreads16 -Xgc:tenureBytesDeviationBoost=0 -Xgc:concurrentKickoffTenuringHeadroom=0</variation>
</variations>
Expand All @@ -57,7 +62,6 @@
<impl>openj9</impl>
<impl>ibm</impl>
</impls>
<disabled>https://github.com/eclipse/openj9/issues/6777</disabled>
</test>
<test>
<testCaseName>SyntheticGCWorkload_concurrentSlackAuto_100k_J9</testCaseName>
Expand All @@ -83,6 +87,9 @@
</test>
<test>
<testCaseName>SyntheticGCWorkload_concurrentSlackAuto_1M_J9</testCaseName>
<disabled>
<comment>https://github.com/eclipse/openj9/issues/6777</comment>
</disabled>
<variations>
<variation>-Xmx1g -Xms1g -Xdump:none -Xgcpolicy:gencon -Xnocompactgc -Xgcthreads16 -Xgc:tenureBytesDeviationBoost=0 -Xgc:concurrentKickoffTenuringHeadroom=0</variation>
</variations>
Expand All @@ -102,7 +109,6 @@
<impl>openj9</impl>
<impl>ibm</impl>
</impls>
<disabled>https://github.com/eclipse/openj9/issues/6777</disabled>
</test>
<test>
<testCaseName>SyntheticGCWorkload_concurrentSlackAuto_10M_J9</testCaseName>
Expand All @@ -128,6 +134,9 @@
</test>
<test>
<testCaseName>SyntheticGCWorkload_TestCase</testCaseName>
<disabled>
<comment>TODO: create test for all impls, check for and remove any hard-coded J9 specific options</comment>
</disabled>
<variations>
<variation>NoOptions</variation>
</variations>
Expand All @@ -145,7 +154,6 @@
<groups>
<group>functional</group>
</groups>
<disabled>TODO: create test for all impls, check for and remove any hard-coded J9 specific options</disabled>
</test>
<test>
<testCaseName>SyntheticGCWorkload_DoubleMap_J9</testCaseName>
Expand Down

0 comments on commit 37c8801

Please sign in to comment.