Skip to content

Commit

Permalink
Exclude two jcstress tests for openj9 11 (#4125)
Browse files Browse the repository at this point in the history
- Exclude jcstress_FencedDekkerTest and jcstress_FencedAcquireReleaseTest for openj9 11

Signed-off-by: LongyuZhang <longyu.zhang@ibm.com>

Signed-off-by: LongyuZhang <longyu.zhang@ibm.com>
  • Loading branch information
LongyuZhang authored Nov 8, 2022
1 parent ac712db commit df6c3ba
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions system/jcstress/playlist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,13 @@
<testCaseName>jcstress_FencedDekkerTest</testCaseName>
<command>$(JAVA_COMMAND) $(JVM_OPTIONS) -jar $(Q)$(LIB_DIR)$(D)jcstress-tests-all-20220908.jar$(Q) $(APPLICATION_OPTIONS) -t FencedDekkerTest; \
$(TEST_STATUS)</command>
<disables>
<disable>
<comment>https://github.com/eclipse-openj9/openj9/issues/16178</comment>
<impl>openj9</impl>
<version>11</version>
</disable>
</disables>
<levels>
<level>dev</level>
</levels>
Expand All @@ -248,6 +255,13 @@
<testCaseName>jcstress_FencedAcquireReleaseTest</testCaseName>
<command>$(JAVA_COMMAND) $(JVM_OPTIONS) -jar $(Q)$(LIB_DIR)$(D)jcstress-tests-all-20220908.jar$(Q) $(APPLICATION_OPTIONS) -t FencedAcquireReleaseTest; \
$(TEST_STATUS)</command>
<disables>
<disable>
<comment>https://github.com/eclipse-openj9/openj9/issues/16178</comment>
<impl>openj9</impl>
<version>11</version>
</disable>
</disables>
<levels>
<level>dev</level>
</levels>
Expand Down

0 comments on commit df6c3ba

Please sign in to comment.