From: Jens Axboe Date: Wed, 11 Jul 2018 21:17:32 +0000 (-0600) Subject: t/axmap: add regression case for recent overlap failure case X-Git-Tag: fio-3.8~4 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=c7b42e0a8c3d6fb179cc7c681fcee58623de8b2f t/axmap: add regression case for recent overlap failure case Catches the issue that bd71edcedc3d fixes. Signed-off-by: Jens Axboe --- diff --git a/t/axmap.c b/t/axmap.c index ed078853..c40bd13b 100644 --- a/t/axmap.c +++ b/t/axmap.c @@ -191,6 +191,16 @@ static int test_overlap(void) .nr = 2, .ret = 0, }, + { + .start = 22684, + .nr = 1, + .ret = 1, + }, + { + .start = 22670, + .nr = 60, + .ret = 14, + }, { .start = -1U, },