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

ReflectionHelpersTest#setFinalStaticFieldReflectively_withFieldName_setsStaticFields failed with OpenJDK 13+ #6750

Closed
utzcoz opened this issue Oct 1, 2021 · 1 comment
Assignees

Comments

@utzcoz
Copy link
Member

utzcoz commented Oct 1, 2021

Description

ReflectionHelpersTest#setFinalStaticFieldReflectively_withFieldName_setsStaticFields of Robolectric uses reflection that not allowed by OpenJDK from 13+.

Steps to Reproduce

./gradlew test with OpenJDK 13+.

Robolectric & Android Version

4.7 development source

Link to a public git repo demonstrating the problem:

Robolectric itself.

cc @hoisie .

@utzcoz utzcoz self-assigned this Oct 1, 2021
@utzcoz
Copy link
Member Author

utzcoz commented Dec 11, 2022

This issue might be fixed by 139bc97. I tested it with Open JDK 14, and I can run this test without error.

@utzcoz utzcoz closed this as completed Dec 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant