Skip to content

Commit

Permalink
Temporarily exclude security enabled JLM tests on Windows
Browse files Browse the repository at this point in the history
Signed-off-by: Mesbah Alam <Mesbah_Alam@ca.ibm.com>
  • Loading branch information
Mesbah-Alam committed Nov 27, 2018
1 parent da1c98d commit 1feb438
Showing 1 changed file with 23 additions and 4 deletions.
27 changes: 23 additions & 4 deletions systemtest/playlist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -952,6 +952,7 @@
</test>

<!-- Excluding the following test for openj9 for eclipse/openj9/issues/1520 -->
<!-- Excluded from Windows due to https://github.com/AdoptOpenJDK/openjdk-systemtest/issues/198 -->
<test>
<testCaseName>TestJlmRemoteClassAuth</testCaseName>
<variations>
Expand All @@ -974,6 +975,7 @@
<impls>
<impl>hotspot</impl>
</impls>
<platformRequirements>^os.win</platformRequirements>
</test>

<!--Exclude TestJlmRemoteClassNoAuth from running on openjdk8-openj9 on ppc64le Linux. Reason: AdoptOpenJDK/openjdk-systemtest/issues/145-->
Expand Down Expand Up @@ -1065,6 +1067,7 @@
</test>

<!--Exclude TestJlmRemoteMemoryAuth from running on openjdk8-openj9 on ppc64le Linux. Reason: AdoptOpenJDK/openjdk-systemtest/issues/145-->
<!-- Excluded from Windows due to https://github.com/AdoptOpenJDK/openjdk-systemtest/issues/198 -->
<test>
<testCaseName>TestJlmRemoteMemoryAuth</testCaseName>
<variations>
Expand Down Expand Up @@ -1093,7 +1096,10 @@
<impl>hotspot</impl>
<impl>openj9</impl>
</impls>
<platformRequirements>^os.win</platformRequirements>
</test>

<!-- Excluded from Windows due to https://github.com/AdoptOpenJDK/openjdk-systemtest/issues/198 -->
<test>
<testCaseName>TestJlmRemoteMemoryAuth_SE80</testCaseName>
<variations>
Expand All @@ -1120,8 +1126,9 @@
<impl>hotspot</impl>
<impl>openj9</impl>
</impls>
<platformRequirements>^os.linux</platformRequirements>
<platformRequirements>^os.linux,^os.win</platformRequirements>
</test>

<test>
<testCaseName>TestJlmRemoteMemoryAuth_SE80_Linux</testCaseName>
<variations>
Expand All @@ -1148,7 +1155,7 @@
<impl>hotspot</impl>
<impl>openj9</impl>
</impls>
<platformRequirements>os.linux,^arch.ppc</platformRequirements>
<platformRequirements>os.linux,^arch.ppc</platformRequirements>
</test>

<!--Exclude TestJlmRemoteMemoryNoAuth from running on openjdk8-openj9 on ppc64le Linux. Reason: AdoptOpenJDK/openjdk-systemtest/issues/145-->
Expand Down Expand Up @@ -1238,6 +1245,7 @@
<platformRequirements>os.linux,^arch.ppc</platformRequirements>
</test>

<!-- Excluded from Windows due to https://github.com/AdoptOpenJDK/openjdk-systemtest/issues/198 -->
<test>
<testCaseName>TestJlmRemoteNotifierProxyAuth</testCaseName>
<variations>
Expand All @@ -1260,6 +1268,7 @@
<impls>
<impl>hotspot</impl>
</impls>
<platformRequirements>^os.win</platformRequirements>
</test>

<!-- Excluding the following test for Hotspot & OpenJDK10-Openj9 and JDK11 for eclipse/openj9/issues/1566 -->
Expand Down Expand Up @@ -1371,6 +1380,7 @@
</test>

<!--Exclude TestIBMJlmRemoteClassAuth from running on openjdk8-openj9 on ppc64le Linux. Reason: AdoptOpenJDK/openjdk-systemtest/issues/145-->
<!-- Excluded from Windows due to https://github.com/AdoptOpenJDK/openjdk-systemtest/issues/198 -->
<test>
<testCaseName>TestIBMJlmRemoteClassAuth</testCaseName>
<variations>
Expand Down Expand Up @@ -1398,7 +1408,10 @@
<impls>
<impl>openj9</impl>
</impls>
<platformRequirements>^os.win</platformRequirements>
</test>

<!-- Excluded from Windows due to https://github.com/AdoptOpenJDK/openjdk-systemtest/issues/198 -->
<test>
<testCaseName>TestIBMJlmRemoteClassAuth_SE80</testCaseName>
<variations>
Expand All @@ -1424,8 +1437,9 @@
<impls>
<impl>openj9</impl>
</impls>
<platformRequirements>^os.linux</platformRequirements>
<platformRequirements>^os.linux,^os.win</platformRequirements>
</test>

<test>
<testCaseName>TestIBMJlmRemoteClassAuth_SE80_Linux</testCaseName>
<variations>
Expand Down Expand Up @@ -1539,6 +1553,7 @@
</test>

<!--Exclude TestIBMJlmRemoteMemoryAuth from running on openjdk8-openj9 on ppc64le Linux. Reason: AdoptOpenJDK/openjdk-systemtest/issues/145-->
<!-- Excluded from Windows due to https://github.com/AdoptOpenJDK/openjdk-systemtest/issues/198 -->
<test>
<testCaseName>TestIBMJlmRemoteMemoryAuth</testCaseName>
<variations>
Expand Down Expand Up @@ -1566,7 +1581,10 @@
<impls>
<impl>openj9</impl>
</impls>
<platformRequirements>^os.win</platformRequirements>
</test>

<!-- Excluded from Windows due to https://github.com/AdoptOpenJDK/openjdk-systemtest/issues/198 -->
<test>
<testCaseName>TestIBMJlmRemoteMemoryAuth_SE80</testCaseName>
<variations>
Expand All @@ -1592,8 +1610,9 @@
<impls>
<impl>openj9</impl>
</impls>
<platformRequirements>^os.linux</platformRequirements>
<platformRequirements>^os.linux,^os.win</platformRequirements>
</test>

<test>
<testCaseName>TestIBMJlmRemoteMemoryAuth_SE80_Linux</testCaseName>
<variations>
Expand Down

0 comments on commit 1feb438

Please sign in to comment.