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

Reenable NullPointerTester tests for our internal Android-emulator testing. #7223

Merged
1 commit merged into from
May 17, 2024

Conversation

copybara-service[bot]
Copy link
Contributor

Reenable NullPointerTester tests for our internal Android-emulator testing.

We had disabled the tests in that environment because NullPointerTester performed reflection on types that contained Collector-based APIs. Since Collector wasn't available, the tests failed. But now, we've enabled library desugaring for our internal tests (though we continue not to require library desugaring unless users actually use such APIs), so the tests can work again.

(relevant to #6567)

RELNOTES=n/a

…testing.

We had disabled the tests in that environment because `NullPointerTester` performed reflection on types that contained `Collector`-based APIs. Since `Collector` wasn't available, the tests failed. But now, we've enabled library desugaring for our internal tests (though we continue not to _require_ library desugaring unless users actually use such APIs), so the tests can work again.

(relevant to #6567)

RELNOTES=n/a
PiperOrigin-RevId: 634784425
@copybara-service copybara-service bot closed this May 17, 2024
@copybara-service copybara-service bot deleted the test_634770528 branch May 17, 2024 15:28
@copybara-service copybara-service bot closed this pull request by merging all changes into master in 6dd1cb1 May 17, 2024
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.

None yet

1 participant