fstests.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 0/1] Fix some tests failing for exfat FS
@ 2021-04-19 22:04 Pavel Reichl
  2021-04-19 22:04 ` [PATCH v4 1/1] common/rc: Add _require_{chown,chmod}() Pavel Reichl
  0 siblings, 1 reply; 2+ messages in thread
From: Pavel Reichl @ 2021-04-19 22:04 UTC (permalink / raw)
  To: fstests

Do not run test that require posix permissions and ownership.

Changes in V2 (Thank you for comments on version 1)

* Merged patch #1 and #2 (the one introducing the helper and the other actually
 using them)
* Fixed generic/597 by introducing _require_symlink
* Fixed generic/598 by adding _require_chmod
  ** changes are part of patch #1
* Introduced _format_swapon_file()

Changes in version #3 (thanks for the comments and hints!)
* reuse _require_symlinks() instead of introducing _require_symlink()
* implement _require_chown() so it actually checks if chown() is supported.
* Don't special case filtering of MKSWAP_PROG's perm. warn for exfat only.
* Rename _format_swapon_file() to _swapon_file() and also don't special case the perm. warning filtering

Changes in version #4
New implementation of _require_chmod()


Pavel Reichl (1):
  common/rc: Add _require_{chown,chmod}()

 common/rc         | 38 ++++++++++++++++++++++++++++++++++++++
 tests/generic/087 |  1 +
 tests/generic/088 |  1 +
 tests/generic/125 |  1 +
 tests/generic/126 |  1 +
 tests/generic/128 |  1 +
 tests/generic/193 |  1 +
 tests/generic/314 |  1 +
 tests/generic/317 |  1 +
 tests/generic/355 |  1 +
 tests/generic/597 |  1 +
 tests/generic/598 |  1 +
 12 files changed, 49 insertions(+)

-- 
2.30.2


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-04-19 22:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-19 22:04 [PATCH v4 0/1] Fix some tests failing for exfat FS Pavel Reichl
2021-04-19 22:04 ` [PATCH v4 1/1] common/rc: Add _require_{chown,chmod}() Pavel Reichl

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).