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
/
component
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-03-07
Refractor the code for imgdiff
Tianjie Xu
1
-0
/
+56
2017-03-03
Fix an error on bootloadermessager test teardown
Tianjie Xu
1
-2
/
+4
2017-03-03
Recovery Test: add SideloadTest to test FUSE support on target
Wei Wang
1
-0
/
+21
2017-03-01
Skip BootloaderMessageTest, UncryptTest for devices without /misc
Tianjie Xu
2
-3
/
+61
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-20
Add tests for imgdiff.
Tao Bao
1
-0
/
+448
2016-12-17
Add a checker for signature boundary in verifier
Tianjie Xu
1
-1
/
+2
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
1
-0
/
+139
2016-12-14
Add tests for setup-bcb and clear-bcb via uncrypt.
Tao Bao
1
-0
/
+174
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
1
-0
/
+59
2016-11-18
updater: Add testcase for package_extract_dir().
Tao Bao
1
-0
/
+96
2016-11-17
updater: Add "write_value()" function.
Tao Bao
1
-0
/
+33
2016-11-16
updater: Fix the wrong return value for package_extract_file().
Tao Bao
1
-17
/
+75
2016-11-15
updater: Fix the wrong return value for package_extract_file().
Tao Bao
1
-17
/
+75
2016-11-09
updater: Add more testcase for symlink().
Tao Bao
1
-6
/
+39
2016-11-08
Make make_parent() to take const argument
Tianjie Xu
1
-0
/
+22
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
2
-16
/
+2
2016-11-01
applypatch: Add testcases for applypatch executable.
Tao Bao
1
-256
/
+322
2016-10-29
applypatch: Switch the parameter of Value** to std::vector.
Tao Bao
1
-126
/
+138
2016-10-19
Add a unit test for applypatch_check
Tianjie Xu
1
-0
/
+5
2016-10-18
Replace minzip with libziparchive
Tianjie Xu
1
-1
/
+2
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
1
-0
/
+71
2016-10-05
edify: Move State.script and State.errmsg to std::string.
Tao Bao
1
-6
/
+1
2016-10-04
edify: Move State.script and State.errmsg to std::string.
Tao Bao
1
-6
/
+1
2016-10-04
edify: Move the testcases to gtest.
Tao Bao
1
-0
/
+156
2016-08-26
Fix clang-tidy warnings in bootable/recovery.
Chih-Hung Hsieh
1
-1
/
+1
2016-08-01
Clean up verifier testcases.
Tao Bao
1
-41
/
+26
2016-04-29
Add ability to show "installing security update"
Tianjie Xu
1
-0
/
+1
2016-04-14
Use BoringSSL instead of mincrypt to speed up package verification.
Elliott Hughes
1
-108
/
+23
2016-04-06
Convert recovery to use BoringSSL instead of mincrypt.
Mattias Nissler
1
-108
/
+23
2016-03-12
Port applypatch.sh tests to recovery_component_tests
Jed Estep
2
-6
/
+393
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
1
-1
/
+1
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
1
-0
/
+267