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

Fix excludes for 32-bit platforms #5476

Merged
merged 2 commits into from
Aug 2, 2024
Merged

Conversation

smlambert
Copy link
Contributor

Fixes #5227
Related #5475

Signed-off-by: Shelley Lambert <slambert@gmail.com>
Signed-off-by: Shelley Lambert <slambert@gmail.com>
@sophia-guo
Copy link
Contributor

Extra space between multiple platforms issue happened to all jdk17+ ( also openj9). Would be great to also update jdk21 (LTS) and jdk23, jdk24.

affected testcases in jdk21, 23, 24.:

139: java/net/DatagramSocket/GetLocalAddress.java #3088 aix-ppc64, linux-ppc64le
154: java/net/Socket/asyncClose/AsyncClose.java #827 aix-ppc64, linux-ppc64le
182: #java/io/File/GetXSpace.java https://bugs.openjdk.org/browse/JDK-8251017 linux-arm, aix-all
183: java/io/File/GetXSpace.java https://bugs.openjdk.java.net/browse/JDK-8251466 windows-all, linux-arm, aix-all
251: # Cleaners.java issue is specific to alpine-linux, but there appears to be no way to exclude on alpine-linux platform specifically

@LongyuZhang LongyuZhang merged commit 5e8790b into adoptium:master Aug 2, 2024
3 checks passed
@smlambert
Copy link
Contributor Author

Oops, I was too slow to update PR with changes to the 3 other files, will create another PR for those

@llxia
Copy link
Contributor

llxia commented Aug 2, 2024

Sorry about it, we are too excited

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.

Fix spaces in ProblemList files
4 participants