-
-
Notifications
You must be signed in to change notification settings - Fork 316
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_other,jdk_rmi subtests on all versions #5171
Exclude jdk_other,jdk_rmi subtests on all versions #5171
Conversation
1319307
to
27ba482
Compare
Excluded Tests for mac: |
We should add these excludes to the jdk23 problem list as well. |
- Exclude `com/sun/jndi/dns/ConfigTests/Timeout` and `com/sun/jndi/dns/ConfigTests/PortUnreachable` subtests for macos and windows_x64 for all versions. - Exclude `java/rmi/server/RMISocketFactory/useSocketFactory/unicast/UseCustomSocketFactory.java` for all versions on windows-x64 - Exclude `java/rmi/server/Unreferenced/leaseCheckInterval/LeaseCheckInterval.java` for all versions on windows-x64 related:https://github.ibm.com/runtimes/backlog/issues/1287 related:https://github.ibm.com/runtimes/backlog/issues/1024 related:eclipse-openj9/openj9#12948 Signed-off-by: Anna Babu Palathingal <[email protected]>
27ba482
to
90dd3c7
Compare
@annaibm could you back port the change in https://github.com/adoptium/aqa-tests/tree/v1.0.1-release? Thanks |
- Exclude `com/sun/jndi/dns/ConfigTests/Timeout` and `com/sun/jndi/dns/ConfigTests/PortUnreachable` subtests for macos and windows_x64 for all versions. - Exclude `java/rmi/server/RMISocketFactory/useSocketFactory/unicast/UseCustomSocketFactory.java` for all versions on windows-x64 - Exclude `java/rmi/server/Unreferenced/leaseCheckInterval/LeaseCheckInterval.java` for all versions on windows-x64 related:https://github.ibm.com/runtimes/backlog/issues/1287 related:https://github.ibm.com/runtimes/backlog/issues/1024 related:eclipse-openj9/openj9#12948 Signed-off-by: Anna Babu Palathingal <[email protected]>
@llxia PR to port the changes to v1.0.1-release, #5181 |
- Exclude `com/sun/jndi/dns/ConfigTests/Timeout` and `com/sun/jndi/dns/ConfigTests/PortUnreachable` subtests for macos and windows_x64 for all versions. - Exclude `java/rmi/server/RMISocketFactory/useSocketFactory/unicast/UseCustomSocketFactory.java` for all versions on windows-x64 - Exclude `java/rmi/server/Unreferenced/leaseCheckInterval/LeaseCheckInterval.java` for all versions on windows-x64 related:https://github.ibm.com/runtimes/backlog/issues/1287 related:https://github.ibm.com/runtimes/backlog/issues/1024 related:eclipse-openj9/openj9#12948 Signed-off-by: Anna Babu Palathingal <[email protected]>
com/sun/jndi/dns/ConfigTests/Timeout
andcom/sun/jndi/dns/ConfigTests/PortUnreachable
subtests for macos and windows_x64.java/rmi/server/RMISocketFactory/useSocketFactory/unicast/UseCustomSocketFactory.java
for all versions on windows-x64java/rmi/server/Unreferenced/leaseCheckInterval/LeaseCheckInterval.java
for all versions on windows-x64related:https://github.ibm.com/runtimes/backlog/issues/1287
related:https://github.ibm.com/runtimes/backlog/issues/1024
related:eclipse-openj9/openj9#12948