History log of /bootable/recovery/tests/manual/recovery_test.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
1d65c95fe8284c7b97823c4a719505d773fcea55 20-Dec-2017 Elliott Hughes <enh@google.com> StartsWith allows a std::string prefix now.

Bug: N/A
Test: builds
Change-Id: I5183ec8133f5dc9a81a438223c6d3d2ea11ef0ec
/bootable/recovery/tests/manual/recovery_test.cpp
de6735e80cc65be50381388640d94f1b1d0f20fa 11-Jul-2017 Tianjie Xu <xunchang@google.com> Fix the android-cloexec-* warnings in bootable/recovery

Add the O_CLOEXEC or 'e' accordingly.

Bug: 63510015
Test: recovery tests pass
Change-Id: I7094bcc6af22c9687eb535116b2ca6a59178b303
/bootable/recovery/tests/manual/recovery_test.cpp
d17a6885253da909e376ba5ca5084f5281f3557c 09-Jan-2017 Tianjie Xu <xunchang@google.com> Add checkers and tests for empty locale in PNG file

match_locale() will return false for empty locale string in the PNG
file. Also add a manual test to validate if a PNG file is qualified to
use under recovery.

Bug: 34054052
Test: recovery_manual_test catches invalid PNG files successfully & Locale_test passed

Change-Id: Id7e2136e1d8abf20da15825aa7901effbced8b03
/bootable/recovery/tests/manual/recovery_test.cpp
a3ece96f9f87e7219350498486975c5b8deccd83 22-Dec-2016 Tao Bao <tbao@google.com> tests: Replace the O_RDONLY in access(2).

Although O_RDONLY gives the same value as F_OK (0), it's not the right
friend of access(2).

Also clean up the temporary files from ZipTest (TemporaryDir doesn't
like non-empty directory).

Test: recovery_unit_test passes and has no leftover.
Change-Id: I66b90e43c0954c89ce08b36b9e2b4e84183b28f5
/bootable/recovery/tests/manual/recovery_test.cpp
5d8b53b248ac56cb8280d2d2d653f12c43a26abd 07-Nov-2016 Tianjie Xu <xunchang@google.com> Move recovery_test.cpp out of unit test

Move recovery-refresh/persist tests out because these tests need special
steps to run. Also switch the constants to std::string.

Test: recovery_manual_test passed on an A/B device
Change-Id: I60b3ec6f094044945c3aafc1fae540896a6ddea6
/bootable/recovery/tests/manual/recovery_test.cpp