summaryrefslogtreecommitdiffstats
path: root/tests/component (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add tests for read_metadata_from_package().Tao Bao2017-04-191-0/+50
* Add tests for update_binary_command().Tao Bao2017-04-181-0/+87
* Verify the package compatibility with libvintf.Tao Bao2017-04-131-0/+57
* Abort the update if there's not enough new dataTianjie Xu2017-04-081-0/+66
* tests: Use get_bootloader_message_blk_device() to find /misc.Tao Bao2017-04-052-6/+4
* Merge "tests: Construct two bad packages at runtime for VerifierTest."Tao Bao2017-03-291-3/+46
|\
| * tests: Construct two bad packages at runtime for VerifierTest.Tao Bao2017-03-281-3/+46
* | Merge "tests: Add a test for --wipe_ab into UncryptTest."Tao Bao2017-03-291-103/+82
|\ \
| * | tests: Add a test for --wipe_ab into UncryptTest.Tao Bao2017-03-281-103/+82
| |/
* | applypatch: Let Apply{BSDiff,Image}Patch accept std::function.Tao Bao2017-03-281-56/+24
* | applypatch: Change the ssize_t length parameters to size_t.Tao Bao2017-03-281-1/+1
|/
* Merge "applypatch: Drop the support for patching non-EMMC targets."Tao Bao2017-03-261-124/+0
|\
| * applypatch: Drop the support for patching non-EMMC targets.Tao Bao2017-03-161-124/+0
* | updater: Fix the broken case for apply_patch_check().Tao Bao2017-03-231-0/+49
* | Remove malloc in edify functionsTianjie Xu2017-03-222-3/+5
* | Add testcases for load_keys().Tao Bao2017-03-181-0/+57
* | Merge "Drop the dependency on 'ui' in verify_file()."Tao Bao2017-03-181-104/+45
|\ \
| * | Drop the dependency on 'ui' in verify_file().Tao Bao2017-03-171-104/+45
* | | Merge "Add a test to perform block_image_update"Tianjie Xu2017-03-171-5/+115
|\ \ \ | |/ / |/| |
| * | Add a test to perform block_image_updateTianjie Xu2017-03-171-5/+115
| |/
* / More cleanup to imgdiff & imgpatchTianjie Xu2017-03-161-4/+5
|/
* updater: Remove some obsoleted functions for file-based OTA.Tao Bao2017-03-131-113/+0
* Merge "Refractor the code for imgdiff"Treehugger Robot2017-03-071-0/+56
|\
| * Refractor the code for imgdiffTianjie Xu2017-03-071-0/+56
* | Merge "Fix an error on bootloadermessager test teardown"Tianjie Xu2017-03-031-2/+4
|\ \
| * | Fix an error on bootloadermessager test teardownTianjie Xu2017-03-031-2/+4
| |/
* / Recovery Test: add SideloadTest to test FUSE support on targetWei Wang2017-03-031-0/+21
|/
* Skip BootloaderMessageTest, UncryptTest for devices without /miscTianjie Xu2017-03-012-3/+61
* tests: Add testcase for show_progress() and set_progress().Tao Bao2017-01-061-0/+50
* Merge "imgdiff: Fix an edge case that leads to infinite loop."Tao Bao2017-01-041-0/+80
|\
| * imgdiff: Fix an edge case that leads to infinite loop.Tao Bao2016-12-281-0/+80
* | recovery: Fix the broken UI text.Tao Bao2017-01-041-32/+38
|/
* Add tests for imgdiff.Tao Bao2016-12-201-0/+448
* Add update_bootloader_message() to fix two-step OTAs.Tao Bao2016-12-151-0/+26
* Merge "tests: Add tests for bootloader_message."Tao Bao2016-12-151-0/+139
|\
| * tests: Add tests for bootloader_message.Tao Bao2016-12-151-0/+139
* | Merge "Add a stub recovery UI."Sen Jiang2016-12-141-1/+1
|\ \ | |/ |/|
| * Add a stub recovery UI.Sen Jiang2016-12-131-1/+1
* | Add tests for setup-bcb and clear-bcb via uncrypt.Tao Bao2016-12-141-0/+174
|/
* tests: Add testcases for EMMC targets.Tao Bao2016-11-221-31/+144
* updater: Refactor set_stage() and get_stage() functions.Tao Bao2016-11-181-0/+59
* updater: Add testcase for package_extract_dir().Tao Bao2016-11-181-0/+96
* updater: Add "write_value()" function.Tao Bao2016-11-171-0/+33
* updater: Fix the wrong return value for package_extract_file().Tao Bao2016-11-151-17/+75
* updater: Add more testcase for symlink().Tao Bao2016-11-091-6/+39
* Make make_parent() to take const argumentTianjie Xu2016-11-081-0/+22
* updater: Add a testcase for RenameFn().Tao Bao2016-11-041-0/+29
* updater: Fix a bug in DeleteFn().Tao Bao2016-11-041-0/+33
* updater: Fix an off-by-1 bug in file_getprop().Tao Bao2016-11-031-0/+50
* tests: Set up testdata path for continuous native tests.Tao Bao2016-11-032-16/+2
* applypatch: Add testcases for applypatch executable.Tao Bao2016-11-011-256/+322
* applypatch: Switch the parameter of Value** to std::vector.Tao Bao2016-10-291-126/+138
* Add a unit test for applypatch_checkTianjie Xu2016-10-191-0/+5
* Replace minzip with libziparchiveTianjie Xu2016-10-181-1/+2
* Change StringValue to use std::stringTianjie Xu2016-10-153-81/+67
* edify: Some clean-ups to libedify.Tao Bao2016-10-132-6/+23
* updater: Kill the duplicate PrintSha1() in install.cpp.Tao Bao2016-10-111-7/+36
* Refactor libupdater into a seperate module.Tao Bao2016-10-111-0/+71
* edify: Move State.script and State.errmsg to std::string.Tao Bao2016-10-041-6/+1
* edify: Move the testcases to gtest.Tao Bao2016-10-041-0/+156
* Fix clang-tidy warnings in bootable/recovery.Chih-Hung Hsieh2016-08-261-1/+1
* Merge \"Clean up verifier testcases.\"Tao Bao2016-08-011-41/+26
|\
| * Clean up verifier testcases.Tao Bao2016-08-011-41/+26
* | resolve merge conflicts of 5823dd4 to nyc-dev-plus-aospTianjie Xu2016-05-021-0/+1
|\ \
| * | Add ability to show "installing security update"Tianjie Xu2016-04-291-0/+1
| * | Use BoringSSL instead of mincrypt to speed up package verification.Elliott Hughes2016-04-141-108/+23
* | | resolve merge conflicts of 2bf95ac to nyc-dev-plus-aospElliott Hughes2016-04-131-108/+23
|\ \ \ | | |/ | |/|
| * | Convert recovery to use BoringSSL instead of mincrypt.Mattias Nissler2016-04-061-108/+23
* | | Merge "Port applypatch.sh tests to recovery_component_tests" into nyc-devJed Estep2016-03-122-6/+393
|\ \ \ | |/ / |/| / | |/
| * Port applypatch.sh tests to recovery_component_testsJed Estep2016-03-122-6/+393
| * Fix verifier test base testdata directory after merge conflictJed Estep2016-02-221-1/+1
* | Merge "verifier_test: Suppress the unused parameter warnings."Tao Bao2016-02-091-8/+9
|\ \
| * | verifier_test: Suppress the unused parameter warnings.Tao Bao2016-02-051-8/+9
| |/
* / Change on-device directory for recovery test dataJed Estep2016-02-051-1/+1
|/
* Refactor existing tests to use gtestJed Estep2016-02-041-0/+267