From 464df1d5e5ab1322e2dd0a7796939fff1aeefa9a Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 17:49:25 +0200 Subject: Adding upstream version 1.47.0. Signed-off-by: Daniel Baumann --- tests/f_uninit_last_uninit/expect.1 | 9 +++++++++ tests/f_uninit_last_uninit/expect.2 | 7 +++++++ tests/f_uninit_last_uninit/name | 1 + tests/f_uninit_last_uninit/script | 25 +++++++++++++++++++++++++ 4 files changed, 42 insertions(+) create mode 100644 tests/f_uninit_last_uninit/expect.1 create mode 100644 tests/f_uninit_last_uninit/expect.2 create mode 100644 tests/f_uninit_last_uninit/name create mode 100644 tests/f_uninit_last_uninit/script (limited to 'tests/f_uninit_last_uninit') diff --git a/tests/f_uninit_last_uninit/expect.1 b/tests/f_uninit_last_uninit/expect.1 new file mode 100644 index 0000000..a9a9dc1 --- /dev/null +++ b/tests/f_uninit_last_uninit/expect.1 @@ -0,0 +1,9 @@ +Last group block bitmap uninitialized. Fix? yes + +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: 11/32 files (0.0% non-contiguous), 109/10000 blocks +Exit status is 0 diff --git a/tests/f_uninit_last_uninit/expect.2 b/tests/f_uninit_last_uninit/expect.2 new file mode 100644 index 0000000..4593717 --- /dev/null +++ b/tests/f_uninit_last_uninit/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: 11/32 files (0.0% non-contiguous), 109/10000 blocks +Exit status is 0 diff --git a/tests/f_uninit_last_uninit/name b/tests/f_uninit_last_uninit/name new file mode 100644 index 0000000..609e684 --- /dev/null +++ b/tests/f_uninit_last_uninit/name @@ -0,0 +1 @@ +last group has BLOCK_UNINIT set diff --git a/tests/f_uninit_last_uninit/script b/tests/f_uninit_last_uninit/script new file mode 100644 index 0000000..53105a4 --- /dev/null +++ b/tests/f_uninit_last_uninit/script @@ -0,0 +1,25 @@ +if ! test -x $DEBUGFS_EXE; then + echo "$test_name: $test_description: skipped (no debugfs)" + return 0 +fi + +SKIP_GUNZIP="true" + +touch $TMPFILE +$MKE2FS -N 32 -F -o Linux -O uninit_bg -b 1024 $TMPFILE 10000 > /dev/null 2>&1 +$DEBUGFS -w $TMPFILE << EOF > /dev/null 2>&1 +set_current_time 20070410210000 +set_super_value lastcheck 0 +set_super_value hash_seed null +set_super_value mkfs_time 0 +set_bg 1 flags 0x7 +set_bg 1 checksum calc +q +EOF + +E2FSCK_TIME=200704102100 +export E2FSCK_TIME + +. $cmd_dir/run_e2fsck + +unset E2FSCK_TIME -- cgit v1.2.3