From: Theodore Ts'o Date: Mon, 24 Mar 2008 12:24:45 +0000 (-0400) Subject: Add new test case to check e2fsck's response to fast symlinks w/ EXTENTS_FL X-Git-Tag: android-x86-6.0-r1~26^2~1460 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=205372e24f90d93e55a25c6176bc55a94d304450;p=android-x86%2Fexternal-e2fsprogs.git Add new test case to check e2fsck's response to fast symlinks w/ EXTENTS_FL Signed-off-by: "Theodore Ts'o" --- diff --git a/tests/f_fast_symlink_extents/expect.1 b/tests/f_fast_symlink_extents/expect.1 new file mode 100644 index 00000000..dc16c978 --- /dev/null +++ b/tests/f_fast_symlink_extents/expect.1 @@ -0,0 +1,11 @@ +Pass 1: Checking inodes, blocks, and sizes +Fast symlink 13 has EXTENT_FL set. Clear? yes + +Pass 2: Checking directory structure +Pass 3: Checking directory connectivity +Pass 4: Checking reference counts +Pass 5: Checking group summary information + +test_filesys: ***** FILE SYSTEM WAS MODIFIED ***** +test_filesys: 13/16 files (0.0% non-contiguous), 21/100 blocks +Exit status is 1 diff --git a/tests/f_fast_symlink_extents/expect.2 b/tests/f_fast_symlink_extents/expect.2 new file mode 100644 index 00000000..416f49c5 --- /dev/null +++ b/tests/f_fast_symlink_extents/expect.2 @@ -0,0 +1,7 @@ +Pass 1: Checking inodes, blocks, and sizes +Pass 2: Checking directory structure +Pass 3: Checking directory connectivity +Pass 4: Checking reference counts +Pass 5: Checking group summary information +test_filesys: 13/16 files (0.0% non-contiguous), 21/100 blocks +Exit status is 0 diff --git a/tests/f_fast_symlink_extents/image.gz b/tests/f_fast_symlink_extents/image.gz new file mode 100644 index 00000000..37eb0af9 Binary files /dev/null and b/tests/f_fast_symlink_extents/image.gz differ diff --git a/tests/f_fast_symlink_extents/name b/tests/f_fast_symlink_extents/name new file mode 100644 index 00000000..333cb52c --- /dev/null +++ b/tests/f_fast_symlink_extents/name @@ -0,0 +1 @@ +fast symlink with extents flag set