]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
FreeBSD regtest: filter sanity level >= 3 warnings about transparent stack mmaps
authorPaul Floyd <pjfloyd@wanadoo.fr>
Wed, 28 Feb 2024 18:37:02 +0000 (19:37 +0100)
committerPaul Floyd <pjfloyd@wanadoo.fr>
Wed, 28 Feb 2024 18:37:02 +0000 (19:37 +0100)
tests/filter_stderr_basic.in

index 14ca362f27f19e98cd0fd6074c4feb91d5b6bc0e..a12671e150a274fe83c6c3fa6826892f113e7f58 100755 (executable)
@@ -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