Skip to content

Commit

Permalink
Removed irracional disables
Browse files Browse the repository at this point in the history
  • Loading branch information
judovana committed Jul 29, 2024
1 parent 5c36a02 commit 7acd6f5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions aqa-tests/functional/jtreg-buffer/playlist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
xsi:noNamespaceSchemaLocation="../../TKG/resources/playlist.xsd">
<test>
<testCaseName>jtreg-buffer</testCaseName>
<disables>
<!-- <disables>
<disable>
<comment>readlink -f is known to misbehave on selected platforms</comment>
<platform>^.*(s390x_linux|aarch64_mac).*$</platform>
</disable>
</disables>
</disables>-->
<command>
JTREG_HOME="$(TEST_RESROOT)$(D)jtreg" \
$(TEST_ROOT)$(D)functional$(D)jtreg-buffer$(D)jtreg-buffer$(D)run.sh "$(TEST_JDK_HOME)" ; $(TEST_STATUS)
Expand All @@ -35,12 +35,12 @@
</test>
<test>
<testCaseName>jtreg-buffer_jtreg</testCaseName>
<disables>
<!-- <disables>
<disable>
<comment>readlink -f is known to misbehave on selected platforms</comment>
<platform>^((?!(s390x_linux|aarch64_mac)).)*$</platform>
</disable>
</disables>
</disables>-->
<command>
$(JAVA_COMMAND) -Xmx512m -jar $(Q)$(TEST_RESROOT)$(D)jtreg$(D)lib$(D)jtreg.jar$(Q) \
-xml -v1 -a -ignore:quiet -timeoutFactor:2 \
Expand All @@ -57,4 +57,4 @@
<group>functional</group>
</groups>
</test>
</playlist>
</playlist>

0 comments on commit 7acd6f5

Please sign in to comment.