All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] some fincore fixes
@ 2017-04-06  7:56 Ruediger Meier
  2017-04-06  7:56 ` [PATCH 1/5] tests: remove fincore SMALLER_THAN_PAGESIZE tests Ruediger Meier
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Ruediger Meier @ 2017-04-06  7:56 UTC (permalink / raw)
  To: util-linux; +Cc: Masatake YAMATO

From: Ruediger Meier <ruediger.meier@ga-group.nl>

This patch-set tries to make the fincore tests more reliable on non-x86
systems and some non-default file systems. It discoverd one bug in
fincore itself.

Ruediger Meier (5):
  tests: remove fincore SMALLER_THAN_PAGESIZE tests
  tests: fix fincore/count for PAGE_SIZE != 4096
  fincore: fix multiplication overflow
  tests: handle dd errors in fincore/count
  tests: fincore/count, skip unsupported FS

 misc-utils/fincore.c                |  2 +-
 tests/expected/fincore/count        | 61 --------------------------------
 tests/expected/fincore/count.4096   | 55 +++++++++++++++++++++++++++++
 tests/expected/fincore/count.65536  | 55 +++++++++++++++++++++++++++++
 tests/expected/fincore/count.nosize | 55 +++++++++++++++++++++++++++++
 tests/ts/fincore/count              | 70 ++++++++++++++++++++++++++-----------
 6 files changed, 215 insertions(+), 83 deletions(-)
 delete mode 100644 tests/expected/fincore/count
 create mode 100644 tests/expected/fincore/count.4096
 create mode 100644 tests/expected/fincore/count.65536
 create mode 100644 tests/expected/fincore/count.nosize

-- 
1.8.5.6


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

end of thread, other threads:[~2017-04-06 10:43 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-06  7:56 [PATCH 0/5] some fincore fixes Ruediger Meier
2017-04-06  7:56 ` [PATCH 1/5] tests: remove fincore SMALLER_THAN_PAGESIZE tests Ruediger Meier
2017-04-06  7:56 ` [PATCH 2/5] tests: fix fincore/count for PAGE_SIZE != 4096 Ruediger Meier
2017-04-06  7:56 ` [PATCH 3/5] fincore: fix multiplication overflow Ruediger Meier
2017-04-06  7:56 ` [PATCH 4/5] tests: handle dd errors in fincore/count Ruediger Meier
2017-04-06  7:56 ` [PATCH 5/5] tests: fincore/count, skip unsupported FS Ruediger Meier
2017-04-06 10:43 ` [PATCH 0/5] some fincore fixes Karel Zak

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.