summaryrefslogtreecommitdiffstats
path: root/tests/expected/fincore
Commit message (Collapse)AuthorAgeFilesLines
* tests: fix fincore/count for PAGE_SIZE != 4096Ruediger Meier2017-04-063-0/+110
| | | | Signed-off-by: Ruediger Meier <ruediger.meier@ga-group.nl>
* tests: remove fincore SMALLER_THAN_PAGESIZE testsRuediger Meier2017-04-061-6/+0Star
| | | | | | | | | | | | | | These tests failed for example on ext4 with a non-default blocksize 1024. In this case it seems that the kernel only caches a full page if we read at least PAGE_SIZE -BLOCK_SIZE +1. Both tests also failed on NFS allthough block size seems to be 1M there. We still keep the test for PAGE_SIZE-1 which seems to work more reliable. Signed-off-by: Ruediger Meier <ruediger.meier@ga-group.nl>
* tests: refresh fincore testKarel Zak2017-03-231-38/+37Star
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: add cases for testing fincore commandMasatake YAMATO2017-03-231-0/+62
Signed-off-by: Masatake YAMATO <yamato@redhat.com>