From 2420c8c9366e498dfaf3b4b6389ece9dc27ca537 Mon Sep 17 00:00:00 2001 From: teor Date: Mon, 30 Sep 2019 14:54:56 +1000 Subject: test: Avoid a map_anon_nofork test failure on SunOS This test failure happened due to a signed/unsigned integer comparison. This bug occurred on SunOS, it may also occur on other systems that use signed char as the default. (And cast 1-byte integer constants to an unsigned integer.) Fixes bug 31897; bugfix on 0.4.1.1-alpha. --- changes/bug31897 | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 changes/bug31897 (limited to 'changes/bug31897') diff --git a/changes/bug31897 b/changes/bug31897 new file mode 100644 index 0000000000..81c63e704e --- /dev/null +++ b/changes/bug31897 @@ -0,0 +1,3 @@ + o Minor bugfixes (tests, SunOS): + - Avoid a map_anon_nofork test failure due to a signed/unsigned integer + comparison. Fixes bug 31897; bugfix on 0.4.1.1-alpha. -- cgit v1.2.3-54-g00ecf