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 CheckHandles.java test from 32bit Windows #2388

Merged

Conversation

adamfarley
Copy link
Contributor

This test was designed for jdk15, and backported as far as jdk11
because jdk8 and 9 were confirmed to not have the issue the test
was designed to detect.

Since JDK8 was the last openjdk major version supported (by the
openjdk project) on windows 32bit, and there appears no indication
that this test has ever passed on 32bit windows, I assert that this
test was never intended to run on 32bit windows.

Since the test currently doesn't work on windows 32bit either, for
reasons I believe to be related to name mangling, my solution
is for us to stop running the test on a platform it's not
intended for.

Signed-off-by: Adam Farley adfarley@redhat.com

This test was designed for jdk15, and backported as far as jdk11
because jdk8 and 9 were confirmed to not have the issue the test
was designed to detect.

Since JDK8 was the last openjdk major version supported (by the
openjdk project) on windows 32bit, and there appears no indication
that this test has ever passed on 32bit windows, I assert that this
test was never intended to run on 32bit windows.

Since the test currently doesn't *work* on windows 32bit either, for
reasons I believe to be related to name mangling, my solution
is for us to stop running the test on a platform it's not
intended for.

Signed-off-by: Adam Farley <adfarley@redhat.com>
@karianna karianna added this to the March 2021 milestone Mar 16, 2021
@karianna karianna added bug and removed enhancement labels Mar 16, 2021
Copy link
Contributor

@karianna karianna left a comment

Choose a reason for hiding this comment

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

LGTM

@karianna karianna merged commit 114fa5e into adoptium:master Mar 16, 2021
@smlambert smlambert removed the request for review from sophia-guo March 16, 2021 20:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants