From: Ruediger Meier <ruediger.meier@xxxxxxxxxxx> 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 -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html