public inbox for ltp@lists.linux.it
 help / color / mirror / Atom feed
* [LTP] [PATCH v3 0/4] Add proper filesystem skiplist
@ 2021-03-17 10:53 Cyril Hrubis
  2021-03-17 10:53 ` [LTP] [PATCH v3 1/4] lib: " Cyril Hrubis
                   ` (5 more replies)
  0 siblings, 6 replies; 12+ messages in thread
From: Cyril Hrubis @ 2021-03-17 10:53 UTC (permalink / raw)
  To: ltp

This adds a proper .skip_filesystems array to the tst_test structure and
implements support for both test with .all_filesystems enabled and
disabled.

As a bonus point we get the list of filesystems that the test does not
support exported to the metadata as well.

Changes in v3:

* Moved the skiplist out of tst_fs_is_supported()
  (as requested by Martin)

* Move paragraph in docs
  (as requested by Peter)

Changes in v2:

* Add docs (as Jan requested)

* Move the skiplist detection from the is_supported_by_kernel()
  to tst_fs_is_supported()
  (as requested by Martin and Li)
  (which also fixed the double message reported by Peter)

* Fixed typos in tst_fs.h header (as requested by Peter)


Cyril Hrubis (4):
  lib: Add proper filesystem skiplist
  lib: tst_fs_type change fs names to lowercase
  lib: Apply the skip_filesystems to rest of test as well
  doc: Update docs on filesystem detection

 doc/test-writing-guidelines.txt               | 47 +++++++++----
 include/tst_fs.h                              | 25 +++++--
 include/tst_test.h                            |  9 ++-
 lib/tst_fs_type.c                             | 36 +++++-----
 lib/tst_supported_fs_types.c                  | 66 +++++++++++++++----
 lib/tst_test.c                                | 14 +++-
 testcases/kernel/syscalls/fcntl/fcntl33.c     | 19 ++----
 .../kernel/syscalls/fsconfig/fsconfig01.c     |  2 +-
 testcases/kernel/syscalls/fsmount/fsmount01.c |  2 +-
 testcases/kernel/syscalls/fsmount/fsmount02.c |  2 +-
 testcases/kernel/syscalls/fsopen/fsopen01.c   |  2 +-
 testcases/kernel/syscalls/fspick/fspick01.c   |  2 +-
 testcases/kernel/syscalls/fspick/fspick02.c   |  2 +-
 .../kernel/syscalls/ioctl/ioctl_loop05.c      | 11 ++--
 .../kernel/syscalls/move_mount/move_mount01.c |  2 +-
 .../kernel/syscalls/move_mount/move_mount02.c |  2 +-
 .../kernel/syscalls/open_tree/open_tree01.c   |  2 +-
 .../kernel/syscalls/open_tree/open_tree02.c   |  2 +-
 .../sync_file_range/sync_file_range02.c       |  2 +-
 .../kernel/syscalls/vmsplice/vmsplice01.c     |  9 ++-
 .../kernel/syscalls/vmsplice/vmsplice02.c     |  9 ++-
 testcases/lib/tst_supported_fs.c              |  4 +-
 22 files changed, 176 insertions(+), 95 deletions(-)

-- 
2.26.2


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

end of thread, other threads:[~2021-04-13 11:51 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-03-17 10:53 [LTP] [PATCH v3 0/4] Add proper filesystem skiplist Cyril Hrubis
2021-03-17 10:53 ` [LTP] [PATCH v3 1/4] lib: " Cyril Hrubis
2021-04-08  8:18   ` Li Wang
2021-04-08  8:48     ` Cyril Hrubis
2021-04-08  9:27       ` Li Wang
2021-03-17 10:53 ` [LTP] [PATCH v3 2/4] lib: tst_fs_type change fs names to lowercase Cyril Hrubis
2021-03-17 10:53 ` [LTP] [PATCH v3 3/4] lib: Apply the skip_filesystems to rest of test as well Cyril Hrubis
2021-03-17 11:53   ` Martin Doucha
2021-04-13 11:51     ` Cyril Hrubis
2021-03-17 10:53 ` [LTP] [PATCH v3 4/4] doc: Update docs on filesystem detection Cyril Hrubis
2021-03-18 10:21 ` [LTP] [PATCH v3 0/4] Add proper filesystem skiplist Petr Vorel
2021-04-07 12:57 ` Cyril Hrubis

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox