Skip to content

Commit

Permalink
Exclude jdk_container subtests (adoptium#5162)
Browse files Browse the repository at this point in the history
- Exclude  jdk_container subtests for all linux versions -
`jdk/internal/platform/docker/TestDockerBasic.java`,
`jdk/internal/platform/docker/TestDockerMemoryMetrics.java`,
`jdk/internal/platform/docker/TestGetFreeSwapSpaceSize.java`,
`jdk/internal/platform/docker/TestLimitsUpdating.java`,
`jdk/internal/platform/docker/TestPidsLimit.java`

related: eclipse-openj9/openj9#19176

Signed-off-by: Anna Babu Palathingal <[email protected]>
  • Loading branch information
annaibm committed Mar 27, 2024
1 parent 54d1946 commit b77ac3f
Show file tree
Hide file tree
Showing 7 changed files with 34 additions and 2 deletions.
4 changes: 4 additions & 0 deletions openjdk/excludes/ProblemList_openjdk11-openj9.txt
Original file line number Diff line number Diff line change
Expand Up @@ -385,4 +385,8 @@ vm/verifier/VerifyProtectedConstructor.java https://github.com/eclipse-openj9/op
############################################################################

# jdk_container
jdk/internal/platform/docker/TestDockerBasic.java https://github.com/eclipse-openj9/openj9/issues/19176 linux-all
jdk/internal/platform/docker/TestDockerCpuMetrics.java https://github.com/eclipse-openj9/openj9/issues/16462 generic-all
jdk/internal/platform/docker/TestDockerMemoryMetrics.java https://github.com/eclipse-openj9/openj9/issues/19176 linux-all
jdk/internal/platform/docker/TestGetFreeSwapSpaceSize.java https://github.com/eclipse-openj9/openj9/issues/19176 linux-all
jdk/internal/platform/docker/TestPidsLimit.java https://github.com/eclipse-openj9/openj9/issues/19176 linux-all
5 changes: 5 additions & 0 deletions openjdk/excludes/ProblemList_openjdk17-openj9.txt
Original file line number Diff line number Diff line change
Expand Up @@ -480,4 +480,9 @@ java/foreign/virtual/TestVirtualCalls.java https://github.com/adoptium/aqa-tests
############################################################################

# jdk_container
jdk/internal/platform/docker/TestDockerBasic.java https://github.com/eclipse-openj9/openj9/issues/19176 linux-all
jdk/internal/platform/docker/TestDockerCpuMetrics.java https://github.com/eclipse-openj9/openj9/issues/16462 generic-all
jdk/internal/platform/docker/TestDockerMemoryMetrics.java https://github.com/eclipse-openj9/openj9/issues/19176 linux-all
jdk/internal/platform/docker/TestGetFreeSwapSpaceSize.java https://github.com/eclipse-openj9/openj9/issues/19176 linux-all
jdk/internal/platform/docker/TestLimitsUpdating.java https://github.com/eclipse-openj9/openj9/issues/19176 linux-all
jdk/internal/platform/docker/TestPidsLimit.java https://github.com/eclipse-openj9/openj9/issues/19176 linux-all
5 changes: 5 additions & 0 deletions openjdk/excludes/ProblemList_openjdk21-openj9.txt
Original file line number Diff line number Diff line change
Expand Up @@ -567,4 +567,9 @@ serviceability/jvmti/vthread/FollowReferences/VThreadStackRefTest.java#no-vmcont
serviceability/jvmti/thread/GetStackTrace/GetStackTraceAndRetransformTest/GetStackTraceAndRetransformTest.java https://github.com/eclipse-openj9/openj9/issues/18809 generic-all

# jdk_container
jdk/internal/platform/docker/TestDockerBasic.java https://github.com/eclipse-openj9/openj9/issues/19176 linux-all
jdk/internal/platform/docker/TestDockerCpuMetrics.java https://github.com/eclipse-openj9/openj9/issues/16462 generic-all
jdk/internal/platform/docker/TestDockerMemoryMetrics.java https://github.com/eclipse-openj9/openj9/issues/19176 linux-all
jdk/internal/platform/docker/TestGetFreeSwapSpaceSize.java https://github.com/eclipse-openj9/openj9/issues/19176 linux-all
jdk/internal/platform/docker/TestLimitsUpdating.java https://github.com/eclipse-openj9/openj9/issues/19176 linux-all
jdk/internal/platform/docker/TestPidsLimit.java https://github.com/eclipse-openj9/openj9/issues/19176 linux-all
5 changes: 5 additions & 0 deletions openjdk/excludes/ProblemList_openjdk22-openj9.txt
Original file line number Diff line number Diff line change
Expand Up @@ -577,4 +577,9 @@ serviceability/jvmti/thread/GetStackTrace/GetStackTraceAndRetransformTest/GetSta
serviceability/jvmti/GetClassFields/FilteredFields/FilteredFieldsTest.java https://github.com/eclipse-openj9/openj9/issues/18807 generic-all

# jdk_container
jdk/internal/platform/docker/TestDockerBasic.java https://github.com/eclipse-openj9/openj9/issues/19176 linux-all
jdk/internal/platform/docker/TestDockerCpuMetrics.java https://github.com/eclipse-openj9/openj9/issues/16462 generic-all
jdk/internal/platform/docker/TestDockerMemoryMetrics.java https://github.com/eclipse-openj9/openj9/issues/19176 linux-all
jdk/internal/platform/docker/TestGetFreeSwapSpaceSize.java https://github.com/eclipse-openj9/openj9/issues/19176 linux-all
jdk/internal/platform/docker/TestLimitsUpdating.java https://github.com/eclipse-openj9/openj9/issues/19176 linux-all
jdk/internal/platform/docker/TestPidsLimit.java https://github.com/eclipse-openj9/openj9/issues/19176 linux-all
5 changes: 5 additions & 0 deletions openjdk/excludes/ProblemList_openjdk23-openj9.txt
Original file line number Diff line number Diff line change
Expand Up @@ -575,4 +575,9 @@ serviceability/jvmti/thread/GetStackTrace/GetStackTraceAndRetransformTest/GetSta
serviceability/jvmti/GetClassFields/FilteredFields/FilteredFieldsTest.java https://github.com/eclipse-openj9/openj9/issues/18807 generic-all

# jdk_container
jdk/internal/platform/docker/TestDockerBasic.java https://github.com/eclipse-openj9/openj9/issues/19176 linux-all
jdk/internal/platform/docker/TestDockerCpuMetrics.java https://github.com/eclipse-openj9/openj9/issues/16462 generic-all
jdk/internal/platform/docker/TestDockerMemoryMetrics.java https://github.com/eclipse-openj9/openj9/issues/19176 linux-all
jdk/internal/platform/docker/TestGetFreeSwapSpaceSize.java https://github.com/eclipse-openj9/openj9/issues/19176 linux-all
jdk/internal/platform/docker/TestLimitsUpdating.java https://github.com/eclipse-openj9/openj9/issues/19176 linux-all
jdk/internal/platform/docker/TestPidsLimit.java https://github.com/eclipse-openj9/openj9/issues/19176 linux-all
6 changes: 6 additions & 0 deletions openjdk/excludes/ProblemList_openjdk8-openj9.txt
Original file line number Diff line number Diff line change
Expand Up @@ -415,4 +415,10 @@ jdk/internal/platform/docker/TestDockerMemoryMetrics.java https://github.com/ecl
############################################################################

# jdk_container
jdk/internal/platform/docker/TestDockerBasic.java https://github.com/eclipse-openj9/openj9/issues/19176 linux-all
jdk/internal/platform/docker/TestDockerCpuMetrics.java https://github.com/eclipse-openj9/openj9/issues/16462 generic-all
jdk/internal/platform/docker/TestDockerMemoryMetrics.java https://github.com/eclipse-openj9/openj9/issues/19176 linux-all
jdk/internal/platform/docker/TestGetFreeSwapSpaceSize.java https://github.com/eclipse-openj9/openj9/issues/19176 linux-all



6 changes: 4 additions & 2 deletions openjdk/playlist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,9 @@
<groups>
<group>openjdk</group>
</groups>
<platformRequirements>os.linux</platformRequirements>
<platformRequirementsList>
<platformRequirements>os.linux</platformRequirements>
</platformRequirementsList>
</test>
<test>
<testCaseName>jdk_container_jdk8</testCaseName>
Expand Down Expand Up @@ -1894,7 +1896,7 @@
<disable>
<comment>https://github.com/adoptium/aqa-tests/issues/4808</comment>
</disable>
</disables>
</disables>
<variations>
<variation>Mode150</variation>
<variation>Mode650</variation>
Expand Down

0 comments on commit b77ac3f

Please sign in to comment.