From: Darrick J. Wong Date: Wed, 23 Mar 2016 06:37:32 +0000 (+1100) Subject: xfs/030: fix output on newer filesystems X-Git-Tag: v2022.05.01~2572 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=31f48569c3538bc6a4aa355803b74a5f00e5eb6e;p=xfstests-dev.git xfs/030: fix output on newer filesystems Signed-off-by: Darrick J. Wong Reviewed-by: Dave Chinner Signed-off-by: Dave Chinner --- diff --git a/tests/xfs/030 b/tests/xfs/030 index 4cb1524e..33c906c9 100755 --- a/tests/xfs/030 +++ b/tests/xfs/030 @@ -57,7 +57,10 @@ _check_ag() echo "Corrupting $structure - setting bits to $1" _check_repair $1 "$structure" | sed -e '/^error following ag 0 unlinked list$/d' \ - -e '/^bad agbno AGBNO for finobt/d' + -e '/^bad agbno AGBNO for finobt/d' \ + -e '/^bad agbno AGBNO for rmapbt/d' \ + -e '/^bad agbno AGBNO for refcntbt/d' \ + -e '/^Missing reverse-mapping record.*/d' done } diff --git a/tests/xfs/030.out.linux b/tests/xfs/030.out.linux index cf3259f6..14b9b355 100644 --- a/tests/xfs/030.out.linux +++ b/tests/xfs/030.out.linux @@ -230,6 +230,8 @@ Phase 2 - using log bad agbno AGBNO in agfl, agno 0 bad agbno AGBNO in agfl, agno 0 bad agbno AGBNO in agfl, agno 0 +bad agbno AGBNO in agfl, agno 0 +bad agbno AGBNO in agfl, agno 0 bad agbno AGBNO in agfl, agno 0 - found root inode chunk Phase 3 - for each AG...