Skip to content
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

Excluding some of the JDK17 tests on z/OS #4567

Merged
merged 3 commits into from
May 12, 2023

Conversation

psoujany
Copy link
Contributor

@psoujany psoujany commented May 8, 2023

Excluding some of the JDK17 tests on z/OS which includes both temporary and permanent exclusions.

For more details refer :- #1297 (comment)

Temporary exclusions refer :- #4566

@psoujany
Copy link
Contributor Author

@llxia Could you please review this PR. Thank you.

@@ -234,9 +235,15 @@ java/nio/channels/DatagramChannel/Loopback.java https://github.ibm.com/runtimes/
#java/nio/channels/DatagramChannel/MulticastSendReceiveTests.java https://github.com/adoptium/infrastructure/issues/699 linux-s390x
java/nio/channels/DatagramChannel/MulticastSendReceiveTests.java https://github.com/adoptium/aqa-tests/issues/1267 macosx-all,linux-s390x
#java/nio/channels/DatagramChannel/Promiscuous.java is excluded on macosx due to different issue https://github.com/eclipse-openj9/openj9/issues/6669
java/nio/channels/DatagramChannel/Promiscuous.java https://github.com/adoptium/infrastructure/issues/699 linux-s390x,macosx-all
java/nio/channels/DatagramChannel/Promiscuous.java https://github.com/adoptium/infrastructure/issues/699 linux-s390x,macosx-all,z/OS-s390x
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please leave a comment on why this test is excluded from zOS.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

More details on this exclusion been mentioned here runtimes/openj9-openjdk-jdk17-zos/issues/383

@@ -161,6 +161,7 @@ com/sun/management/DiagnosticCommandMBean/DcmdMBeanDoubleInvocationTest.java htt
com/sun/management/DiagnosticCommandMBean/DcmdMBeanInvocationTest.java https://github.com/adoptium/aqa-tests/issues/1297 generic-all
com/sun/management/DiagnosticCommandMBean/DcmdMBeanPermissionsTest.java https://github.com/adoptium/aqa-tests/issues/1297 generic-all
com/sun/management/DiagnosticCommandMBean/DcmdMBeanTest.java https://github.com/adoptium/aqa-tests/issues/1297 generic-all
com/sun/management/OperatingSystemMXBean/GetFreePhysicalMemorySize.java https://github.com/adoptium/aqa-tests/issues/1297 z/OS-s390x
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I do not see any reference to this test in #1297

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This issue has the reference of this test which got excluded for JDK11. I'll update #1297 with the same.
#2590

java/nio/channels/FileChannel/directio/PwriteDirect.java https://github.com/adoptium/aqa-tests/issues/1297 z/OS-s390x
java/nio/channels/FileChannel/TempDirectBuffersReclamation.java https://github.com/adoptium/aqa-tests/issues/1297 z/OS-s390x
java/nio/channels/FileChannel/directio/WriteDirect.java https://github.com/adoptium/aqa-tests/issues/1297 z/OS-s390x
java/nio/channels/Selector/OutOfBand.java https://github.com/adoptium/aqa-tests/issues/1297 z/OS-s390x
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I do not see any reference to the tests in #1297

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This issue has the above excluded tests
#2422

Will update #1297 with the same tests.

Copy link
Contributor

@llxia llxia left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @psoujany

@llxia llxia merged commit 5e6a5b7 into adoptium:master May 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants