facebook / flipper

A desktop debugging platform for mobile developers.
https://fbflipper.com/
MIT License
13.25k stars 950 forks source link

Bump org.robolectric:robolectric from 4.10.3 to 4.12.2 #5617

Open dependabot[bot] opened 1 month ago

dependabot[bot] commented 1 month ago

Bumps org.robolectric:robolectric from 4.10.3 to 4.12.2.

Release notes

Sourced from org.robolectric:robolectric's releases.

Robolectric 4.12.2 is a minor release that fixes several issues, primarily related to HW rendering in native graphics.

HW rendering fixes:

  • The system property robolectric.screenshot.hwrdr.native was renamed torobolectric.pixelCopyRenderMode. In order to use HW rendering with PixelCopy, you must set the robolectric.pixelCopyRenderMode=hardware system property: 7307dc20a438d042b582fb896a2793fd149152ea
  • Fixed an issue with rendering alpha transparency: 7307dc20a438d042b582fb896a2793fd149152ea
  • Fixed an issue using HW rendering on Activities that are not present in Manifests: #8982, 251087870f065ca44a3d6098d9864af89806ba19
  • Fixed an issue with View drawing cache preventing rendering: 30dc20355c3cedbe29aec0225a77111e2a745461
  • Fixed an issue with HW rendering on Mac: 1ae1478ccd0d9bcbc9d654ded977e1ac359ae11e

Other fixes:

  • Fixed shadowOf compilation issues for older SDK levels.
  • Fixed error reporting BeforeClass methods: 34bcd2196a29d4079f6ccce3dbf39a1f70edf196

Full Changelog: https://github.com/robolectric/robolectric/compare/robolectric-4.12.1...robolectric-4.12.2

Robolectric 4.12.1 is a minor release that addressed two issues:

  1. Fixed a NoClassDefFoundError when invoking ShadowLog APIs outside of a Robolectric environment. See robolectric/robolectric#8957 for details.
  2. Reduced the amount of spurious log noise that may be generated when attempting to delete temp directories in Windows. See android/nowinandroid#1242 for details.

Full Changelog: https://github.com/robolectric/robolectric/compare/robolectric-4.12...robolectric-4.12.1

Robolectric 4.12 adds support for the native runtime (native SQLite and graphics modes) on Windows x86_64. It also contains a large number of bug fixes and performance improvements.

Note Robolectric 4.12 uses an updated version of the preinstrumented jars (version i6), so if you have infrastructure that caches or customizes the location of the preinstrumented jars, they will need to be updated.

What's Changed

... (truncated)

Commits
  • 98e89de Bump version to 4.12.2.
  • 5554acd Create TimeoutRule as replacement for junit Timeout issue#3829
  • 34bcd21 Improve Exception handling in SandboxTestRunner
  • dc4f07d Force ordering on MemoryLeaksTest to make it deterministic.
  • de3993b Fixes memory leak issue in ThreadedRenderer.
  • faf6d00 Don't offset pixel copy roots by location in window
  • 2510878 Set FLAG_HARDWARE_ACCELERATED in ShadowPackageManger.addActivityIfNotPresent
  • 1ae1478 Bump nativeruntime-dist-compat to 1.0.10
  • bc89af7 Reuse HardwareRenderer objects when taking HW screenshots
  • 7264a24 Fix SDK compat issues in 4.12
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)