-
Notifications
You must be signed in to change notification settings - Fork 617
Bump Robolectric to 4.10.3 #5149
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
Conversation
43862fd
to
4d44929
Compare
@rlazo Please help to review this PR. Thanks. |
Perf tests break due to this change
|
@rlazo Thanks. I will try to fix it this weekend. |
9df752a
to
e916bde
Compare
Signed-off-by: utzcoz <[email protected]>
Fix Class not found for Robolectric
Robolectric's ReflectionHelpers removes supporting of setting fnial static method becasuse it not the reposibility of Robolectric, and it will not be allowed by the latest JDK. This CL just adds custom method to do the same things as a workaround. When the project updates the JDK someday, the maintainer needs to rewrite the test or provides some test helper method to avoid set final static method for test. Signed-off-by: utzcoz <[email protected]>
e916bde
to
6a6935b
Compare
Hi @rlazo, I think this PR is ready for reviewing again. Thanks. |
Thanks @utzcoz I'm seeing these errors when running tests
|
Forgot to include the link to the test |
@rlazo Thanks. I will check whether it is related cache as I think these files might need to be existed this weenkend. |
@rlazo I run |
I've merged the PR. Thanks for your contrib @utzcoz! |
@rlazo Thanks for your reviewing. |
Bump Robolectric to 4.10.3. See https://github.com/robolectric/robolectric/releases/tag/robolectric-4.10.3.