From: Jens Axboe Date: Wed, 11 Jul 2018 14:29:22 +0000 (-0600) Subject: t/axmap: a few more overlap cases X-Git-Tag: fio-3.8~13 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=64e6d4e6c7574e7dd42c1e412287309ca7d5340d t/axmap: a few more overlap cases Signed-off-by: Jens Axboe --- diff --git a/t/axmap.c b/t/axmap.c index 3f6b8f16..dafcedf4 100644 --- a/t/axmap.c +++ b/t/axmap.c @@ -136,6 +136,16 @@ static int test_overlap(void) .nr = 32, .ret = 16, }, + { + .start = 79, + .nr = 1, + .ret = 0, + }, + { + .start = 80, + .nr = 21, + .ret = 21, + }, { .start = 102, .nr = 1,