summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/expected/fincore/count6
-rwxr-xr-xtests/ts/fincore/count8
2 files changed, 0 insertions, 14 deletions
diff --git a/tests/expected/fincore/count b/tests/expected/fincore/count
index d5ce06259..46651365a 100644
--- a/tests/expected/fincore/count
+++ b/tests/expected/fincore/count
@@ -3,16 +3,12 @@ fincore: failed to open: no_such_file: No such file or directory
return value: 1
0 0 i_EMPTY_FILE
return value: 0
- 1 2048 i_SMALLER_THAN_PAGESIZE__incore_
-return value: 0
1 4095 i_PAGESIZE_-1__incore_
return value: 0
1 4096 i_JUST_PAGESIZE_incore_
return value: 0
0 4096 i_JUST_PAGESIZE_directio_
return value: 0
- 2 4097 i_PAGESIZE_+_1__incore_
-return value: 0
2 8192 i_TWO_PAGES_incore_
return value: 0
0 8192 i_TWO_PAGES_directio_
@@ -41,11 +37,9 @@ return value: 0
fincore: failed to open: no_such_file: No such file or directory
PAGES SIZE FILE
0 0 i_EMPTY_FILE
- 1 2048 i_SMALLER_THAN_PAGESIZE__incore_
1 4095 i_PAGESIZE_-1__incore_
1 4096 i_JUST_PAGESIZE_incore_
0 4096 i_JUST_PAGESIZE_directio_
- 2 4097 i_PAGESIZE_+_1__incore_
2 8192 i_TWO_PAGES_incore_
0 8192 i_TWO_PAGES_directio_
1 8192 i_TWO_PAGES_mixed_directio_incore_
diff --git a/tests/ts/fincore/count b/tests/ts/fincore/count
index 87e25a814..8f23fece5 100755
--- a/tests/ts/fincore/count
+++ b/tests/ts/fincore/count
@@ -92,10 +92,6 @@ input=
} >> $TS_OUTPUT 2>&1
{
- run_dd_test "SMALLER THAN PAGESIZE (incore)" $(( PAGE_SIZE / 2 ))
-} >> $TS_OUTPUT 2>&1
-
-{
run_dd_test "PAGESIZE -1 (incore)" $(( PAGE_SIZE - 1 ))
} >> $TS_OUTPUT 2>&1
@@ -108,10 +104,6 @@ input=
} >> $TS_OUTPUT 2>&1
{
- run_dd_test "PAGESIZE + 1 (incore)" $(( PAGE_SIZE + 1 ))
-} >> $TS_OUTPUT 2>&1
-
-{
run_dd_test "TWO PAGES(incore)" $(( 2 * PAGE_SIZE ))
} >> $TS_OUTPUT 2>&1