From ec0ec30b0a981748b13432ee79f07107ab50e582 Mon Sep 17 00:00:00 2001 From: Paul Floyd Date: Sat, 15 Nov 2025 11:41:04 +0100 Subject: [PATCH] Darwin regtest: filter and quieten sh-mem-vec256-plo-yes/no --- memcheck/tests/amd64/sh-mem-vec256-plo-no.stderr.exp | 11 ----------- memcheck/tests/amd64/sh-mem-vec256-plo-no.vgtest | 3 ++- memcheck/tests/amd64/sh-mem-vec256-plo-yes.stderr.exp | 11 ----------- memcheck/tests/amd64/sh-mem-vec256-plo-yes.vgtest | 3 ++- 4 files changed, 4 insertions(+), 24 deletions(-) diff --git a/memcheck/tests/amd64/sh-mem-vec256-plo-no.stderr.exp b/memcheck/tests/amd64/sh-mem-vec256-plo-no.stderr.exp index d27c1f4504..981109388c 100644 --- a/memcheck/tests/amd64/sh-mem-vec256-plo-no.stderr.exp +++ b/memcheck/tests/amd64/sh-mem-vec256-plo-no.stderr.exp @@ -1,4 +1,3 @@ - sh-mem-vec256: config: little-endian, 64-bit word size 19543 109 126 31 206 54 112 34 102 152 335 1 36 0 23 33 @@ -877,13 +876,3 @@ dddddddddddddddddddddddddddddddU dddddddddddddddddddddddddddddddd - -HEAP SUMMARY: - in use at exit: 0 bytes in 0 blocks - total heap usage: 65 allocs, 65 frees, 84,096 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: 130 errors from 100 contexts (suppressed: 0 from 0) diff --git a/memcheck/tests/amd64/sh-mem-vec256-plo-no.vgtest b/memcheck/tests/amd64/sh-mem-vec256-plo-no.vgtest index f6bcef4ab4..743ede66f3 100644 --- a/memcheck/tests/amd64/sh-mem-vec256-plo-no.vgtest +++ b/memcheck/tests/amd64/sh-mem-vec256-plo-no.vgtest @@ -1,4 +1,5 @@ prog: sh-mem-vec256 prereq: ../../../tests/x86_amd64_features amd64-avx args: -q -vgopts: --partial-loads-ok=no +vgopts: --partial-loads-ok=no -q +stderr_filter: filter_malloc_zone diff --git a/memcheck/tests/amd64/sh-mem-vec256-plo-yes.stderr.exp b/memcheck/tests/amd64/sh-mem-vec256-plo-yes.stderr.exp index c8ce5dd25c..299e09951c 100644 --- a/memcheck/tests/amd64/sh-mem-vec256-plo-yes.stderr.exp +++ b/memcheck/tests/amd64/sh-mem-vec256-plo-yes.stderr.exp @@ -1,4 +1,3 @@ - sh-mem-vec256: config: little-endian, 64-bit word size 19543 109 126 31 206 54 112 34 102 152 335 1 36 0 23 33 @@ -820,13 +819,3 @@ Invalid read of size 32 dddddddddddddddddddddddddddddddd - -HEAP SUMMARY: - in use at exit: 0 bytes in 0 blocks - total heap usage: 65 allocs, 65 frees, 84,096 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: 99 errors from 99 contexts (suppressed: 0 from 0) diff --git a/memcheck/tests/amd64/sh-mem-vec256-plo-yes.vgtest b/memcheck/tests/amd64/sh-mem-vec256-plo-yes.vgtest index ca32d1ed89..d3acbbe6f9 100644 --- a/memcheck/tests/amd64/sh-mem-vec256-plo-yes.vgtest +++ b/memcheck/tests/amd64/sh-mem-vec256-plo-yes.vgtest @@ -1,4 +1,5 @@ prog: sh-mem-vec256 prereq: ../../../tests/x86_amd64_features amd64-avx args: -q -vgopts: --partial-loads-ok=yes +vgopts: --partial-loads-ok=yes -q +stderr_filter: filter_malloc_zone -- 2.47.3