xfs/033: add golden output for CRC enabled filesystems
authorDave Chinner <dchinner@redhat.com>
Thu, 13 Mar 2014 03:58:09 +0000 (14:58 +1100)
committerDave Chinner <david@fromorbit.com>
Thu, 13 Mar 2014 03:58:09 +0000 (14:58 +1100)
commit763b46f3be5acc00bc6291f5cde649551a3bd3c6
tree121254e6c4fa1eeb026f9caeb0af8e64c297e38a
parentf1dcf49c11eb81f286fb37765c6bc59c0512d5b5
xfs/033: add golden output for CRC enabled filesystems

CRC enabled filesystems emit different errors on corruption.
Specifically, inode corruption is picked up much earlier due to
verifier failures (e.g. incorrect inode identifier) and so
xfs_repair throws errors sufficiently different that filtering
cannot hide the differences. Hence simply add a new golden output
file and link it appropriately once we know what type of filesystem
we are testing.

Signed-off-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Dave Chinner <david@fromorbit.com>
common/filter
tests/xfs/033
tests/xfs/033.crc.out.linux [new file with mode: 0644]