]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Darwin regtest: add filters for memcheck x86 sh-mem-vec128-plo*
authorPaul Floyd <pjfloyd@wanadoo.fr>
Wed, 26 Nov 2025 20:37:10 +0000 (21:37 +0100)
committerPaul Floyd <pjfloyd@wanadoo.fr>
Wed, 26 Nov 2025 20:37:10 +0000 (21:37 +0100)
Need to bash the output to make it look like posix_memalign.
Also add -q because Darwin libc is incontinent.

memcheck/tests/common/sh-mem-vec128-plo-no.stderr.exp-32bit-le
memcheck/tests/common/sh-mem-vec128-plo-yes.stderr.exp-32bit-le
memcheck/tests/x86/sh-mem-vec128-plo-no.vgtest
memcheck/tests/x86/sh-mem-vec128-plo-yes.vgtest

index b4cdfe84ba400a040c5a8a69927e37a6da4129b0..630d27a694db702ad1a751ae4fd95f5171ac3b97 100644 (file)
@@ -1,4 +1,3 @@
-
 sh-mem-vec128: config: little-endian, 32-bit word size
 
 20537   136   171    75    38    63   139    23     5   110    66   421   194    86   232   115 
@@ -529,13 +528,3 @@ Invalid read of size 16
 dddddddddddddddd
 
 
-
-HEAP SUMMARY:
-    in use at exit: 0 bytes in 0 blocks
-  total heap usage: 33 allocs, 33 frees, 82,048 bytes allocated
-
-For a detailed leak analysis, rerun with: --leak-check=full
-
-Use --track-origins=yes to see where uninitialised values come from
-For lists of detected and suppressed errors, rerun with: -s
-ERROR SUMMARY: 66 errors from 66 contexts (suppressed: 0 from 0)
index a6bea424163d28b84b36832c58fb2ea5de595b81..7a0cfa94abc9f39372ed004c460505da310d1a57 100644 (file)
@@ -1,4 +1,3 @@
-
 sh-mem-vec128: config: little-endian, 32-bit word size
 
 20537   136   171    75    38    63   139    23     5   110    66   421   194    86   232   115 
@@ -436,13 +435,3 @@ Invalid read of size 16
 dddddddddddddddd
 
 
-
-HEAP SUMMARY:
-    in use at exit: 0 bytes in 0 blocks
-  total heap usage: 33 allocs, 33 frees, 82,048 bytes allocated
-
-For a detailed leak analysis, rerun with: --leak-check=full
-
-Use --track-origins=yes to see where uninitialised values come from
-For lists of detected and suppressed errors, rerun with: -s
-ERROR SUMMARY: 51 errors from 51 contexts (suppressed: 0 from 0)
index 6cc8f18f2b7e9743ac18756ec910917f27b02f4b..ea875e008a7b786fa798099dec1d83ae4ea15b9f 100644 (file)
@@ -1,4 +1,5 @@
 prog: sh-mem-vec128
 prereq: ../../../tests/x86_amd64_features x86-sse
 args: -q
-vgopts: --partial-loads-ok=no
+vgopts: --partial-loads-ok=no -q
+stderr_filter: ../amd64/filter_malloc_zone
index bc2a1356705c7e28520d542eb773bbc6bfbcd62a..572d3c0277aabbd2ab065c936833d6c190b175f1 100644 (file)
@@ -1,4 +1,5 @@
 prog: sh-mem-vec128
 prereq: ../../../tests/x86_amd64_features x86-sse
 args: -q
-vgopts: --partial-loads-ok=yes
+vgopts: --partial-loads-ok=yes -q
+stderr_filter: ../amd64/filter_malloc_zone