Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: grpc/grpc-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master@{1day}
Choose a base ref
...
head repository: grpc/grpc-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on May 9, 2025

  1. Simplify RobolectricBinderSecurityTest (#12058)

    - Use INSTRUMENTATION_TEST @LooperMode to avoid custom Executors and idleLoopers() toil.
    - No android.app.Service is actually needed with Robolectric.
    jdcormie authored May 9, 2025
    Configuration menu
    Copy the full SHA
    64fe061 View commit details
    Browse the repository at this point in the history
  2. binder: Create a Robolectric version of BinderTransportTest (#12057)

    This version runs way faster than BinderTransportTest and doesn't require an actual Android device/emulator. It'll allow future tests to simulate things that are difficult/impossible on real Android, at the price of some realism.
    jdcormie authored May 9, 2025
    Configuration menu
    Copy the full SHA
    454f1c5 View commit details
    Browse the repository at this point in the history
Loading