summaryrefslogtreecommitdiffstats
path: root/tests/unit (follow)
Commit message (Expand)AuthorAgeFilesLines
* tests: Clean up the temporary dirs post-run.Tao Bao2018-07-122-21/+22
* applypatch: Fix the return type of FreeSpaceForFile().Tao Bao2018-07-121-6/+18
* applypatch: Restrict applypatch_check to eMMC targets.Tao Bao2018-07-101-85/+47
* updater: Add ABORT command.Tao Bao2018-07-071-0/+24
* tests: Split unit tests out of component/applypatch_test.cpp.Tao Bao2018-07-061-0/+303
* updater: Check the number of args in Command::Parse.Tao Bao2018-06-251-0/+25
* updater: Add Command parsing codes.Tao Bao2018-06-251-0/+275
* tests: Skip ScreenRecoveryUITest on gr_init failure.Tao Bao2018-06-141-1/+38
* ui: join only if joinable.Tao Bao2018-06-061-0/+5
* tests: Specify the death test style to avoid flakiness.Tao Bao2018-06-052-0/+5
* Merge "ui: Use std::thread to create input/progress threads."Tao Bao2018-05-291-2/+10
|\
| * ui: Use std::thread to create input/progress threads.Tao Bao2018-05-221-2/+10
* | updater: Add Commmand class to manage BBOTA commands.Tao Bao2018-05-261-0/+37
|/
* wear_ui: Address a TODO regarding {intro,loop}_frames.Tao Bao2018-05-141-3/+53
* screen_ui: Fix an issue in RTL locale detection.Tao Bao2018-05-091-1/+1
* tests: Add tests for ScreenRecoveryUI.Tao Bao2018-05-091-0/+167
* otautil: Rename dir/sys/thermal utils.Tao Bao2018-05-043-5/+5
* Move menu headers/items to std::vector<std::string>.Tao Bao2018-05-031-12/+15
* screen_ui: Merge Menu::Start() into its ctor.Tao Bao2018-05-031-21/+7
* Factor out a menu class for screen uiTianjie Xu2018-03-241-0/+198
* Load-balancing update_verifier worker threads.Tao Bao2017-11-091-0/+80
* otautil: Remove the aborts in RangeSet::Parse().Tao Bao2017-11-071-14/+64
* Move rangeset.h and print_sha1.h into otautil.Tao Bao2017-10-111-2/+2
* Move Image/ImageChunk/PatchChunk declaration into header filesTianjie Xu2017-08-191-1/+1
* Merge "Add implemention of SortedRangeSet"Tianjie Xu2017-08-011-0/+47
|\
| * Add implemention of SortedRangeSetTianjie Xu2017-08-011-0/+47
* | otautil: Clean up dirCreateHierarchy().Tao Bao2017-07-271-21/+11
|/
* otautil: Delete dirUnlinkHierarchy().Tao Bao2017-07-251-32/+0
* kill package_extract_dirTianjie Xu2017-05-242-228/+0
* Move sysMapFile and sysReleaseMap into MemMapping class.Tao Bao2017-05-022-38/+27
* Change the internal representation in RangeSet.Tao Bao2017-04-031-6/+34
* Move parse_range() and range_overlaps() into RangeSet.Tao Bao2017-03-311-0/+84
* Add the missing sr-Latn into png files and rename the png locale headerTianjie Xu2017-03-251-10/+11
* Refactor asn1_decoder functions into a class.Tao Bao2017-03-211-217/+180
* verify_file: Add constness to a few addresses.Tao Bao2017-03-211-14/+14
* Add checkers and tests for empty locale in PNG fileTianjie Xu2017-01-191-0/+3
* tests: Add test coverage for DirUtil.Tao Bao2016-12-221-0/+150
* Merge "tests: Replace the O_RDONLY in access(2)."Tao Bao2016-12-221-6/+15
|\
| * tests: Replace the O_RDONLY in access(2).Tao Bao2016-12-221-6/+15
* | tests: Add testcase for ZipUtil.Tao Bao2016-12-221-0/+191
|/
* updater: Fix the wrong return value for package_extract_file().Tao Bao2016-11-151-3/+0
* Move recovery_test.cpp out of unit testTianjie Xu2016-11-081-91/+0
* otautil: Clean up SysUtil.cpp.Tao Bao2016-11-071-0/+140
* tests: Fix unit/zip_test.cpp.Tao Bao2016-11-041-59/+50
* Replace minzip with libziparchiveTianjie Xu2016-10-181-0/+93
* recovery: drop log/logger.hMark Salyzyn2016-10-041-1/+0
* Fix matches_locale functionTianjie Xu2016-04-201-0/+29
* recovery: use __android_log_pmsg_file_write for log filesMark Salyzyn2016-03-311-0/+92
* Refactor existing tests to use gtestJed Estep2016-02-041-0/+238