summaryrefslogtreecommitdiffstats
path: root/tests/unit/applypatch_modes_test.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Re-enable failed imgpatch testsKelvin Zhang2021-01-131-2/+2
| | | | | | | | | Now we added a libz variant without the offending optimizations, re-enable tests. Test: treehugger Bug: 177076632 Change-Id: I6969090b2cb4c059d952df7cc034d0ed1ac366b2
* Disable failed imgpatch testsKelvin Zhang2021-01-121-2/+2
| | | | | | | | | For a proper solution, add a variant of libz which doesn't have platform dependent optimizations, and make imgdiff use that version. Test: treehugger Bug: 177076632 Change-Id: Ia9e926c1adf22d351315eeec5ad1fabc3d48efd5
* tests: Merge recovery_component_test into recovery_unit_test.Tao Bao2019-04-301-0/+198
Most of the tests in component/ are in fact unit tests. And it doesn't look practically beneficial to distinguish between the two: - They have the same test setup; - We always run both (recovery_unit_test and recovery_component_test) at the same time; - Breaking any of them would be equally bad. This CL merges the tests in recovery_component_test into recovery_unit_test to save the effort to maintain both. Test: Run recovery_unit_test on marlin (via `adb sync data`). Test: `atest recovery_unit_test` Change-Id: I93ff32e7219cd83425a4bcfe5613978a8dd48d75