]> www.infradead.org Git - users/hch/xfstests-dev.git/commit
replace _supported_fs with _exclude_fs
authorChristoph Hellwig <hch@lst.de>
Tue, 28 Jan 2025 07:13:00 +0000 (08:13 +0100)
committerZorro Lang <zlang@kernel.org>
Sun, 2 Feb 2025 13:28:37 +0000 (21:28 +0800)
commit9d6ea111e5b992ee725206c66bb663a2a05d92f5
tree708f0e33f397b068d680327d735cf2772019a22f
parent1f193e75d3f1d4d1c62214bc9d242e96a845442b
replace _supported_fs with _exclude_fs

Tests don't require a list of supported file systems, as that is deducted
from the test directory name.  Instead we exclude specific file systems
from a few common tests, and specify which of ext2 and ext3 should
actually also be tested after oddly multiplexing them into the ext4
directory full of tests only working for ext4.

Replace _supported_fs with a new _exclude_fs that takes only a single
file systems as the argument, making it easier to explain why the file
system is not supported for the common test.  For ext4 this increases
the existing mess even further, but the maintainers have a plan to
move it to feature checks instead that are hopefully easier to
understand.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Darrick J. Wong <djwong@kernel.org> # common and tests/generic
Acked-by: Darrick J. Wong <djwong@kernel.org> # tests/ext4
Signed-off-by: Zorro Lang <zlang@kernel.org>
81 files changed:
common/rc
tests/ext4/001
tests/ext4/002
tests/ext4/003
tests/ext4/004
tests/ext4/005
tests/ext4/006
tests/ext4/007
tests/ext4/008
tests/ext4/009
tests/ext4/010
tests/ext4/011
tests/ext4/012
tests/ext4/013
tests/ext4/014
tests/ext4/015
tests/ext4/016
tests/ext4/017
tests/ext4/018
tests/ext4/019
tests/ext4/020
tests/ext4/021
tests/ext4/022
tests/ext4/023
tests/ext4/024
tests/ext4/025
tests/ext4/026
tests/ext4/027
tests/ext4/028
tests/ext4/029
tests/ext4/030
tests/ext4/031
tests/ext4/032
tests/ext4/033
tests/ext4/034
tests/ext4/035
tests/ext4/036
tests/ext4/037
tests/ext4/038
tests/ext4/039
tests/ext4/040
tests/ext4/041
tests/ext4/042
tests/ext4/043
tests/ext4/044
tests/ext4/045
tests/ext4/046
tests/ext4/047
tests/ext4/048
tests/ext4/049
tests/ext4/050
tests/ext4/051
tests/ext4/052
tests/ext4/053
tests/ext4/054
tests/ext4/055
tests/ext4/056
tests/ext4/057
tests/ext4/058
tests/ext4/059
tests/ext4/060
tests/ext4/271
tests/ext4/301
tests/ext4/302
tests/ext4/303
tests/ext4/304
tests/ext4/305
tests/ext4/306
tests/ext4/307
tests/generic/187
tests/generic/294
tests/generic/357
tests/generic/362
tests/generic/370
tests/generic/465
tests/generic/500
tests/generic/631
tests/generic/679
tests/generic/699
tests/generic/732
tests/generic/740