History log of /system/extras/tests/fstest/recovery_test.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
b3d5ba44910310da454bf221e46ed84175a21287 10-Mar-2017 Bowgo Tsai <bowgotsai@google.com> fstest: replacing fs_mgr_read_fstab() with fs_mgr_read_fstab_default()

The original default /fstab.{ro.hardware} might be moved to
/vendor/etc/. or /odm/etc/. Use the new API to get the default
fstab instead of using the hard-coded /fstab.{ro.hardware}.

Bug: 35811655
Test: boot sailfish
Change-Id: Ie11a4f22ed449ef90cbcc7117227a99ea9d79110
/system/extras/tests/fstest/recovery_test.cpp
018ef1be61e749d0fbe0f05179a4f0f9b858ae57 05-Oct-2016 Tao Bao <tbao@google.com> ext4_utils: Export headers for libext4_utils* libs.

So we can do "#include <ext4_utils/make_ext4fs.h>" without adding
"LOCAL_C_INCLUDES += system/extras/ext4_utils".

Also clean up the #include lines in system/extras/ext4_utils/.

Test: `m checkbuild` works.

Change-Id: I3c8b07c9b6f5996160e0cb6d9d069579b1609f60
/system/extras/tests/fstest/recovery_test.cpp
11b95b9c3a946089d52f205838c05373c954b16e 25-Apr-2016 Chih-Hung Hsieh <chh@google.com> Fix google-explicit-constructor warnings.

Bug: 28341362
Change-Id: I9f388006f5593b9f224e98e93deca7da35c5618a
/system/extras/tests/fstest/recovery_test.cpp
879785074ca93e13896ce364a45eb5cc17081c4a 03-Feb-2016 Dan Albert <danalbert@google.com> Fix warnings in system/extras.

Bug: http://b/26936282
Change-Id: I1b9c6c9bb06944c32abcb871279d056eea0fb11a
/system/extras/tests/fstest/recovery_test.cpp
faba3263b7d4c1c057ca9d1291f258860c1359a5 18-Aug-2015 Yusuke Sato <yusukes@google.com> Use the new version of android_fork_execvp_ext()

This CL depends on I818f5cf61045286c8d64a91b6d50f05740329be1.

Bug: 21725996
Change-Id: I2d26cf79989de717b7695757d0297a16dedbebbd
/system/extras/tests/fstest/recovery_test.cpp
8303f4d324caf9f66d043a53961ed75c2b6d4e2d 14-Mar-2014 Mohamad Ayyash <mkayyash@google.com> fstest: Add a set of filesystem recovery tests with gTest.

Tests to verify recovery from super block and gdt corruption.

TESTED:
Verified in dmesg that e2fsck is detecting and fixing errors in the
filesystem.

Change-Id: I1da6352c67fda3466b57875554a42291bd11809c
/system/extras/tests/fstest/recovery_test.cpp