[PATCH 0/2] maple_tree: Fix testing for 32bit compiles

Liam R. Howlett posted 2 patches 1 month ago
tools/testing/radix-tree/maple.c | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
[PATCH 0/2] maple_tree: Fix testing for 32bit compiles
Posted by Liam R. Howlett 1 month ago
The maple tree test suite supports 32bit builds which causes 32bit nodes
and index/last values.  Some tests have too large values and must be
skipped while others depend on certain actions causing the tree to be
altered in another measurable way (such as the height decreasing or
increasing).

Two tests were added that broke 32bit testing, either by compile
warnings or failures.  These fixes restore the tests to a working order.

Building 32bit version can be done on a 32bit platform, or by using
a command like: BUILD=32 make clean maple

Liam R. Howlett (2):
  maple_tree: Fix testing for 32 bit builds
  maple_tree: Testing fix for spanning store on 32b

 tools/testing/radix-tree/maple.c | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

-- 
2.47.2