* [ANNOUNCE] fstests: for-next branch updated to v2024.07.14
@ 2024-07-14 14:00 Zorro Lang
2024-07-15 15:44 ` Theodore Ts'o
0 siblings, 1 reply; 5+ messages in thread
From: Zorro Lang @ 2024-07-14 14:00 UTC (permalink / raw)
To: fstests
[-- Attachment #1: Type: text/plain, Size: 58910 bytes --]
Hi all,
The for-next branch of the xfstests repository at:
git://git.kernel.org/pub/scm/fs/xfs/xfstests-dev.git
has just been updated and tagged as v2024.07.14 release.
Release Notes:
1. There's a new test case in this release, it's btrfs/331.
2. Most of cases have removed '_supported_fs' line. From now on, if you don't
need a specific white or black fs list for a case, don't need _supported_fs
line.
More updates and fixes refer to below, thanks for all these contributions!
Thanks,
Zorro
The new head of the for-next branch is commit:
b3b323777a54 btrfs/081: wait for reader process to exit before cycle mounting
New commits:
Boris Burkov (1):
[98a6cdd648a3] btrfs: add test for subvolid reuse with squota
Christoph Hellwig (8):
[9a9d9fad4575] remove support for ext4dev
[22ce7c1c23ed] generic/740: clean up handling of mkfs options
[4e3bd7eb61e7] generic/740: pass the --quick option to mkfs.ntfs
[a54d3355505a] generic/740: skip jffs2 as foreign fs earlier
[3ae8a19f97d0] generic/740: enable by default
[f72efc30401d] generic/745: rework support fs checking
[fa77a11cf4cf] generic/746: clean up fs support
[f2c179ef055d] remove spurious _supported_fs calls
Darrick J. Wong (2):
[d58490eaa83c] xfs/444: fix agfl reset warning detection for small log buffers
[64f609f734d9] fiexchange.h: update XFS_IOC_EXCHANGE_RANGE again
Filipe Manana (2):
[ef59ba956bf8] btrfs: fix _require_btrfs_send_version to detect btrfs-progs support
[b3b323777a54] btrfs/081: wait for reader process to exit before cycle mounting
Johannes Thumshirn (1):
[2f2e4254101b] btrfs: update golden output of RST test cases
Long Li (2):
[1d98900782c6] xfs/016: fix test fail when head equal to near_end_min
[f4a071fad0ce] xfs/242: fix test failure due to incorrect filtering in _filter_bmap
Qu Wenruo (1):
[244598226928] fstests: btrfs/029: add fixes for the kernel behavior change
Code Diffstat:
common/btrfs | 20 ++++++++++++---
common/config | 6 ++---
common/defrag | 2 +-
common/punch | 14 +++++++----
common/quota | 4 +--
common/rc | 8 +++---
new | 3 ---
src/fiexchange.h | 2 +-
tests/btrfs/001 | 1 -
tests/btrfs/002 | 1 -
tests/btrfs/003 | 1 -
tests/btrfs/004 | 1 -
tests/btrfs/005 | 1 -
tests/btrfs/006 | 1 -
tests/btrfs/007 | 1 -
tests/btrfs/008 | 1 -
tests/btrfs/009 | 1 -
tests/btrfs/010 | 1 -
tests/btrfs/011 | 1 -
tests/btrfs/012 | 1 -
tests/btrfs/013 | 1 -
tests/btrfs/014 | 1 -
tests/btrfs/015 | 1 -
tests/btrfs/016 | 1 -
tests/btrfs/017 | 1 -
tests/btrfs/018 | 1 -
tests/btrfs/019 | 1 -
tests/btrfs/020 | 1 -
tests/btrfs/021 | 1 -
tests/btrfs/022 | 1 -
tests/btrfs/023 | 1 -
tests/btrfs/024 | 1 -
tests/btrfs/025 | 1 -
tests/btrfs/026 | 1 -
tests/btrfs/027 | 1 -
tests/btrfs/028 | 1 -
tests/btrfs/029 | 5 +++-
tests/btrfs/030 | 1 -
tests/btrfs/031 | 1 -
tests/btrfs/032 | 1 -
tests/btrfs/033 | 1 -
tests/btrfs/034 | 1 -
tests/btrfs/035 | 1 -
tests/btrfs/036 | 1 -
tests/btrfs/037 | 1 -
tests/btrfs/038 | 1 -
tests/btrfs/039 | 1 -
tests/btrfs/040 | 1 -
tests/btrfs/041 | 1 -
tests/btrfs/042 | 1 -
tests/btrfs/043 | 1 -
tests/btrfs/044 | 1 -
tests/btrfs/045 | 1 -
tests/btrfs/046 | 1 -
tests/btrfs/047 | 1 -
tests/btrfs/048 | 1 -
tests/btrfs/049 | 1 -
tests/btrfs/050 | 1 -
tests/btrfs/051 | 1 -
tests/btrfs/052 | 1 -
tests/btrfs/053 | 1 -
tests/btrfs/054 | 1 -
tests/btrfs/055 | 1 -
tests/btrfs/056 | 1 -
tests/btrfs/057 | 1 -
tests/btrfs/058 | 1 -
tests/btrfs/059 | 1 -
tests/btrfs/060 | 1 -
tests/btrfs/061 | 1 -
tests/btrfs/062 | 1 -
tests/btrfs/063 | 1 -
tests/btrfs/064 | 1 -
tests/btrfs/065 | 1 -
tests/btrfs/066 | 1 -
tests/btrfs/067 | 1 -
tests/btrfs/068 | 1 -
tests/btrfs/069 | 1 -
tests/btrfs/070 | 1 -
tests/btrfs/071 | 1 -
tests/btrfs/072 | 1 -
tests/btrfs/073 | 1 -
tests/btrfs/074 | 1 -
tests/btrfs/075 | 1 -
tests/btrfs/076 | 1 -
tests/btrfs/077 | 1 -
tests/btrfs/078 | 1 -
tests/btrfs/079 | 1 -
tests/btrfs/080 | 1 -
tests/btrfs/081 | 2 +-
tests/btrfs/082 | 1 -
tests/btrfs/083 | 1 -
tests/btrfs/084 | 1 -
tests/btrfs/085 | 1 -
tests/btrfs/086 | 1 -
tests/btrfs/087 | 1 -
tests/btrfs/088 | 1 -
tests/btrfs/089 | 1 -
tests/btrfs/090 | 1 -
tests/btrfs/091 | 1 -
tests/btrfs/092 | 1 -
tests/btrfs/093 | 1 -
tests/btrfs/094 | 1 -
tests/btrfs/095 | 1 -
tests/btrfs/096 | 1 -
tests/btrfs/097 | 1 -
tests/btrfs/098 | 1 -
tests/btrfs/099 | 1 -
tests/btrfs/100 | 1 -
tests/btrfs/101 | 1 -
tests/btrfs/102 | 1 -
tests/btrfs/103 | 1 -
tests/btrfs/104 | 1 -
tests/btrfs/105 | 1 -
tests/btrfs/106 | 1 -
tests/btrfs/107 | 1 -
tests/btrfs/108 | 1 -
tests/btrfs/109 | 1 -
tests/btrfs/110 | 1 -
tests/btrfs/111 | 1 -
tests/btrfs/112 | 1 -
tests/btrfs/113 | 1 -
tests/btrfs/114 | 1 -
tests/btrfs/115 | 1 -
tests/btrfs/116 | 1 -
tests/btrfs/117 | 1 -
tests/btrfs/118 | 1 -
tests/btrfs/119 | 1 -
tests/btrfs/120 | 1 -
tests/btrfs/121 | 1 -
tests/btrfs/122 | 1 -
tests/btrfs/123 | 1 -
tests/btrfs/124 | 1 -
tests/btrfs/125 | 1 -
tests/btrfs/126 | 1 -
tests/btrfs/127 | 1 -
tests/btrfs/128 | 1 -
tests/btrfs/129 | 1 -
tests/btrfs/130 | 1 -
tests/btrfs/131 | 1 -
tests/btrfs/132 | 1 -
tests/btrfs/133 | 1 -
tests/btrfs/134 | 1 -
tests/btrfs/135 | 1 -
tests/btrfs/136 | 1 -
tests/btrfs/137 | 1 -
tests/btrfs/138 | 1 -
tests/btrfs/139 | 1 -
tests/btrfs/140 | 1 -
tests/btrfs/141 | 1 -
tests/btrfs/142 | 1 -
tests/btrfs/143 | 1 -
tests/btrfs/144 | 1 -
tests/btrfs/145 | 1 -
tests/btrfs/146 | 1 -
tests/btrfs/147 | 1 -
tests/btrfs/148 | 1 -
tests/btrfs/149 | 1 -
tests/btrfs/150 | 1 -
tests/btrfs/151 | 1 -
tests/btrfs/152 | 1 -
tests/btrfs/153 | 1 -
tests/btrfs/154 | 1 -
tests/btrfs/155 | 1 -
tests/btrfs/156 | 1 -
tests/btrfs/157 | 1 -
tests/btrfs/158 | 1 -
tests/btrfs/159 | 1 -
tests/btrfs/160 | 1 -
tests/btrfs/161 | 1 -
tests/btrfs/162 | 1 -
tests/btrfs/163 | 1 -
tests/btrfs/164 | 1 -
tests/btrfs/165 | 1 -
tests/btrfs/166 | 1 -
tests/btrfs/167 | 1 -
tests/btrfs/168 | 1 -
tests/btrfs/169 | 1 -
tests/btrfs/170 | 1 -
tests/btrfs/171 | 1 -
tests/btrfs/172 | 1 -
tests/btrfs/173 | 1 -
tests/btrfs/174 | 1 -
tests/btrfs/175 | 1 -
tests/btrfs/176 | 1 -
tests/btrfs/177 | 1 -
tests/btrfs/178 | 1 -
tests/btrfs/179 | 1 -
tests/btrfs/180 | 1 -
tests/btrfs/181 | 1 -
tests/btrfs/182 | 1 -
tests/btrfs/183 | 1 -
tests/btrfs/184 | 1 -
tests/btrfs/185 | 1 -
tests/btrfs/186 | 1 -
tests/btrfs/187 | 1 -
tests/btrfs/188 | 1 -
tests/btrfs/189 | 1 -
tests/btrfs/190 | 1 -
tests/btrfs/191 | 1 -
tests/btrfs/192 | 1 -
tests/btrfs/193 | 1 -
tests/btrfs/194 | 1 -
tests/btrfs/195 | 1 -
tests/btrfs/196 | 1 -
tests/btrfs/197 | 1 -
tests/btrfs/198 | 1 -
tests/btrfs/199 | 1 -
tests/btrfs/200 | 1 -
tests/btrfs/201 | 1 -
tests/btrfs/202 | 1 -
tests/btrfs/203 | 1 -
tests/btrfs/204 | 1 -
tests/btrfs/205 | 1 -
tests/btrfs/206 | 1 -
tests/btrfs/207 | 1 -
tests/btrfs/208 | 1 -
tests/btrfs/209 | 1 -
tests/btrfs/210 | 1 -
tests/btrfs/211 | 1 -
tests/btrfs/212 | 1 -
tests/btrfs/213 | 1 -
tests/btrfs/214 | 1 -
tests/btrfs/215 | 1 -
tests/btrfs/216 | 1 -
tests/btrfs/217 | 1 -
tests/btrfs/218 | 1 -
tests/btrfs/219 | 1 -
tests/btrfs/220 | 1 -
tests/btrfs/221 | 1 -
tests/btrfs/222 | 1 -
tests/btrfs/223 | 1 -
tests/btrfs/224 | 1 -
tests/btrfs/225 | 1 -
tests/btrfs/226 | 1 -
tests/btrfs/227 | 1 -
tests/btrfs/228 | 1 -
tests/btrfs/229 | 1 -
tests/btrfs/230 | 1 -
tests/btrfs/231 | 1 -
tests/btrfs/232 | 1 -
tests/btrfs/233 | 1 -
tests/btrfs/234 | 1 -
tests/btrfs/235 | 1 -
tests/btrfs/236 | 1 -
tests/btrfs/237 | 1 -
tests/btrfs/238 | 1 -
tests/btrfs/239 | 1 -
tests/btrfs/240 | 1 -
tests/btrfs/241 | 1 -
tests/btrfs/242 | 1 -
tests/btrfs/243 | 1 -
tests/btrfs/244 | 1 -
tests/btrfs/245 | 1 -
tests/btrfs/246 | 1 -
tests/btrfs/247 | 1 -
tests/btrfs/248 | 1 -
tests/btrfs/249 | 1 -
tests/btrfs/250 | 1 -
tests/btrfs/251 | 1 -
tests/btrfs/252 | 1 -
tests/btrfs/253 | 1 -
tests/btrfs/254 | 1 -
tests/btrfs/255 | 1 -
tests/btrfs/256 | 1 -
tests/btrfs/257 | 1 -
tests/btrfs/258 | 1 -
tests/btrfs/259 | 1 -
tests/btrfs/260 | 1 -
tests/btrfs/261 | 1 -
tests/btrfs/262 | 1 -
tests/btrfs/263 | 1 -
tests/btrfs/264 | 1 -
tests/btrfs/265 | 1 -
tests/btrfs/266 | 1 -
tests/btrfs/267 | 1 -
tests/btrfs/268 | 1 -
tests/btrfs/269 | 1 -
tests/btrfs/270 | 1 -
tests/btrfs/271 | 1 -
tests/btrfs/272 | 1 -
tests/btrfs/273 | 1 -
tests/btrfs/274 | 1 -
tests/btrfs/275 | 1 -
tests/btrfs/276 | 1 -
tests/btrfs/277 | 1 -
tests/btrfs/278 | 1 -
tests/btrfs/279 | 1 -
tests/btrfs/280 | 1 -
tests/btrfs/281 | 1 -
tests/btrfs/282 | 1 -
tests/btrfs/283 | 1 -
tests/btrfs/284 | 1 -
tests/btrfs/285 | 1 -
tests/btrfs/286 | 1 -
tests/btrfs/287 | 1 -
tests/btrfs/288 | 1 -
tests/btrfs/289 | 1 -
tests/btrfs/290 | 1 -
tests/btrfs/291 | 1 -
tests/btrfs/292 | 1 -
tests/btrfs/293 | 1 -
tests/btrfs/294 | 1 -
tests/btrfs/295 | 1 -
tests/btrfs/296 | 1 -
tests/btrfs/297 | 1 -
tests/btrfs/298 | 1 -
tests/btrfs/299 | 1 -
tests/btrfs/300 | 1 -
tests/btrfs/301 | 1 -
tests/btrfs/302 | 1 -
tests/btrfs/303 | 1 -
tests/btrfs/304 | 1 -
tests/btrfs/304.out | 9 +++----
tests/btrfs/305 | 1 -
tests/btrfs/305.out | 24 ++++++------------
tests/btrfs/306 | 1 -
tests/btrfs/306.out | 18 +++++---------
tests/btrfs/307 | 1 -
tests/btrfs/307.out | 15 ++++-------
tests/btrfs/308 | 1 -
tests/btrfs/308.out | 39 ++++++++++-------------------
tests/btrfs/309 | 1 -
tests/btrfs/310 | 1 -
tests/btrfs/311 | 1 -
tests/btrfs/313 | 1 -
tests/btrfs/314 | 1 -
tests/btrfs/315 | 1 -
tests/btrfs/316 | 1 -
tests/btrfs/317 | 1 -
tests/btrfs/318 | 2 --
tests/btrfs/320 | 1 -
tests/btrfs/330 | 2 --
tests/btrfs/331 | 43 ++++++++++++++++++++++++++++++++
tests/btrfs/331.out | 2 ++
tests/ceph/001 | 2 --
tests/ceph/002 | 2 --
tests/ceph/003 | 2 --
tests/ceph/004 | 2 --
tests/ceph/005 | 1 -
tests/cifs/001 | 2 --
tests/ext4/001 | 1 -
tests/ext4/002 | 1 -
tests/ext4/003 | 1 -
tests/ext4/004 | 1 -
tests/ext4/005 | 1 -
tests/ext4/006 | 1 -
tests/ext4/007 | 1 -
tests/ext4/008 | 1 -
tests/ext4/009 | 1 -
tests/ext4/010 | 1 -
tests/ext4/011 | 1 -
tests/ext4/012 | 1 -
tests/ext4/013 | 1 -
tests/ext4/014 | 1 -
tests/ext4/015 | 1 -
tests/ext4/016 | 1 -
tests/ext4/017 | 1 -
tests/ext4/018 | 1 -
tests/ext4/019 | 1 -
tests/ext4/020 | 1 -
tests/ext4/021 | 1 -
tests/ext4/022 | 1 -
tests/ext4/023 | 1 -
tests/ext4/024 | 1 -
tests/ext4/025 | 1 -
tests/ext4/026 | 1 -
tests/ext4/027 | 1 -
tests/ext4/028 | 1 -
tests/ext4/029 | 1 -
tests/ext4/030 | 1 -
tests/ext4/031 | 1 -
tests/ext4/032 | 1 -
tests/ext4/033 | 1 -
tests/ext4/034 | 1 -
tests/ext4/035 | 1 -
tests/ext4/036 | 1 -
tests/ext4/037 | 1 -
tests/ext4/038 | 1 -
tests/ext4/039 | 1 -
tests/ext4/040 | 1 -
tests/ext4/041 | 1 -
tests/ext4/042 | 1 -
tests/ext4/043 | 1 -
tests/ext4/044 | 1 -
tests/ext4/045 | 1 -
tests/ext4/047 | 1 -
tests/ext4/048 | 1 -
tests/ext4/049 | 1 -
tests/ext4/050 | 1 -
tests/ext4/051 | 1 -
tests/ext4/052 | 1 -
tests/ext4/054 | 1 -
tests/ext4/055 | 1 -
tests/ext4/056 | 1 -
tests/ext4/057 | 1 -
tests/ext4/058 | 1 -
tests/ext4/059 | 1 -
tests/ext4/271 | 1 -
tests/ext4/301 | 1 -
tests/ext4/302 | 1 -
tests/ext4/303 | 1 -
tests/ext4/304 | 1 -
tests/ext4/305 | 1 -
tests/ext4/306 | 1 -
tests/ext4/307 | 2 --
tests/ext4/308 | 1 -
tests/f2fs/001 | 1 -
tests/f2fs/002 | 2 --
tests/generic/001 | 2 --
tests/generic/002 | 2 --
tests/generic/003 | 2 --
tests/generic/004 | 2 --
tests/generic/005 | 2 --
tests/generic/006 | 2 --
tests/generic/007 | 2 --
tests/generic/008 | 1 -
tests/generic/009 | 1 -
tests/generic/010 | 2 --
tests/generic/011 | 2 --
tests/generic/012 | 2 --
tests/generic/013 | 2 --
tests/generic/014 | 1 -
tests/generic/015 | 2 --
tests/generic/016 | 2 --
tests/generic/017 | 2 --
tests/generic/018 | 2 --
tests/generic/019 | 2 --
tests/generic/020 | 2 --
tests/generic/021 | 2 --
tests/generic/022 | 2 --
tests/generic/023 | 2 --
tests/generic/024 | 2 --
tests/generic/025 | 2 --
tests/generic/026 | 2 --
tests/generic/027 | 2 --
tests/generic/028 | 2 --
tests/generic/029 | 2 --
tests/generic/030 | 2 --
tests/generic/031 | 2 --
tests/generic/032 | 2 --
tests/generic/033 | 2 --
tests/generic/034 | 2 --
tests/generic/035 | 2 --
tests/generic/036 | 2 --
tests/generic/037 | 2 --
tests/generic/038 | 2 --
tests/generic/039 | 2 --
tests/generic/040 | 2 --
tests/generic/041 | 2 --
tests/generic/042 | 2 --
tests/generic/043 | 2 --
tests/generic/044 | 2 --
tests/generic/045 | 2 --
tests/generic/046 | 2 --
tests/generic/047 | 2 --
tests/generic/048 | 2 --
tests/generic/049 | 2 --
tests/generic/050 | 2 --
tests/generic/051 | 2 --
tests/generic/052 | 2 --
tests/generic/053 | 2 --
tests/generic/054 | 2 --
tests/generic/055 | 2 --
tests/generic/056 | 2 --
tests/generic/057 | 2 --
tests/generic/058 | 2 --
tests/generic/059 | 2 --
tests/generic/060 | 2 --
tests/generic/061 | 2 --
tests/generic/062 | 3 ---
tests/generic/063 | 2 --
tests/generic/064 | 2 --
tests/generic/065 | 2 --
tests/generic/066 | 2 --
tests/generic/067 | 2 --
tests/generic/068 | 2 --
tests/generic/069 | 2 --
tests/generic/070 | 2 --
tests/generic/071 | 2 --
tests/generic/072 | 2 --
tests/generic/073 | 2 --
tests/generic/074 | 1 -
tests/generic/075 | 2 --
tests/generic/076 | 2 --
tests/generic/077 | 2 --
tests/generic/078 | 2 --
tests/generic/079 | 2 --
tests/generic/080 | 2 --
tests/generic/081 | 2 --
tests/generic/082 | 2 --
tests/generic/083 | 2 --
tests/generic/084 | 2 --
tests/generic/085 | 2 --
tests/generic/086 | 2 --
tests/generic/087 | 2 --
tests/generic/088 | 2 --
tests/generic/089 | 2 --
tests/generic/090 | 2 --
tests/generic/091 | 2 --
tests/generic/092 | 2 --
tests/generic/093 | 2 --
tests/generic/094 | 2 --
tests/generic/095 | 2 --
tests/generic/096 | 2 --
tests/generic/097 | 2 --
tests/generic/098 | 2 --
tests/generic/099 | 2 --
tests/generic/100 | 2 --
tests/generic/101 | 2 --
tests/generic/102 | 2 --
tests/generic/103 | 2 --
tests/generic/104 | 2 --
tests/generic/105 | 2 --
tests/generic/106 | 2 --
tests/generic/107 | 2 --
tests/generic/108 | 2 --
tests/generic/109 | 2 --
tests/generic/110 | 1 -
tests/generic/111 | 1 -
tests/generic/112 | 2 --
tests/generic/113 | 2 --
tests/generic/114 | 1 -
tests/generic/115 | 1 -
tests/generic/116 | 1 -
tests/generic/117 | 2 --
tests/generic/118 | 1 -
tests/generic/119 | 1 -
tests/generic/120 | 2 --
tests/generic/121 | 1 -
tests/generic/122 | 1 -
tests/generic/123 | 2 --
tests/generic/124 | 2 --
tests/generic/125 | 2 --
tests/generic/126 | 2 --
tests/generic/127 | 2 --
tests/generic/128 | 2 --
tests/generic/129 | 2 --
tests/generic/130 | 2 --
tests/generic/131 | 2 --
tests/generic/132 | 2 --
tests/generic/133 | 2 --
tests/generic/134 | 1 -
tests/generic/135 | 2 --
tests/generic/136 | 1 -
tests/generic/137 | 1 -
tests/generic/138 | 1 -
tests/generic/139 | 1 -
tests/generic/140 | 1 -
tests/generic/141 | 2 --
tests/generic/142 | 1 -
tests/generic/143 | 1 -
tests/generic/144 | 1 -
tests/generic/145 | 1 -
tests/generic/146 | 1 -
tests/generic/147 | 1 -
tests/generic/148 | 1 -
tests/generic/149 | 1 -
tests/generic/150 | 1 -
tests/generic/151 | 1 -
tests/generic/152 | 1 -
tests/generic/153 | 1 -
tests/generic/154 | 1 -
tests/generic/155 | 1 -
tests/generic/156 | 1 -
tests/generic/157 | 1 -
tests/generic/158 | 1 -
tests/generic/159 | 1 -
tests/generic/160 | 1 -
tests/generic/161 | 1 -
tests/generic/162 | 1 -
tests/generic/163 | 1 -
tests/generic/164 | 1 -
tests/generic/165 | 1 -
tests/generic/166 | 1 -
tests/generic/167 | 1 -
tests/generic/168 | 1 -
tests/generic/169 | 2 --
tests/generic/170 | 1 -
tests/generic/171 | 1 -
tests/generic/172 | 1 -
tests/generic/173 | 1 -
tests/generic/174 | 1 -
tests/generic/175 | 1 -
tests/generic/176 | 1 -
tests/generic/177 | 2 --
tests/generic/178 | 1 -
tests/generic/179 | 1 -
tests/generic/180 | 1 -
tests/generic/181 | 1 -
tests/generic/182 | 1 -
tests/generic/183 | 1 -
tests/generic/184 | 2 --
tests/generic/185 | 1 -
tests/generic/186 | 1 -
tests/generic/187 | 1 -
tests/generic/188 | 1 -
tests/generic/189 | 1 -
tests/generic/190 | 1 -
tests/generic/191 | 1 -
tests/generic/192 | 2 --
tests/generic/193 | 2 --
tests/generic/194 | 1 -
tests/generic/195 | 1 -
tests/generic/196 | 1 -
tests/generic/197 | 1 -
tests/generic/198 | 2 --
tests/generic/199 | 1 -
tests/generic/200 | 1 -
tests/generic/201 | 1 -
tests/generic/202 | 1 -
tests/generic/203 | 1 -
tests/generic/204 | 2 --
tests/generic/205 | 1 -
tests/generic/206 | 1 -
tests/generic/207 | 2 --
tests/generic/208 | 2 --
tests/generic/209 | 2 --
tests/generic/210 | 2 --
tests/generic/211 | 2 --
tests/generic/212 | 2 --
tests/generic/213 | 2 --
tests/generic/214 | 2 --
tests/generic/215 | 2 --
tests/generic/216 | 1 -
tests/generic/217 | 1 -
tests/generic/218 | 1 -
tests/generic/219 | 3 ---
tests/generic/220 | 1 -
tests/generic/221 | 2 --
tests/generic/222 | 1 -
tests/generic/223 | 2 --
tests/generic/224 | 2 --
tests/generic/225 | 2 --
tests/generic/226 | 2 --
tests/generic/227 | 1 -
tests/generic/228 | 2 --
tests/generic/229 | 1 -
tests/generic/230 | 3 ---
tests/generic/231 | 2 --
tests/generic/232 | 2 --
tests/generic/233 | 2 --
tests/generic/234 | 3 ---
tests/generic/235 | 3 ---
tests/generic/236 | 2 --
tests/generic/237 | 2 --
tests/generic/238 | 1 -
tests/generic/239 | 1 -
tests/generic/240 | 2 --
tests/generic/241 | 2 --
tests/generic/242 | 1 -
tests/generic/243 | 1 -
tests/generic/244 | 2 --
tests/generic/245 | 2 --
tests/generic/246 | 2 --
tests/generic/247 | 2 --
tests/generic/248 | 2 --
tests/generic/249 | 2 --
tests/generic/250 | 1 -
tests/generic/251 | 2 --
tests/generic/252 | 1 -
tests/generic/253 | 1 -
tests/generic/254 | 1 -
tests/generic/255 | 3 ---
tests/generic/256 | 2 --
tests/generic/257 | 2 --
tests/generic/258 | 2 --
tests/generic/259 | 1 -
tests/generic/260 | 2 --
tests/generic/261 | 1 -
tests/generic/262 | 1 -
tests/generic/263 | 2 --
tests/generic/264 | 1 -
tests/generic/265 | 1 -
tests/generic/266 | 1 -
tests/generic/267 | 1 -
tests/generic/268 | 1 -
tests/generic/269 | 2 --
tests/generic/270 | 2 --
tests/generic/271 | 1 -
tests/generic/272 | 1 -
tests/generic/273 | 2 --
tests/generic/274 | 2 --
tests/generic/275 | 2 --
tests/generic/276 | 1 -
tests/generic/277 | 2 --
tests/generic/278 | 1 -
tests/generic/279 | 1 -
tests/generic/280 | 2 --
tests/generic/281 | 1 -
tests/generic/282 | 1 -
tests/generic/283 | 1 -
tests/generic/284 | 1 -
tests/generic/285 | 1 -
tests/generic/286 | 2 --
tests/generic/287 | 1 -
tests/generic/288 | 2 --
tests/generic/289 | 1 -
tests/generic/290 | 1 -
tests/generic/291 | 1 -
tests/generic/292 | 1 -
tests/generic/293 | 1 -
tests/generic/294 | 1 -
tests/generic/295 | 1 -
tests/generic/296 | 1 -
tests/generic/297 | 1 -
tests/generic/298 | 1 -
tests/generic/299 | 2 --
tests/generic/300 | 2 --
tests/generic/301 | 1 -
tests/generic/302 | 1 -
tests/generic/303 | 1 -
tests/generic/304 | 1 -
tests/generic/305 | 1 -
tests/generic/306 | 2 --
tests/generic/307 | 2 --
tests/generic/308 | 2 --
tests/generic/309 | 2 --
tests/generic/310 | 2 --
tests/generic/311 | 2 --
tests/generic/312 | 2 --
tests/generic/313 | 2 --
tests/generic/314 | 2 --
tests/generic/315 | 2 --
tests/generic/316 | 2 --
tests/generic/317 | 2 --
tests/generic/318 | 2 --
tests/generic/319 | 2 --
tests/generic/320 | 2 --
tests/generic/321 | 2 --
tests/generic/322 | 2 --
tests/generic/323 | 2 --
tests/generic/324 | 1 -
tests/generic/325 | 2 --
tests/generic/326 | 1 -
tests/generic/327 | 1 -
tests/generic/328 | 1 -
tests/generic/329 | 1 -
tests/generic/330 | 1 -
tests/generic/331 | 1 -
tests/generic/332 | 1 -
tests/generic/333 | 1 -
tests/generic/334 | 1 -
tests/generic/335 | 2 --
tests/generic/336 | 2 --
tests/generic/337 | 2 --
tests/generic/338 | 2 --
tests/generic/339 | 2 --
tests/generic/340 | 2 --
tests/generic/341 | 2 --
tests/generic/342 | 2 --
tests/generic/343 | 2 --
tests/generic/344 | 2 --
tests/generic/345 | 2 --
tests/generic/346 | 2 --
tests/generic/347 | 1 -
tests/generic/348 | 2 --
tests/generic/349 | 1 -
tests/generic/350 | 1 -
tests/generic/351 | 1 -
tests/generic/352 | 2 --
tests/generic/353 | 2 --
tests/generic/354 | 2 --
tests/generic/355 | 2 --
tests/generic/356 | 1 -
tests/generic/357 | 1 -
tests/generic/358 | 1 -
tests/generic/359 | 1 -
tests/generic/360 | 2 --
tests/generic/361 | 2 --
tests/generic/371 | 1 -
tests/generic/372 | 2 --
tests/generic/373 | 2 --
tests/generic/374 | 2 --
tests/generic/375 | 2 --
tests/generic/376 | 2 --
tests/generic/377 | 2 --
tests/generic/378 | 2 --
tests/generic/379 | 2 --
tests/generic/380 | 2 --
tests/generic/381 | 2 --
tests/generic/382 | 2 --
tests/generic/383 | 2 --
tests/generic/384 | 2 --
tests/generic/385 | 2 --
tests/generic/386 | 2 --
tests/generic/387 | 1 -
tests/generic/388 | 1 -
tests/generic/389 | 2 --
tests/generic/390 | 2 --
tests/generic/391 | 2 --
tests/generic/392 | 2 --
tests/generic/393 | 1 -
tests/generic/394 | 2 --
tests/generic/395 | 2 --
tests/generic/396 | 2 --
tests/generic/397 | 2 --
tests/generic/398 | 2 --
tests/generic/399 | 2 --
tests/generic/400 | 2 --
tests/generic/401 | 2 --
tests/generic/402 | 1 -
tests/generic/403 | 2 --
tests/generic/404 | 2 --
tests/generic/405 | 2 --
tests/generic/406 | 2 --
tests/generic/407 | 2 --
tests/generic/408 | 2 --
tests/generic/409 | 2 --
tests/generic/410 | 2 --
tests/generic/411 | 2 --
tests/generic/412 | 2 --
tests/generic/413 | 1 -
tests/generic/414 | 2 --
tests/generic/415 | 2 --
tests/generic/416 | 2 --
tests/generic/417 | 2 --
tests/generic/418 | 2 --
tests/generic/419 | 2 --
tests/generic/420 | 2 --
tests/generic/421 | 2 --
tests/generic/422 | 2 --
tests/generic/423 | 2 --
tests/generic/424 | 2 --
tests/generic/425 | 2 --
tests/generic/426 | 2 --
tests/generic/427 | 2 --
tests/generic/428 | 2 --
tests/generic/429 | 2 --
tests/generic/430 | 2 --
tests/generic/431 | 2 --
tests/generic/432 | 2 --
tests/generic/433 | 2 --
tests/generic/434 | 2 --
tests/generic/435 | 2 --
tests/generic/436 | 1 -
tests/generic/437 | 2 --
tests/generic/438 | 2 --
tests/generic/439 | 2 --
tests/generic/440 | 2 --
tests/generic/441 | 1 -
tests/generic/442 | 1 -
tests/generic/443 | 2 --
tests/generic/444 | 2 --
tests/generic/445 | 1 -
tests/generic/446 | 1 -
tests/generic/447 | 1 -
tests/generic/448 | 1 -
tests/generic/449 | 2 --
tests/generic/450 | 2 --
tests/generic/451 | 2 --
tests/generic/452 | 2 --
tests/generic/455 | 2 --
tests/generic/456 | 2 --
tests/generic/457 | 2 --
tests/generic/458 | 2 --
tests/generic/459 | 2 --
tests/generic/460 | 2 --
tests/generic/461 | 2 --
tests/generic/462 | 2 --
tests/generic/463 | 1 -
tests/generic/464 | 2 --
tests/generic/465 | 1 -
tests/generic/466 | 2 --
tests/generic/467 | 2 --
tests/generic/468 | 2 --
tests/generic/469 | 2 --
tests/generic/470 | 2 --
tests/generic/471 | 1 -
tests/generic/472 | 2 --
tests/generic/473 | 1 -
tests/generic/474 | 2 --
tests/generic/475 | 1 -
tests/generic/476 | 1 -
tests/generic/477 | 2 --
tests/generic/478 | 2 --
tests/generic/479 | 2 --
tests/generic/480 | 2 --
tests/generic/481 | 2 --
tests/generic/482 | 2 --
tests/generic/483 | 2 --
tests/generic/484 | 1 -
tests/generic/485 | 2 --
tests/generic/486 | 2 --
tests/generic/487 | 1 -
tests/generic/488 | 1 -
tests/generic/489 | 2 --
tests/generic/490 | 1 -
tests/generic/491 | 2 --
tests/generic/492 | 2 --
tests/generic/493 | 1 -
tests/generic/494 | 1 -
tests/generic/495 | 1 -
tests/generic/496 | 2 --
tests/generic/497 | 2 --
tests/generic/498 | 2 --
tests/generic/499 | 2 --
tests/generic/500 | 1 -
tests/generic/501 | 2 --
tests/generic/502 | 2 --
tests/generic/503 | 2 --
tests/generic/504 | 2 --
tests/generic/505 | 2 --
tests/generic/506 | 2 --
tests/generic/507 | 2 --
tests/generic/508 | 2 --
tests/generic/509 | 2 --
tests/generic/510 | 2 --
tests/generic/511 | 2 --
tests/generic/512 | 2 --
tests/generic/513 | 2 --
tests/generic/514 | 2 --
tests/generic/515 | 2 --
tests/generic/516 | 1 -
tests/generic/517 | 2 --
tests/generic/518 | 2 --
tests/generic/519 | 2 --
tests/generic/520 | 2 --
tests/generic/521 | 2 --
tests/generic/522 | 2 --
tests/generic/523 | 2 --
tests/generic/524 | 2 --
tests/generic/525 | 2 --
tests/generic/526 | 2 --
tests/generic/527 | 2 --
tests/generic/528 | 2 --
tests/generic/529 | 2 --
tests/generic/530 | 2 --
tests/generic/531 | 2 --
tests/generic/532 | 2 --
tests/generic/533 | 2 --
tests/generic/534 | 2 --
tests/generic/535 | 2 --
tests/generic/536 | 2 --
tests/generic/537 | 2 --
tests/generic/538 | 2 --
tests/generic/539 | 1 -
tests/generic/540 | 2 --
tests/generic/541 | 2 --
tests/generic/542 | 2 --
tests/generic/543 | 2 --
tests/generic/544 | 2 --
tests/generic/545 | 2 --
tests/generic/546 | 2 --
tests/generic/547 | 2 --
tests/generic/548 | 2 --
tests/generic/549 | 2 --
tests/generic/550 | 2 --
tests/generic/551 | 2 --
tests/generic/552 | 2 --
tests/generic/553 | 2 --
tests/generic/554 | 2 --
tests/generic/555 | 2 --
tests/generic/556 | 1 -
tests/generic/557 | 2 --
tests/generic/558 | 2 --
tests/generic/559 | 2 --
tests/generic/560 | 2 --
tests/generic/561 | 2 --
tests/generic/562 | 2 --
tests/generic/563 | 2 --
tests/generic/564 | 2 --
tests/generic/565 | 2 --
tests/generic/566 | 2 --
tests/generic/567 | 2 --
tests/generic/568 | 2 --
tests/generic/569 | 2 --
tests/generic/570 | 2 --
tests/generic/571 | 2 --
tests/generic/572 | 2 --
tests/generic/573 | 2 --
tests/generic/574 | 2 --
tests/generic/575 | 2 --
tests/generic/576 | 2 --
tests/generic/577 | 2 --
tests/generic/578 | 2 --
tests/generic/579 | 2 --
tests/generic/580 | 2 --
tests/generic/581 | 2 --
tests/generic/582 | 2 --
tests/generic/583 | 2 --
tests/generic/584 | 2 --
tests/generic/585 | 2 --
tests/generic/586 | 2 --
tests/generic/587 | 2 --
tests/generic/588 | 2 --
tests/generic/589 | 2 --
tests/generic/590 | 1 -
tests/generic/591 | 2 --
tests/generic/592 | 2 --
tests/generic/593 | 2 --
tests/generic/594 | 2 --
tests/generic/595 | 2 --
tests/generic/596 | 2 --
tests/generic/597 | 2 --
tests/generic/598 | 2 --
tests/generic/599 | 2 --
tests/generic/600 | 2 --
tests/generic/601 | 2 --
tests/generic/602 | 2 --
tests/generic/603 | 2 --
tests/generic/604 | 2 --
tests/generic/605 | 1 -
tests/generic/606 | 1 -
tests/generic/607 | 1 -
tests/generic/608 | 1 -
tests/generic/609 | 1 -
tests/generic/610 | 2 --
tests/generic/611 | 2 --
tests/generic/612 | 2 --
tests/generic/613 | 2 --
tests/generic/614 | 2 --
tests/generic/615 | 2 --
tests/generic/616 | 2 --
tests/generic/617 | 2 --
tests/generic/618 | 2 --
tests/generic/619 | 2 --
tests/generic/620 | 1 -
tests/generic/621 | 1 -
tests/generic/622 | 1 -
tests/generic/623 | 1 -
tests/generic/624 | 1 -
tests/generic/625 | 1 -
tests/generic/626 | 2 --
tests/generic/627 | 2 --
tests/generic/628 | 2 --
tests/generic/629 | 2 --
tests/generic/630 | 2 --
tests/generic/631 | 1 -
tests/generic/632 | 1 -
tests/generic/633 | 2 --
tests/generic/634 | 2 --
tests/generic/635 | 2 --
tests/generic/636 | 1 -
tests/generic/637 | 2 --
tests/generic/638 | 2 --
tests/generic/639 | 2 --
tests/generic/640 | 2 --
tests/generic/641 | 2 --
tests/generic/642 | 1 -
tests/generic/643 | 2 --
tests/generic/644 | 2 --
tests/generic/645 | 2 --
tests/generic/646 | 2 --
tests/generic/647 | 2 --
tests/generic/648 | 1 -
tests/generic/649 | 2 --
tests/generic/650 | 1 -
tests/generic/651 | 1 -
tests/generic/652 | 1 -
tests/generic/653 | 1 -
tests/generic/654 | 1 -
tests/generic/655 | 1 -
tests/generic/656 | 2 --
tests/generic/657 | 1 -
tests/generic/658 | 1 -
tests/generic/659 | 1 -
tests/generic/660 | 1 -
tests/generic/661 | 1 -
tests/generic/662 | 1 -
tests/generic/663 | 1 -
tests/generic/664 | 1 -
tests/generic/665 | 1 -
tests/generic/666 | 1 -
tests/generic/667 | 1 -
tests/generic/668 | 1 -
tests/generic/669 | 1 -
tests/generic/670 | 1 -
tests/generic/671 | 1 -
tests/generic/672 | 1 -
tests/generic/673 | 2 --
tests/generic/674 | 2 --
tests/generic/675 | 2 --
tests/generic/676 | 2 --
tests/generic/677 | 2 --
tests/generic/678 | 2 --
tests/generic/679 | 1 -
tests/generic/680 | 2 --
tests/generic/681 | 2 --
tests/generic/682 | 2 --
tests/generic/683 | 2 --
tests/generic/684 | 2 --
tests/generic/685 | 2 --
tests/generic/686 | 2 --
tests/generic/687 | 2 --
tests/generic/688 | 2 --
tests/generic/689 | 2 --
tests/generic/690 | 2 --
tests/generic/691 | 2 --
tests/generic/692 | 2 --
tests/generic/693 | 2 --
tests/generic/694 | 1 -
tests/generic/695 | 1 -
tests/generic/696 | 2 --
tests/generic/697 | 2 --
tests/generic/698 | 2 --
tests/generic/699 | 1 -
tests/generic/700 | 2 --
tests/generic/701 | 1 -
tests/generic/702 | 1 -
tests/generic/703 | 1 -
tests/generic/704 | 2 --
tests/generic/705 | 2 --
tests/generic/706 | 1 -
tests/generic/707 | 1 -
tests/generic/708 | 2 --
tests/generic/709 | 1 -
tests/generic/710 | 1 -
tests/generic/711 | 1 -
tests/generic/712 | 1 -
tests/generic/713 | 1 -
tests/generic/714 | 1 -
tests/generic/715 | 1 -
tests/generic/716 | 1 -
tests/generic/717 | 1 -
tests/generic/718 | 1 -
tests/generic/719 | 1 -
tests/generic/720 | 1 -
tests/generic/721 | 1 -
tests/generic/722 | 1 -
tests/generic/723 | 1 -
tests/generic/724 | 1 -
tests/generic/725 | 1 -
tests/generic/726 | 2 --
tests/generic/727 | 2 --
tests/generic/728 | 2 --
tests/generic/729 | 2 --
tests/generic/730 | 1 -
tests/generic/731 | 1 -
tests/generic/732 | 1 -
tests/generic/733 | 2 --
tests/generic/734 | 3 ---
tests/generic/735 | 1 -
tests/generic/736 | 1 -
tests/generic/737 | 2 --
tests/generic/738 | 1 -
tests/generic/739 | 1 -
tests/generic/740 | 72 +++++++++++++++++++++++++++++++----------------------
tests/generic/741 | 2 --
tests/generic/742 | 2 --
tests/generic/743 | 2 --
tests/generic/744 | 1 -
tests/generic/745 | 15 +++++++----
tests/generic/746 | 28 +++++++++++++--------
tests/generic/747 | 2 --
tests/generic/748 | 1 -
tests/generic/749 | 2 --
tests/generic/750 | 2 --
tests/generic/751 | 2 --
tests/generic/752 | 1 -
tests/generic/753 | 1 -
tests/generic/754 | 1 -
tests/nfs/001 | 2 --
tests/ocfs2/001 | 2 --
tests/overlay/001 | 2 --
tests/overlay/002 | 2 --
tests/overlay/003 | 2 --
tests/overlay/004 | 1 -
tests/overlay/005 | 2 --
tests/overlay/006 | 2 --
tests/overlay/007 | 2 --
tests/overlay/008 | 2 --
tests/overlay/009 | 2 --
tests/overlay/010 | 2 --
tests/overlay/011 | 2 --
tests/overlay/012 | 2 --
tests/overlay/013 | 2 --
tests/overlay/014 | 2 --
tests/overlay/015 | 2 --
tests/overlay/016 | 2 --
tests/overlay/017 | 2 --
tests/overlay/018 | 2 --
tests/overlay/019 | 2 --
tests/overlay/020 | 2 --
tests/overlay/021 | 2 --
tests/overlay/022 | 2 --
tests/overlay/023 | 2 --
tests/overlay/024 | 2 --
tests/overlay/025 | 2 --
tests/overlay/026 | 2 --
tests/overlay/027 | 2 --
tests/overlay/028 | 2 --
tests/overlay/029 | 2 --
tests/overlay/030 | 1 -
tests/overlay/031 | 2 --
tests/overlay/032 | 2 --
tests/overlay/033 | 2 --
tests/overlay/034 | 2 --
tests/overlay/035 | 2 --
tests/overlay/036 | 2 --
tests/overlay/037 | 2 --
tests/overlay/038 | 2 --
tests/overlay/039 | 2 --
tests/overlay/040 | 2 --
tests/overlay/041 | 2 --
tests/overlay/042 | 2 --
tests/overlay/043 | 2 --
tests/overlay/044 | 2 --
tests/overlay/045 | 2 --
tests/overlay/046 | 2 --
tests/overlay/047 | 2 --
tests/overlay/048 | 2 --
tests/overlay/049 | 2 --
tests/overlay/050 | 2 --
tests/overlay/051 | 2 --
tests/overlay/052 | 2 --
tests/overlay/053 | 2 --
tests/overlay/054 | 2 --
tests/overlay/055 | 2 --
tests/overlay/056 | 2 --
tests/overlay/057 | 2 --
tests/overlay/058 | 2 --
tests/overlay/059 | 2 --
tests/overlay/060 | 2 --
tests/overlay/061 | 2 --
tests/overlay/062 | 2 --
tests/overlay/063 | 2 --
tests/overlay/064 | 2 --
tests/overlay/065 | 2 --
tests/overlay/066 | 1 -
tests/overlay/067 | 2 --
tests/overlay/068 | 2 --
tests/overlay/069 | 2 --
tests/overlay/070 | 2 --
tests/overlay/071 | 2 --
tests/overlay/072 | 2 --
tests/overlay/073 | 2 --
tests/overlay/074 | 2 --
tests/overlay/075 | 1 -
tests/overlay/076 | 2 --
tests/overlay/077 | 2 --
tests/overlay/078 | 2 --
tests/overlay/079 | 2 --
tests/overlay/080 | 2 --
tests/overlay/081 | 2 --
tests/overlay/082 | 2 --
tests/overlay/083 | 2 --
tests/overlay/084 | 2 --
tests/overlay/085 | 2 --
tests/overlay/086 | 2 --
tests/overlay/100 | 2 --
tests/overlay/101 | 2 --
tests/overlay/102 | 2 --
tests/overlay/103 | 2 --
tests/overlay/104 | 2 --
tests/overlay/105 | 2 --
tests/overlay/106 | 2 --
tests/overlay/107 | 2 --
tests/overlay/108 | 2 --
tests/overlay/109 | 2 --
tests/overlay/110 | 2 --
tests/overlay/111 | 2 --
tests/overlay/112 | 2 --
tests/overlay/113 | 2 --
tests/overlay/114 | 2 --
tests/overlay/115 | 2 --
tests/overlay/116 | 2 --
tests/overlay/117 | 2 --
tests/perf/001 | 2 --
tests/tmpfs/001 | 2 --
tests/udf/102 | 3 ---
tests/xfs/001 | 2 --
tests/xfs/002 | 1 -
tests/xfs/003 | 3 ---
tests/xfs/004 | 2 --
tests/xfs/005 | 1 -
tests/xfs/006 | 2 --
tests/xfs/007 | 1 -
tests/xfs/008 | 2 --
tests/xfs/009 | 2 --
tests/xfs/010 | 2 --
tests/xfs/011 | 2 --
tests/xfs/012 | 2 --
tests/xfs/013 | 2 --
tests/xfs/014 | 2 --
tests/xfs/015 | 2 --
tests/xfs/016 | 4 +--
tests/xfs/017 | 2 --
tests/xfs/018 | 2 --
tests/xfs/019 | 2 --
tests/xfs/020 | 2 --
tests/xfs/021 | 2 --
tests/xfs/022 | 2 --
tests/xfs/023 | 2 --
tests/xfs/024 | 2 --
tests/xfs/025 | 2 --
tests/xfs/026 | 2 --
tests/xfs/027 | 2 --
tests/xfs/028 | 2 --
tests/xfs/029 | 2 --
tests/xfs/030 | 2 --
tests/xfs/031 | 2 --
tests/xfs/032 | 2 --
tests/xfs/033 | 2 --
tests/xfs/034 | 2 --
tests/xfs/035 | 2 --
tests/xfs/036 | 2 --
tests/xfs/037 | 2 --
tests/xfs/038 | 2 --
tests/xfs/039 | 2 --
tests/xfs/041 | 2 --
tests/xfs/042 | 2 --
tests/xfs/043 | 2 --
tests/xfs/044 | 3 ---
tests/xfs/045 | 2 --
tests/xfs/046 | 2 --
tests/xfs/047 | 2 --
tests/xfs/048 | 2 --
tests/xfs/049 | 2 --
tests/xfs/050 | 2 --
tests/xfs/051 | 1 -
tests/xfs/052 | 2 --
tests/xfs/053 | 2 --
tests/xfs/054 | 2 --
tests/xfs/055 | 2 --
tests/xfs/056 | 2 --
tests/xfs/057 | 2 --
tests/xfs/058 | 2 --
tests/xfs/059 | 2 --
tests/xfs/060 | 2 --
tests/xfs/061 | 2 --
tests/xfs/062 | 2 --
tests/xfs/063 | 2 --
tests/xfs/064 | 2 --
tests/xfs/065 | 2 --
tests/xfs/066 | 2 --
tests/xfs/067 | 2 --
tests/xfs/068 | 2 --
tests/xfs/069 | 2 --
tests/xfs/070 | 2 --
tests/xfs/071 | 2 --
tests/xfs/072 | 2 --
tests/xfs/073 | 2 --
tests/xfs/074 | 2 --
tests/xfs/075 | 2 --
tests/xfs/076 | 1 -
tests/xfs/077 | 2 --
tests/xfs/078 | 2 --
tests/xfs/079 | 2 --
tests/xfs/080 | 2 --
tests/xfs/081 | 2 --
tests/xfs/082 | 2 --
tests/xfs/083 | 2 --
tests/xfs/084 | 2 --
tests/xfs/085 | 2 --
tests/xfs/086 | 2 --
tests/xfs/087 | 2 --
tests/xfs/088 | 2 --
tests/xfs/089 | 2 --
tests/xfs/090 | 2 --
tests/xfs/091 | 2 --
tests/xfs/092 | 2 --
tests/xfs/093 | 2 --
tests/xfs/094 | 2 --
tests/xfs/095 | 2 --
tests/xfs/096 | 2 --
tests/xfs/097 | 2 --
tests/xfs/098 | 2 --
tests/xfs/099 | 2 --
tests/xfs/100 | 2 --
tests/xfs/101 | 2 --
tests/xfs/102 | 2 --
tests/xfs/103 | 2 --
tests/xfs/104 | 2 --
tests/xfs/105 | 2 --
tests/xfs/106 | 2 --
tests/xfs/107 | 2 --
tests/xfs/108 | 3 ---
tests/xfs/109 | 3 ---
tests/xfs/110 | 3 ---
tests/xfs/111 | 3 ---
tests/xfs/112 | 2 --
tests/xfs/113 | 2 --
tests/xfs/114 | 2 --
tests/xfs/115 | 2 --
tests/xfs/116 | 2 --
tests/xfs/117 | 2 --
tests/xfs/118 | 1 -
tests/xfs/119 | 2 --
tests/xfs/120 | 2 --
tests/xfs/121 | 2 --
tests/xfs/122 | 2 --
tests/xfs/123 | 2 --
tests/xfs/124 | 2 --
tests/xfs/125 | 2 --
tests/xfs/126 | 2 --
tests/xfs/127 | 2 --
tests/xfs/128 | 2 --
tests/xfs/129 | 2 --
tests/xfs/130 | 2 --
tests/xfs/131 | 2 --
tests/xfs/132 | 2 --
tests/xfs/133 | 2 --
tests/xfs/134 | 2 --
tests/xfs/135 | 2 --
tests/xfs/136 | 2 --
tests/xfs/137 | 2 --
tests/xfs/138 | 2 --
tests/xfs/139 | 1 -
tests/xfs/140 | 1 -
tests/xfs/141 | 2 --
tests/xfs/142 | 2 --
tests/xfs/143 | 2 --
tests/xfs/144 | 2 --
tests/xfs/145 | 2 --
tests/xfs/146 | 2 --
tests/xfs/147 | 2 --
tests/xfs/148 | 2 --
tests/xfs/149 | 2 --
tests/xfs/150 | 2 --
tests/xfs/151 | 2 --
tests/xfs/152 | 2 --
tests/xfs/153 | 2 --
tests/xfs/154 | 2 --
tests/xfs/155 | 2 --
tests/xfs/156 | 2 --
tests/xfs/157 | 2 --
tests/xfs/158 | 2 --
tests/xfs/159 | 2 --
tests/xfs/160 | 2 --
tests/xfs/161 | 2 --
tests/xfs/162 | 2 --
tests/xfs/163 | 2 --
tests/xfs/164 | 2 --
tests/xfs/165 | 2 --
tests/xfs/166 | 2 --
tests/xfs/167 | 2 --
tests/xfs/168 | 2 --
tests/xfs/169 | 2 --
tests/xfs/170 | 2 --
tests/xfs/171 | 2 --
tests/xfs/172 | 2 --
tests/xfs/173 | 2 --
tests/xfs/174 | 2 --
tests/xfs/175 | 2 --
tests/xfs/176 | 2 --
tests/xfs/177 | 2 --
tests/xfs/178 | 2 --
tests/xfs/179 | 2 --
tests/xfs/180 | 2 --
tests/xfs/181 | 2 --
tests/xfs/182 | 2 --
tests/xfs/183 | 2 --
tests/xfs/184 | 2 --
tests/xfs/185 | 2 --
tests/xfs/186 | 2 --
tests/xfs/187 | 2 --
tests/xfs/188 | 2 --
tests/xfs/189 | 2 --
tests/xfs/190 | 2 --
tests/xfs/191 | 2 --
tests/xfs/192 | 2 --
tests/xfs/193 | 2 --
tests/xfs/194 | 2 --
tests/xfs/195 | 2 --
tests/xfs/196 | 2 --
tests/xfs/197 | 2 --
tests/xfs/198 | 2 --
tests/xfs/199 | 2 --
tests/xfs/200 | 2 --
tests/xfs/201 | 2 --
tests/xfs/202 | 2 --
tests/xfs/203 | 2 --
tests/xfs/204 | 2 --
tests/xfs/205 | 2 --
tests/xfs/206 | 2 --
tests/xfs/207 | 2 --
tests/xfs/208 | 2 --
tests/xfs/209 | 2 --
tests/xfs/210 | 2 --
tests/xfs/211 | 2 --
tests/xfs/212 | 2 --
tests/xfs/213 | 2 --
tests/xfs/214 | 2 --
tests/xfs/215 | 1 -
tests/xfs/216 | 2 --
tests/xfs/217 | 2 --
tests/xfs/218 | 1 -
tests/xfs/219 | 1 -
tests/xfs/220 | 2 --
tests/xfs/221 | 1 -
tests/xfs/222 | 2 --
tests/xfs/223 | 1 -
tests/xfs/224 | 1 -
tests/xfs/225 | 1 -
tests/xfs/226 | 1 -
tests/xfs/227 | 2 --
tests/xfs/228 | 1 -
tests/xfs/229 | 2 --
tests/xfs/230 | 1 -
tests/xfs/231 | 2 --
tests/xfs/232 | 2 --
tests/xfs/233 | 2 --
tests/xfs/234 | 2 --
tests/xfs/235 | 2 --
tests/xfs/236 | 2 --
tests/xfs/237 | 2 --
tests/xfs/238 | 2 --
tests/xfs/239 | 2 --
tests/xfs/240 | 2 --
tests/xfs/241 | 2 --
tests/xfs/242 | 2 --
tests/xfs/243 | 2 --
tests/xfs/244 | 2 --
tests/xfs/245 | 2 --
tests/xfs/246 | 2 --
tests/xfs/247 | 2 --
tests/xfs/248 | 1 -
tests/xfs/249 | 1 -
tests/xfs/250 | 3 ---
tests/xfs/251 | 1 -
tests/xfs/252 | 3 ---
tests/xfs/253 | 2 --
tests/xfs/254 | 1 -
tests/xfs/255 | 1 -
tests/xfs/256 | 1 -
tests/xfs/257 | 1 -
tests/xfs/258 | 1 -
tests/xfs/259 | 2 --
tests/xfs/260 | 1 -
tests/xfs/261 | 2 --
tests/xfs/262 | 2 --
tests/xfs/263 | 2 --
tests/xfs/264 | 2 --
tests/xfs/265 | 2 --
tests/xfs/266 | 2 --
tests/xfs/267 | 2 --
tests/xfs/268 | 2 --
tests/xfs/269 | 1 -
tests/xfs/270 | 2 --
tests/xfs/271 | 2 --
tests/xfs/272 | 2 --
tests/xfs/273 | 2 --
tests/xfs/274 | 2 --
tests/xfs/275 | 2 --
tests/xfs/276 | 2 --
tests/xfs/277 | 2 --
tests/xfs/278 | 2 --
tests/xfs/279 | 2 --
tests/xfs/280 | 2 --
tests/xfs/281 | 2 --
tests/xfs/282 | 2 --
tests/xfs/283 | 2 --
tests/xfs/284 | 2 --
tests/xfs/285 | 2 --
tests/xfs/286 | 2 --
tests/xfs/287 | 2 --
tests/xfs/288 | 1 -
tests/xfs/289 | 2 --
tests/xfs/290 | 2 --
tests/xfs/291 | 2 --
tests/xfs/292 | 2 --
tests/xfs/293 | 2 --
tests/xfs/294 | 2 --
tests/xfs/295 | 2 --
tests/xfs/296 | 2 --
tests/xfs/297 | 2 --
tests/xfs/298 | 2 --
tests/xfs/299 | 2 --
tests/xfs/300 | 2 --
tests/xfs/301 | 2 --
tests/xfs/302 | 2 --
tests/xfs/303 | 2 --
tests/xfs/304 | 1 -
tests/xfs/305 | 1 -
tests/xfs/306 | 1 -
tests/xfs/307 | 2 --
tests/xfs/308 | 2 --
tests/xfs/309 | 2 --
tests/xfs/310 | 2 --
tests/xfs/311 | 1 -
tests/xfs/312 | 2 --
tests/xfs/313 | 2 --
tests/xfs/314 | 2 --
tests/xfs/315 | 2 --
tests/xfs/316 | 2 --
tests/xfs/317 | 2 --
tests/xfs/318 | 2 --
tests/xfs/319 | 2 --
tests/xfs/320 | 2 --
tests/xfs/321 | 2 --
tests/xfs/322 | 2 --
tests/xfs/323 | 2 --
tests/xfs/324 | 2 --
tests/xfs/325 | 2 --
tests/xfs/326 | 2 --
tests/xfs/327 | 2 --
tests/xfs/328 | 2 --
tests/xfs/329 | 2 --
tests/xfs/330 | 2 --
tests/xfs/331 | 2 --
tests/xfs/332 | 2 --
tests/xfs/333 | 2 --
tests/xfs/334 | 2 --
tests/xfs/335 | 2 --
tests/xfs/336 | 2 --
tests/xfs/337 | 2 --
tests/xfs/338 | 2 --
tests/xfs/339 | 2 --
tests/xfs/340 | 2 --
tests/xfs/341 | 2 --
tests/xfs/342 | 2 --
tests/xfs/343 | 2 --
tests/xfs/344 | 2 --
tests/xfs/345 | 2 --
tests/xfs/346 | 2 --
tests/xfs/347 | 2 --
tests/xfs/348 | 2 --
tests/xfs/349 | 2 --
tests/xfs/350 | 2 --
tests/xfs/351 | 2 --
tests/xfs/352 | 2 --
tests/xfs/353 | 2 --
tests/xfs/354 | 2 --
tests/xfs/355 | 2 --
tests/xfs/356 | 2 --
tests/xfs/357 | 2 --
tests/xfs/358 | 2 --
tests/xfs/359 | 2 --
tests/xfs/360 | 2 --
tests/xfs/361 | 2 --
tests/xfs/362 | 2 --
tests/xfs/363 | 2 --
tests/xfs/364 | 2 --
tests/xfs/365 | 2 --
tests/xfs/366 | 2 --
tests/xfs/367 | 2 --
tests/xfs/368 | 2 --
tests/xfs/369 | 2 --
tests/xfs/370 | 2 --
tests/xfs/371 | 2 --
tests/xfs/372 | 2 --
tests/xfs/373 | 2 --
tests/xfs/374 | 2 --
tests/xfs/375 | 2 --
tests/xfs/376 | 2 --
tests/xfs/377 | 2 --
tests/xfs/378 | 2 --
tests/xfs/379 | 2 --
tests/xfs/380 | 2 --
tests/xfs/381 | 2 --
tests/xfs/382 | 2 --
tests/xfs/383 | 2 --
tests/xfs/384 | 2 --
tests/xfs/385 | 2 --
tests/xfs/386 | 2 --
tests/xfs/387 | 2 --
tests/xfs/388 | 2 --
tests/xfs/389 | 2 --
tests/xfs/390 | 2 --
tests/xfs/391 | 2 --
tests/xfs/392 | 2 --
tests/xfs/393 | 2 --
tests/xfs/394 | 2 --
tests/xfs/395 | 2 --
tests/xfs/396 | 2 --
tests/xfs/397 | 2 --
tests/xfs/398 | 2 --
tests/xfs/399 | 2 --
tests/xfs/400 | 2 --
tests/xfs/401 | 2 --
tests/xfs/402 | 2 --
tests/xfs/403 | 2 --
tests/xfs/404 | 2 --
tests/xfs/405 | 2 --
tests/xfs/406 | 2 --
tests/xfs/407 | 2 --
tests/xfs/408 | 2 --
tests/xfs/409 | 2 --
tests/xfs/410 | 2 --
tests/xfs/411 | 2 --
tests/xfs/412 | 2 --
tests/xfs/413 | 2 --
tests/xfs/414 | 2 --
tests/xfs/415 | 2 --
tests/xfs/416 | 2 --
tests/xfs/417 | 2 --
tests/xfs/418 | 2 --
tests/xfs/419 | 2 --
tests/xfs/420 | 2 --
tests/xfs/421 | 2 --
tests/xfs/422 | 2 --
tests/xfs/423 | 2 --
tests/xfs/424 | 2 --
tests/xfs/425 | 2 --
tests/xfs/426 | 2 --
tests/xfs/427 | 2 --
tests/xfs/428 | 2 --
tests/xfs/429 | 2 --
tests/xfs/430 | 2 --
tests/xfs/431 | 2 --
tests/xfs/432 | 2 --
tests/xfs/433 | 2 --
tests/xfs/434 | 2 --
tests/xfs/435 | 2 --
tests/xfs/436 | 2 --
tests/xfs/438 | 1 -
tests/xfs/439 | 2 --
tests/xfs/440 | 1 -
tests/xfs/441 | 1 -
tests/xfs/442 | 1 -
tests/xfs/443 | 2 --
tests/xfs/444 | 16 ++++++++----
tests/xfs/445 | 2 --
tests/xfs/446 | 2 --
tests/xfs/447 | 2 --
tests/xfs/448 | 2 --
tests/xfs/449 | 2 --
tests/xfs/450 | 2 --
tests/xfs/451 | 2 --
tests/xfs/452 | 1 -
tests/xfs/453 | 2 --
tests/xfs/454 | 2 --
tests/xfs/455 | 2 --
tests/xfs/456 | 2 --
tests/xfs/457 | 2 --
tests/xfs/458 | 2 --
tests/xfs/459 | 2 --
tests/xfs/460 | 2 --
tests/xfs/461 | 2 --
tests/xfs/462 | 2 --
tests/xfs/463 | 2 --
tests/xfs/464 | 2 --
tests/xfs/465 | 2 --
tests/xfs/466 | 2 --
tests/xfs/467 | 2 --
tests/xfs/468 | 2 --
tests/xfs/469 | 2 --
tests/xfs/470 | 2 --
tests/xfs/471 | 2 --
tests/xfs/472 | 2 --
tests/xfs/473 | 2 --
tests/xfs/474 | 2 --
tests/xfs/475 | 2 --
tests/xfs/476 | 2 --
tests/xfs/477 | 2 --
tests/xfs/478 | 2 --
tests/xfs/479 | 2 --
tests/xfs/480 | 2 --
tests/xfs/481 | 2 --
tests/xfs/482 | 2 --
tests/xfs/483 | 2 --
tests/xfs/484 | 2 --
tests/xfs/485 | 2 --
tests/xfs/486 | 2 --
tests/xfs/487 | 2 --
tests/xfs/488 | 2 --
tests/xfs/489 | 2 --
tests/xfs/490 | 2 --
tests/xfs/491 | 2 --
tests/xfs/492 | 2 --
tests/xfs/493 | 2 --
tests/xfs/494 | 2 --
tests/xfs/495 | 2 --
tests/xfs/496 | 2 --
tests/xfs/497 | 2 --
tests/xfs/498 | 2 --
tests/xfs/499 | 2 --
tests/xfs/500 | 2 --
tests/xfs/501 | 2 --
tests/xfs/502 | 2 --
tests/xfs/503 | 2 --
tests/xfs/504 | 1 -
tests/xfs/505 | 2 --
tests/xfs/506 | 2 --
tests/xfs/507 | 2 --
tests/xfs/508 | 2 --
tests/xfs/509 | 1 -
tests/xfs/510 | 2 --
tests/xfs/511 | 2 --
tests/xfs/512 | 2 --
tests/xfs/513 | 2 --
tests/xfs/514 | 2 --
tests/xfs/515 | 2 --
tests/xfs/516 | 2 --
tests/xfs/517 | 2 --
tests/xfs/518 | 2 --
tests/xfs/519 | 2 --
tests/xfs/520 | 2 --
tests/xfs/521 | 2 --
tests/xfs/522 | 2 --
tests/xfs/523 | 2 --
tests/xfs/524 | 2 --
tests/xfs/525 | 2 --
tests/xfs/526 | 2 --
tests/xfs/527 | 2 --
tests/xfs/528 | 2 --
tests/xfs/529 | 2 --
tests/xfs/530 | 2 --
tests/xfs/531 | 2 --
tests/xfs/532 | 2 --
tests/xfs/533 | 2 --
tests/xfs/534 | 2 --
tests/xfs/535 | 2 --
tests/xfs/536 | 2 --
tests/xfs/537 | 2 --
tests/xfs/538 | 2 --
tests/xfs/539 | 1 -
tests/xfs/540 | 2 --
tests/xfs/541 | 2 --
tests/xfs/542 | 2 --
tests/xfs/543 | 2 --
tests/xfs/544 | 2 --
tests/xfs/545 | 1 -
tests/xfs/546 | 2 --
tests/xfs/547 | 2 --
tests/xfs/548 | 2 --
tests/xfs/549 | 2 --
tests/xfs/550 | 1 -
tests/xfs/551 | 1 -
tests/xfs/552 | 1 -
tests/xfs/553 | 2 --
tests/xfs/554 | 1 -
tests/xfs/555 | 2 --
tests/xfs/556 | 2 --
tests/xfs/557 | 1 -
tests/xfs/558 | 2 --
tests/xfs/559 | 2 --
tests/xfs/560 | 2 --
tests/xfs/561 | 2 --
tests/xfs/562 | 2 --
tests/xfs/563 | 2 --
tests/xfs/564 | 2 --
tests/xfs/565 | 2 --
tests/xfs/566 | 2 --
tests/xfs/567 | 1 -
tests/xfs/568 | 2 --
tests/xfs/569 | 2 --
tests/xfs/570 | 2 --
tests/xfs/571 | 2 --
tests/xfs/572 | 2 --
tests/xfs/573 | 2 --
tests/xfs/574 | 2 --
tests/xfs/575 | 2 --
tests/xfs/576 | 2 --
tests/xfs/577 | 2 --
tests/xfs/578 | 2 --
tests/xfs/579 | 2 --
tests/xfs/580 | 2 --
tests/xfs/581 | 2 --
tests/xfs/582 | 2 --
tests/xfs/583 | 2 --
tests/xfs/584 | 2 --
tests/xfs/585 | 2 --
tests/xfs/586 | 2 --
tests/xfs/587 | 2 --
tests/xfs/588 | 2 --
tests/xfs/589 | 2 --
tests/xfs/590 | 2 --
tests/xfs/591 | 2 --
tests/xfs/592 | 2 --
tests/xfs/593 | 2 --
tests/xfs/594 | 2 --
tests/xfs/595 | 2 --
tests/xfs/596 | 2 --
tests/xfs/597 | 1 -
tests/xfs/598 | 1 -
tests/xfs/599 | 1 -
tests/xfs/600 | 1 -
tests/xfs/601 | 2 --
tests/xfs/602 | 2 --
tests/xfs/603 | 2 --
tests/xfs/604 | 1 -
tests/xfs/605 | 2 --
tests/xfs/606 | 2 --
tests/xfs/607 | 2 --
tests/xfs/612 | 2 --
tests/xfs/613 | 2 --
tests/xfs/614 | 2 --
tests/xfs/615 | 2 --
tests/xfs/616 | 2 --
tests/xfs/617 | 2 --
tests/xfs/618 | 2 --
tests/xfs/619 | 2 --
tests/xfs/620 | 2 --
tests/xfs/621 | 2 --
tests/xfs/622 | 2 --
tests/xfs/623 | 2 --
tests/xfs/624 | 2 --
tests/xfs/625 | 2 --
tests/xfs/626 | 2 --
tests/xfs/627 | 2 --
tests/xfs/628 | 2 --
tests/xfs/708 | 2 --
tests/xfs/709 | 2 --
tests/xfs/710 | 2 --
tests/xfs/711 | 2 --
tests/xfs/712 | 2 --
tests/xfs/713 | 2 --
tests/xfs/714 | 2 --
tests/xfs/715 | 2 --
tests/xfs/716 | 2 --
tests/xfs/717 | 2 --
tests/xfs/718 | 2 --
tests/xfs/719 | 2 --
tests/xfs/720 | 2 --
tests/xfs/721 | 2 --
tests/xfs/722 | 2 --
tests/xfs/723 | 2 --
tests/xfs/724 | 2 --
tests/xfs/725 | 2 --
tests/xfs/726 | 2 --
tests/xfs/727 | 2 --
tests/xfs/728 | 2 --
tests/xfs/729 | 2 --
tests/xfs/730 | 2 --
tests/xfs/731 | 2 --
tests/xfs/732 | 2 --
tests/xfs/733 | 2 --
tests/xfs/734 | 2 --
tests/xfs/735 | 2 --
tests/xfs/736 | 2 --
tests/xfs/737 | 2 --
tests/xfs/738 | 2 --
tests/xfs/739 | 2 --
tests/xfs/740 | 2 --
tests/xfs/741 | 2 --
tests/xfs/742 | 2 --
tests/xfs/743 | 2 --
tests/xfs/744 | 2 --
tests/xfs/745 | 2 --
tests/xfs/746 | 2 --
tests/xfs/747 | 2 --
tests/xfs/748 | 2 --
tests/xfs/749 | 2 --
tests/xfs/750 | 2 --
tests/xfs/751 | 2 --
tests/xfs/752 | 2 --
tests/xfs/753 | 2 --
tests/xfs/754 | 2 --
tests/xfs/755 | 2 --
tests/xfs/756 | 2 --
tests/xfs/757 | 2 --
tests/xfs/758 | 2 --
tests/xfs/759 | 2 --
tests/xfs/760 | 2 --
tests/xfs/761 | 2 --
tests/xfs/762 | 2 --
tests/xfs/763 | 2 --
tests/xfs/764 | 2 --
tests/xfs/765 | 2 --
tests/xfs/766 | 2 --
tests/xfs/767 | 2 --
tests/xfs/768 | 2 --
tests/xfs/769 | 2 --
tests/xfs/770 | 2 --
tests/xfs/771 | 2 --
tests/xfs/772 | 2 --
tests/xfs/773 | 2 --
tests/xfs/774 | 2 --
tests/xfs/775 | 2 --
tests/xfs/776 | 2 --
tests/xfs/777 | 2 --
tests/xfs/778 | 2 --
tests/xfs/779 | 2 --
tests/xfs/780 | 2 --
tests/xfs/781 | 2 --
tests/xfs/782 | 2 --
tests/xfs/783 | 2 --
tests/xfs/784 | 2 --
tests/xfs/785 | 2 --
tests/xfs/786 | 2 --
tests/xfs/787 | 2 --
tests/xfs/788 | 2 --
tests/xfs/789 | 2 --
tests/xfs/790 | 2 --
tests/xfs/791 | 2 --
tests/xfs/792 | 2 --
tests/xfs/793 | 2 --
tests/xfs/794 | 2 --
tests/xfs/795 | 2 --
tests/xfs/796 | 2 --
tests/xfs/797 | 2 --
tests/xfs/798 | 2 --
tests/xfs/799 | 2 --
tests/xfs/800 | 2 --
1975 files changed, 203 insertions(+), 3380 deletions(-)
--
Zorro Lang
zlang@kernel.org
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: [ANNOUNCE] fstests: for-next branch updated to v2024.07.14 2024-07-14 14:00 [ANNOUNCE] fstests: for-next branch updated to v2024.07.14 Zorro Lang @ 2024-07-15 15:44 ` Theodore Ts'o 2024-07-15 19:50 ` Zorro Lang 0 siblings, 1 reply; 5+ messages in thread From: Theodore Ts'o @ 2024-07-15 15:44 UTC (permalink / raw) To: Zorro Lang; +Cc: fstests On Sun, Jul 14, 2024 at 10:00:37PM +0800, Zorro Lang wrote: > 2. Most of cases have removed '_supported_fs' line. From now on, if you don't > need a specific white or black fs list for a case, don't need _supported_fs > line. A side effect of this change was that it triggered a failure in my GCE test-appliance's regression test suite. That's because one of the things the regression tests run is: gce-xfstests -c ext4/4k,btrfs/4k btrfs/001 generic/001 generic/002 and previously, when testing the ext4/4k configuration, btrfs/001 would be skipped due to its "_supported_fs btrfs" line. Now, the test is actually run, and it fails (unsurprisingly). I'm going to work around this in my test appliance, so I'm not asking that the change be reverted, but I thought I would point out that this does result in a behavioural change in some corner cases. - Ted commit 71b003b9ad0a0f0e4bf91619702addd0bb552f7d Author: Theodore Ts'o <tytso@mit.edu> Date: Mon Jul 15 11:34:30 2024 -0400 test-appliance: exclude tests that are not supported for the file system type This is needed due to upstream xfstests commit f2c179ef055d ("remove spurious _supported_fs calls"). Signed-off-by: Theodore Ts'o <tytso@mit.edu> diff --git a/test-appliance/files/root/runtests.sh b/test-appliance/files/root/runtests.sh index f59305b0..817d51f2 100755 --- a/test-appliance/files/root/runtests.sh +++ b/test-appliance/files/root/runtests.sh @@ -386,6 +386,14 @@ do AEX="$AEX -E /tmp/exclude-tests" fi if test ! -f "$RESULT_BASE/tests-to-run" ; then + case "$BASE_FSTYPE" in + ext2|ext3|ext4) + tests_regexp="ext4" + ;; + *) + tests_regexp="$BASE_FSTYPE" + esac + tests_regexp="^($tests_regexp|shared|generic|perf|selftest)" bash ./check -n $FSTESTSET >& /tmp/tests-to-run.debug ret="$?" echo "Exit status $ret" >> /tmp/tests-to-run.debug @@ -396,6 +404,7 @@ do fi bash ./check -n $FSTESTSET 2> /dev/null | \ sed -e '1,/^$/d' -e '/^$/d' | \ + grep -E "$tests_regexp" | \ sort > "$RESULT_BASE/tests-to-run" nr_tests=$(wc -l < "$RESULT_BASE/tests-to-run") if test "$nr_tests" -ne 1 ^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [ANNOUNCE] fstests: for-next branch updated to v2024.07.14 2024-07-15 15:44 ` Theodore Ts'o @ 2024-07-15 19:50 ` Zorro Lang 2024-07-16 20:13 ` Theodore Ts'o 0 siblings, 1 reply; 5+ messages in thread From: Zorro Lang @ 2024-07-15 19:50 UTC (permalink / raw) To: Theodore Ts'o; +Cc: Zorro Lang, fstests On Mon, Jul 15, 2024 at 11:44:54AM -0400, Theodore Ts'o wrote: > On Sun, Jul 14, 2024 at 10:00:37PM +0800, Zorro Lang wrote: > > 2. Most of cases have removed '_supported_fs' line. From now on, if you don't > > need a specific white or black fs list for a case, don't need _supported_fs > > line. > > A side effect of this change was that it triggered a failure in my GCE > test-appliance's regression test suite. That's because one of the > things the regression tests run is: > > gce-xfstests -c ext4/4k,btrfs/4k btrfs/001 generic/001 generic/002 > > and previously, when testing the ext4/4k configuration, btrfs/001 > would be skipped due to its "_supported_fs btrfs" line. Now, the test > is actually run, and it fails (unsurprisingly). > > I'm going to work around this in my test appliance, so I'm not asking > that the change be reverted, but I thought I would point out that this > does result in a behavioural change in some corner cases. Hi Ted, Sorry about this trouble to you. Sure, this's a behavioural change, and it's been talked several times. Generally, even with this change, fstests only run tests/generic and tests/$FSTYP cases by default. So it won't run tests/btrfs cases if FSTYP=ext4. But with this change a fs has chance to force to try another fs' case by specify the case name particularly (if the tester thinks it's good to him). If you or anyone find regressions from it, please feel free to report to fstests@. Thanks, Zorro > > - Ted > > commit 71b003b9ad0a0f0e4bf91619702addd0bb552f7d > Author: Theodore Ts'o <tytso@mit.edu> > Date: Mon Jul 15 11:34:30 2024 -0400 > > test-appliance: exclude tests that are not supported for the file system type > > This is needed due to upstream xfstests commit f2c179ef055d ("remove > spurious _supported_fs calls"). > > Signed-off-by: Theodore Ts'o <tytso@mit.edu> > > diff --git a/test-appliance/files/root/runtests.sh b/test-appliance/files/root/runtests.sh > index f59305b0..817d51f2 100755 > --- a/test-appliance/files/root/runtests.sh > +++ b/test-appliance/files/root/runtests.sh > @@ -386,6 +386,14 @@ do > AEX="$AEX -E /tmp/exclude-tests" > fi > if test ! -f "$RESULT_BASE/tests-to-run" ; then > + case "$BASE_FSTYPE" in > + ext2|ext3|ext4) > + tests_regexp="ext4" > + ;; > + *) > + tests_regexp="$BASE_FSTYPE" > + esac > + tests_regexp="^($tests_regexp|shared|generic|perf|selftest)" > bash ./check -n $FSTESTSET >& /tmp/tests-to-run.debug > ret="$?" > echo "Exit status $ret" >> /tmp/tests-to-run.debug > @@ -396,6 +404,7 @@ do > fi > bash ./check -n $FSTESTSET 2> /dev/null | \ > sed -e '1,/^$/d' -e '/^$/d' | \ > + grep -E "$tests_regexp" | \ > sort > "$RESULT_BASE/tests-to-run" > nr_tests=$(wc -l < "$RESULT_BASE/tests-to-run") > if test "$nr_tests" -ne 1 > ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [ANNOUNCE] fstests: for-next branch updated to v2024.07.14 2024-07-15 19:50 ` Zorro Lang @ 2024-07-16 20:13 ` Theodore Ts'o 2024-07-17 15:21 ` Zorro Lang 0 siblings, 1 reply; 5+ messages in thread From: Theodore Ts'o @ 2024-07-16 20:13 UTC (permalink / raw) To: Zorro Lang; +Cc: Zorro Lang, fstests On Tue, Jul 16, 2024 at 03:50:26AM +0800, Zorro Lang wrote: > > Sorry about this trouble to you. Sure, this's a behavioural change, and it's > been talked several times. Generally, even with this change, fstests only run > tests/generic and tests/$FSTYP cases by default. So it won't run tests/btrfs > cases if FSTYP=ext4. But with this change a fs has chance to force to try > another fs' case by specify the case name particularly (if the tester thinks > it's good to him). Yeah, it's not a big deal, and I saw the discusion, and I didn't realize that it would cause the regression test failure for my test runner. It was relatively easy for my to work around it, but I thought it would be useful mention it in case it would take anyone else by surprise. - Ted ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [ANNOUNCE] fstests: for-next branch updated to v2024.07.14 2024-07-16 20:13 ` Theodore Ts'o @ 2024-07-17 15:21 ` Zorro Lang 0 siblings, 0 replies; 5+ messages in thread From: Zorro Lang @ 2024-07-17 15:21 UTC (permalink / raw) To: Theodore Ts'o; +Cc: Zorro Lang, fstests On Tue, Jul 16, 2024 at 04:13:47PM -0400, Theodore Ts'o wrote: > On Tue, Jul 16, 2024 at 03:50:26AM +0800, Zorro Lang wrote: > > > > Sorry about this trouble to you. Sure, this's a behavioural change, and it's > > been talked several times. Generally, even with this change, fstests only run > > tests/generic and tests/$FSTYP cases by default. So it won't run tests/btrfs > > cases if FSTYP=ext4. But with this change a fs has chance to force to try > > another fs' case by specify the case name particularly (if the tester thinks > > it's good to him). > > Yeah, it's not a big deal, and I saw the discusion, and I didn't > realize that it would cause the regression test failure for my test > runner. It was relatively easy for my to work around it, but I > thought it would be useful mention it in case it would take anyone > else by surprise. Sure, you're right, thanks for this reminder! > > - Ted > ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2024-07-17 15:21 UTC | newest] Thread overview: 5+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2024-07-14 14:00 [ANNOUNCE] fstests: for-next branch updated to v2024.07.14 Zorro Lang 2024-07-15 15:44 ` Theodore Ts'o 2024-07-15 19:50 ` Zorro Lang 2024-07-16 20:13 ` Theodore Ts'o 2024-07-17 15:21 ` Zorro Lang
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.