From: Paul Floyd Date: Wed, 28 Feb 2024 18:37:02 +0000 (+0100) Subject: FreeBSD regtest: filter sanity level >= 3 warnings about transparent stack mmaps X-Git-Tag: VALGRIND_3_23_0~133 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=506beeecc8eb806f30fd1107d5a63eea878fa47c;p=thirdparty%2Fvalgrind.git FreeBSD regtest: filter sanity level >= 3 warnings about transparent stack mmaps --- diff --git a/tests/filter_stderr_basic.in b/tests/filter_stderr_basic.in index 14ca362f2..a12671e15 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