-
-
Notifications
You must be signed in to change notification settings - Fork 314
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Exclude jdk_container subtests for linux #5162
Conversation
5794c58
to
d5c71f9
Compare
cb70d26
to
366df72
Compare
366df72
to
73eb96c
Compare
@annaibm Failing tests |
related: eclipse-openj9/openj9#19176 |
re #5162 (comment), PR builds do not test personal repos. It is a known issue #4855. PR builds should be disabled to avoid confusion. |
- 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]>
73eb96c
to
86ba036
Compare
cent8x86-svl-rt8-1.fyre.ibm.com |
Thanks @annaibm . Please back port this change into https://github.com/adoptium/aqa-tests/tree/v1.0.1-release |
- 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]>
@llxia Please find the PR for porting the changes into v1.0.1 -release: |
* Exclude jdk_nio,jdk_rmi,jdk_security subtests (#5182) - Exclude `java/nio/channels/DatagramChannel/BasicMulticastTests.java` for all java versions on the Mac OS platform. - Exclude `java/rmi/activation/Activatable/nestedActivate/NestedActivate.java` for Java 8,Java 11 versions on the Windows platform. - Exclude `java/nio/channels/Pipe/PipeInterrupt.java` for all java versions on windows platform. - Exclude `sun/security/ssl/SSLSocketImpl/AsyncSSLSocketClose.java` for Java 8 version on AIX platform. related:https://github.ibm.com/runtimes/backlog/issues/1053 related:https://github.ibm.com/runtimes/backlog/issues/1004 related:eclipse-openj9/openj9#18479 related:eclipse-openj9/openj9#18575 Signed-off-by: Anna Babu Palathingal <[email protected]> * Exclude jdk_container subtests (#5162) - 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]> --------- Signed-off-by: Anna Babu Palathingal <[email protected]>
Exclude jdk_container subtests for all linux versions