Gitiles
Code Review
Sign In
gerrit.twrp.me
/
android_bootable_recovery
/
c208c746db7928eaf66c2aa40f4f2aa79b2bd138
/
tests
« Previous
97555da
Add tests for imgdiff.
by Tao Bao
· 8 years ago
f69e6a9
Add a checker for signature boundary in verifier
by Tianjie Xu
· 8 years ago
2292db8
Add update_bootloader_message() to fix two-step OTAs.
by Tao Bao
· 8 years ago
07d985b
Merge "tests: Add tests for bootloader_message."
by Tao Bao
· 8 years ago
8b7301b
tests: Add tests for bootloader_message.
by Tao Bao
· 8 years ago
8c1584f
Merge "Add a stub recovery UI."
by Sen Jiang
· 8 years ago
1033408
Add tests for setup-bcb and clear-bcb via uncrypt.
by Tao Bao
· 8 years ago
d530449
Add a stub recovery UI.
by Sen Jiang
· 8 years ago
8dd44e9
tests: Add testcases for EMMC targets.
by Tao Bao
· 8 years ago
bedf5fc
updater: Refactor set_stage() and get_stage() functions.
by Tao Bao
· 8 years ago
1036d36
updater: Add testcase for package_extract_dir().
by Tao Bao
· 8 years ago
d0f3088
updater: Add "write_value()" function.
by Tao Bao
· 8 years ago
ef0eb3b
updater: Fix the wrong return value for package_extract_file().
by Tao Bao
· 8 years ago
8992902
updater: Add more testcase for symlink().
by Tao Bao
· 8 years ago
52e2a97
Merge "Make make_parent() to take const argument"
by Treehugger Robot
· 8 years ago
5d8b53b
Move recovery_test.cpp out of unit test
by Tianjie Xu
· 8 years ago
d75003d
Make make_parent() to take const argument
by Tianjie Xu
· 8 years ago
c3292f3
otautil: Clean up SysUtil.cpp.
by Tao Bao
· 8 years ago
0dfb753
tests: Fix unit/zip_test.cpp.
by Tao Bao
· 8 years ago
a659d79
updater: Add a testcase for RenameFn().
by Tao Bao
· 8 years ago
0831d0b
updater: Fix a bug in DeleteFn().
by Tao Bao
· 8 years ago
51d516e
updater: Fix an off-by-1 bug in file_getprop().
by Tao Bao
· 8 years ago
4102b28
tests: Set up testdata path for continuous native tests.
by Tao Bao
· 8 years ago
36c3511
applypatch: Add testcases for applypatch executable.
by Tao Bao
· 8 years ago
fada91c
applypatch: Switch the parameter of Value** to std::vector.
by Tao Bao
· 8 years ago
f1338fb
tests: Generate testdata for 2nd arch.
by Tao Bao
· 8 years ago
a5fd5ab
Add a unit test for applypatch_check
by Tianjie Xu
· 8 years ago
8cf5c8f
Replace minzip with libziparchive
by Tianjie Xu
· 8 years ago
aced5d9
Change StringValue to use std::string
by Tianjie Xu
· 8 years ago
39119ad
edify: Some clean-ups to libedify.
by Tao Bao
· 8 years ago
361342c
updater: Kill the duplicate PrintSha1() in install.cpp.
by Tao Bao
· 9 years ago
0c7839a
Refactor libupdater into a seperate module.
by Tao Bao
· 8 years ago
59dcb9c
edify: Move State.script and State.errmsg to std::string.
by Tao Bao
· 8 years ago
38b923f
Merge "recovery: drop log/logger.h"
by Mark Salyzyn
· 8 years ago
fee79a4
recovery: drop log/logger.h
by Mark Salyzyn
· 8 years ago
d770d2e
edify: Move the testcases to gtest.
by Tao Bao
· 8 years ago
7aa8874
Turn on -Werror for recovery
by Tianjie Xu
· 8 years ago
7b0ad9c
Switch recovery to libbase logging
by Tianjie Xu
· 8 years ago
8b23811
Fix clang-tidy warnings in bootable/recovery.
by Chih-Hung Hsieh
· 8 years ago
dc97404
Merge "Fix references to libcrypto_utils_static." am: b97da5e0f0
by Josh Gao
· 8 years ago
073164f
Fix references to libcrypto_utils_static.
by Josh Gao
· 8 years ago
717b492
Merge \"Clean up verifier testcases.\" am: e91aef0ee9
by Tao Bao
· 8 years ago
5af4b19
Clean up verifier testcases.
by Tao Bao
· 8 years ago
ab2fb94
tests: Remove obsolete MTD support.
by Tao Bao
· 8 years ago
cacb47b
resolve merge conflicts of 5823dd4 to nyc-dev-plus-aosp
by Tianjie Xu
· 9 years ago
35926c4
Add ability to show "installing security update"
by Tianjie Xu
· 9 years ago
45609d3
Merge "Fix matches_locale function" into nyc-dev am: 8b86373
by Tianjie Xu
· 9 years ago
2430e29
Fix matches_locale function
by Tianjie Xu
· 9 years ago
8febafa
Use BoringSSL instead of mincrypt to speed up package verification.
by Elliott Hughes
· 9 years ago
6e2a8b1
resolve merge conflicts of 2bf95ac to nyc-dev-plus-aosp
by Elliott Hughes
· 9 years ago
452df6d
Convert recovery to use BoringSSL instead of mincrypt.
by Mattias Nissler
· 9 years ago
9b9e584
Merge "recovery: use __android_log_pmsg_file_write for log files" am: 75da771
by Mark Salyzyn
· 9 years ago
13aca59
recovery: use __android_log_pmsg_file_write for log files
by Mark Salyzyn
· 9 years ago
a4f701a
recovery: use __android_log_pmsg_file_write for log files
by Mark Salyzyn
· 9 years ago
3f581f7
Merge "Port applypatch.sh tests to recovery_component_tests" into nyc-dev
by Jed Estep
· 9 years ago
b8a693b
Port applypatch.sh tests to recovery_component_tests
by Jed Estep
· 9 years ago
e130576
Fix verifier test base testdata directory after merge conflict
by Jed Estep
· 9 years ago
c213a7c
Merge "verifier_test: Suppress the unused parameter warnings."
by Tao Bao
· 9 years ago
d5a14c6
Change on-device directory for recovery test data
by Jed Estep
· 9 years ago
e1a16af
verifier_test: Suppress the unused parameter warnings.
by Tao Bao
· 9 years ago
4329186
Refactor existing tests to use gtest
by Jed Estep
· 9 years ago
80e46e0
recovery: Switch to clang
by Tao Bao
· 9 years ago
13f21c2
More test makefile cleanup.
by Dan Albert
· 10 years ago
7a4adb5
Add support for ECDSA signatures
by Kenny Root
· 11 years ago