From: Paul F. <pa...@so...> - 2025-04-15 19:21:16
|
https://sourceware.org/git/gitweb.cgi?p=valgrind.git;h=3149c9ff090c2290309419b09708a9b80481ede3 commit 3149c9ff090c2290309419b09708a9b80481ede3 Author: Paul Floyd <pj...@wa...> Date: Tue Apr 15 21:18:33 2025 +0200 Illumos regtest: update expected for memcheck/tests/amd64-solaris/context_fpu The expected contains 8 errors for if (inhandler[1] || inhandler[3] || inhandler[5] || inhandler[7]) assert(0); whilst I would expect 4 (the 4 array elements are uninitialised). It is also failing on Solaris 11.4. Diff: --- .../tests/amd64-solaris/context_fpu.stderr.exp | 48 ---------------------- 1 file changed, 48 deletions(-) diff --git a/memcheck/tests/amd64-solaris/context_fpu.stderr.exp b/memcheck/tests/amd64-solaris/context_fpu.stderr.exp index f47b338606..999e669323 100644 --- a/memcheck/tests/amd64-solaris/context_fpu.stderr.exp +++ b/memcheck/tests/amd64-solaris/context_fpu.stderr.exp @@ -22,54 +22,6 @@ Conditional jump or move depends on uninitialised value(s) at 0x........: malloc (vg_replace_malloc.c:...) by 0x........: main (context_fpu.c:51) -Conditional jump or move depends on uninitialised value(s) - at 0x........: main (context_fpu.c:97) - Uninitialised value was created by a heap allocation - at 0x........: malloc (vg_replace_malloc.c:...) - by 0x........: main (context_fpu.c:51) - -Conditional jump or move depends on uninitialised value(s) - at 0x........: main (context_fpu.c:97) - Uninitialised value was created by a heap allocation - at 0x........: malloc (vg_replace_malloc.c:...) - by 0x........: main (context_fpu.c:51) - -Conditional jump or move depends on uninitialised value(s) - at 0x........: main (context_fpu.c:97) - Uninitialised value was created by a heap allocation - at 0x........: malloc (vg_replace_malloc.c:...) - by 0x........: main (context_fpu.c:51) - -Conditional jump or move depends on uninitialised value(s) - at 0x........: main (context_fpu.c:97) - Uninitialised value was created by a heap allocation - at 0x........: malloc (vg_replace_malloc.c:...) - by 0x........: main (context_fpu.c:51) - -Conditional jump or move depends on uninitialised value(s) - at 0x........: main (context_fpu.c:105) - Uninitialised value was created by a heap allocation - at 0x........: malloc (vg_replace_malloc.c:...) - by 0x........: main (context_fpu.c:51) - -Conditional jump or move depends on uninitialised value(s) - at 0x........: main (context_fpu.c:105) - Uninitialised value was created by a heap allocation - at 0x........: malloc (vg_replace_malloc.c:...) - by 0x........: main (context_fpu.c:51) - -Conditional jump or move depends on uninitialised value(s) - at 0x........: main (context_fpu.c:105) - Uninitialised value was created by a heap allocation - at 0x........: malloc (vg_replace_malloc.c:...) - by 0x........: main (context_fpu.c:51) - -Conditional jump or move depends on uninitialised value(s) - at 0x........: main (context_fpu.c:105) - Uninitialised value was created by a heap allocation - at 0x........: malloc (vg_replace_malloc.c:...) - by 0x........: main (context_fpu.c:51) - Conditional jump or move depends on uninitialised value(s) at 0x........: main (context_fpu.c:105) Uninitialised value was created by a heap allocation |