From 506beeecc8eb806f30fd1107d5a63eea878fa47c Mon Sep 17 00:00:00 2001 From: Paul Floyd Date: Wed, 28 Feb 2024 19:37:02 +0100 Subject: [PATCH] FreeBSD regtest: filter sanity level >= 3 warnings about transparent stack mmaps --- tests/filter_stderr_basic.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/filter_stderr_basic.in b/tests/filter_stderr_basic.in index 14ca362f27..a12671e150 100755 --- a/tests/filter_stderr_basic.in +++ b/tests/filter_stderr_basic.in @@ -44,6 +44,10 @@ $dir/filter_libc | # Remove line info out of order warnings $SED "/warning: line info addresses out of order/d" | +# FreeBSD sanity level >= 3 warnings +$SED "/main Warning: due to transparent memory mappings with MAP_STACK/d" | +$SED "/main --sanity-level=3 and above may give spurious errors./d" | + # Older bash versions print abnormal termination messages on the stderr # of the bash process. Newer bash versions redirect such messages properly. # Suppress any redirected abnormal termination messages. You can find the -- 2.47.2