index
:
anonymous/android_bootable_recovery
android-11
android-14.0
android-4.3
android-4.4
android-5.0
android-5.1
android-6.0
android-7.0
android-7.1
android-8.0
android-8.1
android-9.0
Team Win Recovery Project (TWRP)
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-01-06
tests: Add testcase for show_progress() and set_progress().
Tao Bao
1
-0
/
+50
2017-01-04
recovery: Fix the broken UI text.
Tao Bao
1
-32
/
+38
2016-12-28
imgdiff: Fix an edge case that leads to infinite loop.
Tao Bao
1
-0
/
+80
2016-12-22
tests: Add test coverage for DirUtil.
Tao Bao
2
-0
/
+151
2016-12-22
tests: Add testcase for ZipUtil.
Tao Bao
2
-1
/
+193
2016-12-22
tests: Replace the O_RDONLY in access(2).
Tao Bao
2
-8
/
+16
2016-12-20
Add tests for imgdiff.
Tao Bao
2
-0
/
+477
2016-12-15
Add update_bootloader_message() to fix two-step OTAs.
Tao Bao
1
-0
/
+26
2016-12-15
tests: Add tests for bootloader_message.
Tao Bao
2
-0
/
+140
2016-12-14
Add tests for setup-bcb and clear-bcb via uncrypt.
Tao Bao
2
-0
/
+176
2016-12-13
Add a stub recovery UI.
Sen Jiang
1
-1
/
+1
2016-11-22
tests: Add testcases for EMMC targets.
Tao Bao
1
-31
/
+144
2016-11-18
updater: Refactor set_stage() and get_stage() functions.
Tao Bao
2
-0
/
+61
2016-11-18
updater: Add testcase for package_extract_dir().
Tao Bao
2
-0
/
+98
2016-11-17
updater: Add "write_value()" function.
Tao Bao
1
-0
/
+33
2016-11-15
updater: Fix the wrong return value for package_extract_file().
Tao Bao
4
-20
/
+86
2016-11-09
updater: Add more testcase for symlink().
Tao Bao
1
-6
/
+39
2016-11-08
Move recovery_test.cpp out of unit test
Tianjie Xu
3
-92
/
+99
2016-11-08
Make make_parent() to take const argument
Tianjie Xu
1
-0
/
+22
2016-11-07
otautil: Clean up SysUtil.cpp.
Tao Bao
2
-6
/
+147
2016-11-04
tests: Fix unit/zip_test.cpp.
Tao Bao
1
-59
/
+50
2016-11-04
updater: Add a testcase for RenameFn().
Tao Bao
1
-0
/
+29
2016-11-04
updater: Fix a bug in DeleteFn().
Tao Bao
1
-0
/
+33
2016-11-03
updater: Fix an off-by-1 bug in file_getprop().
Tao Bao
1
-0
/
+50
2016-11-03
tests: Set up testdata path for continuous native tests.
Tao Bao
4
-31
/
+23
2016-11-01
applypatch: Add testcases for applypatch executable.
Tao Bao
7
-257
/
+324
2016-10-29
applypatch: Switch the parameter of Value** to std::vector.
Tao Bao
1
-126
/
+138
2016-10-26
tests: Generate testdata for 2nd arch.
Tao Bao
1
-1
/
+12
2016-10-19
Add a unit test for applypatch_check
Tianjie Xu
1
-0
/
+5
2016-10-18
Replace minzip with libziparchive
Tianjie Xu
5
-3
/
+104
2016-10-15
Change StringValue to use std::string
Tianjie Xu
3
-81
/
+67
2016-10-13
edify: Some clean-ups to libedify.
Tao Bao
2
-6
/
+23
2016-10-11
updater: Kill the duplicate PrintSha1() in install.cpp.
Tao Bao
1
-7
/
+36
2016-10-11
Refactor libupdater into a seperate module.
Tao Bao
2
-6
/
+93
2016-10-04
edify: Move State.script and State.errmsg to std::string.
Tao Bao
1
-6
/
+1
2016-10-04
recovery: drop log/logger.h
Mark Salyzyn
1
-1
/
+0
2016-10-04
edify: Move the testcases to gtest.
Tao Bao
2
-0
/
+158
2016-09-30
Turn on -Werror for recovery
Tianjie Xu
1
-1
/
+2
2016-09-30
Turn on -Werror for recovery
Tianjie Xu
1
-1
/
+2
2016-09-01
Switch recovery to libbase logging
Tianjie Xu
1
-2
/
+3
2016-09-01
Switch recovery to libbase logging
Tianjie Xu
1
-2
/
+3
2016-08-26
Fix clang-tidy warnings in bootable/recovery.
Chih-Hung Hsieh
1
-1
/
+1
2016-08-06
Fix references to libcrypto_utils_static.
Josh Gao
1
-2
/
+2
2016-08-01
Clean up verifier testcases.
Tao Bao
21
-41
/
+30
2016-06-16
tests: Remove obsolete MTD support.
Tao Bao
1
-1
/
+0
2016-06-16
tests: Remove obsolete MTD support.
Tao Bao
1
-1
/
+0
2016-04-29
Add ability to show "installing security update"
Tianjie Xu
1
-0
/
+1
2016-04-20
Fix matches_locale function
Tianjie Xu
2
-1
/
+34
2016-04-14
Use BoringSSL instead of mincrypt to speed up package verification.
Elliott Hughes
5
-109
/
+26
2016-04-06
Convert recovery to use BoringSSL instead of mincrypt.
Mattias Nissler
5
-109
/
+28
2016-03-31
recovery: use __android_log_pmsg_file_write for log files
Mark Salyzyn
2
-0
/
+94
2016-03-28
recovery: use __android_log_pmsg_file_write for log files
Mark Salyzyn
2
-0
/
+94
2016-03-12
Port applypatch.sh tests to recovery_component_tests
Jed Estep
7
-8
/
+429
2016-02-22
Fix verifier test base testdata directory after merge conflict
Jed Estep
1
-1
/
+1
2016-02-05
Change on-device directory for recovery test data
Jed Estep
2
-2
/
+2
2016-02-05
verifier_test: Suppress the unused parameter warnings.
Tao Bao
1
-8
/
+9
2016-02-04
Refactor existing tests to use gtest
Jed Estep
22
-3
/
+413
2015-11-16
recovery: Switch to clang
Tao Bao
1
-0
/
+1
2015-06-03
recovery: Switch to clang
Tao Bao
1
-0
/
+1
2014-10-17
More test makefile cleanup.
Dan Albert
1
-24
/
+23
2013-10-10
Add support for ECDSA signatures
Kenny Root
2
-0
/
+264