]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
test_maple_tree: Re-enable failed test from allocation issue
authorLiam R. Howlett <Liam.Howlett@Oracle.com>
Mon, 20 Jul 2020 16:46:19 +0000 (12:46 -0400)
committerLiam R. Howlett <Liam.Howlett@Oracle.com>
Fri, 30 Oct 2020 19:05:41 +0000 (15:05 -0400)
Signed-off-by: Liam R. Howlett <Liam.Howlett@Oracle.com>
lib/test_maple_tree.c

index ab5af923e7460919724c9ed9ff87fc2c516ffbcc..2c52798e072940cabc4f04b2be29f547de6f463d 100644 (file)
@@ -31827,8 +31827,6 @@ static noinline void check_gap_combining(struct maple_tree *mt)
        mt_validate(mt);
        mtree_destroy(mt);
 
-#if 0 // FIXME: This fails on allocation failure.
-
        mt_set_non_kernel(99);
        mtree_init(mt, MAPLE_ALLOC_RANGE);
        check_seq(mt, 400, false);
@@ -31836,7 +31834,6 @@ static noinline void check_gap_combining(struct maple_tree *mt)
        mt_dump(mt);
        mt_set_non_kernel(0);
        mtree_destroy(mt);
-#endif
 
        mtree_init(mt, MAPLE_ALLOC_RANGE);
        check_seq(mt, 400, false);