]> sourceware.org Git - valgrind.git/commitdiff
regtest: add an arm expected for memalign_args
authorPaul Floyd <pjfloyd@wanadoo.fr>
Wed, 8 Mar 2023 20:33:36 +0000 (21:33 +0100)
committerPaul Floyd <pjfloyd@wanadoo.fr>
Wed, 8 Mar 2023 20:34:25 +0000 (21:34 +0100)
memcheck/tests/Makefile.am
memcheck/tests/memalign_args.stderr.exp-arm [new file with mode: 0644]

index 72d56cfa4897816ce125433add8d7095015bd583..98cecb9ca2c6c1b59018e18a7910cab30fb2c058 100644 (file)
@@ -223,6 +223,7 @@ EXTRA_DIST = \
        memalign_args.vgtest memalign_args.stderr.exp \
                memalign_args.stderr.exp-glibc \
                memalign_args.stderr.exp-ppc64 \
+               memalign_args.stderr.exp-arm \
        memcmptest.stderr.exp memcmptest.stderr.exp2 \
        memcmptest.stdout.exp memcmptest.vgtest \
        memmem.stderr.exp memmem.vgtest \
diff --git a/memcheck/tests/memalign_args.stderr.exp-arm b/memcheck/tests/memalign_args.stderr.exp-arm
new file mode 100644 (file)
index 0000000..093accf
--- /dev/null
@@ -0,0 +1,40 @@
+Conditional jump or move depends on uninitialised value(s)
+   at 0x........: memalign (vg_replace_malloc.c:...)
+   by 0x........: main (memalign_args.c:19)
+
+Conditional jump or move depends on uninitialised value(s)
+   at 0x........: memalign (vg_replace_malloc.c:...)
+   by 0x........: main (memalign_args.c:19)
+
+Conditional jump or move depends on uninitialised value(s)
+   at 0x........: memalign (vg_replace_malloc.c:...)
+   by 0x........: main (memalign_args.c:19)
+
+Conditional jump or move depends on uninitialised value(s)
+   at 0x........: posix_memalign (vg_replace_malloc.c:...)
+   by 0x........: main (memalign_args.c:23)
+
+Conditional jump or move depends on uninitialised value(s)
+   at 0x........: posix_memalign (vg_replace_malloc.c:...)
+   by 0x........: main (memalign_args.c:23)
+
+Conditional jump or move depends on uninitialised value(s)
+   at 0x........: posix_memalign (vg_replace_malloc.c:...)
+   by 0x........: main (memalign_args.c:23)
+
+Conditional jump or move depends on uninitialised value(s)
+   at 0x........: memalign (vg_replace_malloc.c:...)
+   by 0x........: main (memalign_args.c:26)
+
+Conditional jump or move depends on uninitialised value(s)
+   at 0x........: memalign (vg_replace_malloc.c:...)
+   by 0x........: main (memalign_args.c:26)
+
+Conditional jump or move depends on uninitialised value(s)
+   at 0x........: memalign (vg_replace_malloc.c:...)
+   by 0x........: main (memalign_args.c:26)
+
+Conditional jump or move depends on uninitialised value(s)
+   at 0x........: valloc (vg_replace_malloc.c:...)
+   by 0x........: main (memalign_args.c:29)
+
This page took 0.032004 seconds and 5 git commands to generate.