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

Deprecate toUpperCase and toLowerCase Lithuanian tests from OpenJ9 #4671

Merged
merged 1 commit into from
Feb 8, 2019

Conversation

fjeremic
Copy link
Contributor

@fjeremic fjeremic commented Feb 8, 2019

AdoptOpenJDK testing already has coverage for all locales and the
various special cases, including Lithuanian. Since Java 9 onward we
have started to use the OpenJDK implementations for toUpperCase and
toLowerCase. As such we will pick up updated test material from Adopt
whenever the Unicode version changes in future Java releases and we
will not have to continuously update these Lithuanian tests.

See the discussion in #4659 for further details and examples of tests.

Fixes: #4659

Signed-off-by: Filip Jeremic [email protected]

AdoptOpenJDK testing already has coverage for all locales and the
various special cases, including Lithuanian. Since Java 9 onward we
have started to use the OpenJDK implementations for `toUpperCase` and
`toLowerCase`. As such we will pick up updated test material from Adopt
whenever the Unicode version changes in future Java releases and we
will not have to continuously update these Lithuanian tests.

See the discussion in eclipse-openj9#4659 for further details and examples of tests.

Fixes: eclipse-openj9#4659

Signed-off-by: Filip Jeremic <[email protected]>
@fjeremic fjeremic force-pushed the deprecate-lithuanian branch from 1435871 to 59db62c Compare February 8, 2019 18:28
@fjeremic
Copy link
Contributor Author

fjeremic commented Feb 8, 2019

@pshipton do we have a Jenkins JDK12 trigger yet?

@pshipton
Copy link
Member

pshipton commented Feb 8, 2019

@fjeremic we have the trigger, but jdk12 doesn't work until #3980 and #4531 are merged.

@pshipton pshipton merged commit c35378a into eclipse-openj9:master Feb 8, 2019
@fjeremic fjeremic deleted the deprecate-lithuanian branch February 8, 2019 19:24
@smlambert
Copy link
Contributor

While we wait for PR builds, could have also launched jdk12 Grinder against this branch.

@pshipton
Copy link
Member

pshipton commented Feb 8, 2019

Not sure of the point in testing the removal of a test. It obviously can no longer fail.

@smlambert
Copy link
Contributor

agree, I was just responding to #4671 (comment) without too much thought applied :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants