From 64e6d4e6c7574e7dd42c1e412287309ca7d5340d Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Wed, 11 Jul 2018 08:29:22 -0600 Subject: [PATCH] t/axmap: a few more overlap cases Signed-off-by: Jens Axboe --- t/axmap.c | 10 ++++++++++ 1 file changed, 10 insertions(+) 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, -- 2.25.1