]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Add alternate results for memcheck/tests/strchr on amd64.
authorTom Hughes <tom@compton.nu>
Wed, 2 Nov 2005 15:03:12 +0000 (15:03 +0000)
committerTom Hughes <tom@compton.nu>
Wed, 2 Nov 2005 15:03:12 +0000 (15:03 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@4986

memcheck/tests/strchr.stderr.exp2 [new file with mode: 0644]

diff --git a/memcheck/tests/strchr.stderr.exp2 b/memcheck/tests/strchr.stderr.exp2
new file mode 100644 (file)
index 0000000..d30d184
--- /dev/null
@@ -0,0 +1,11 @@
+Conditional jump or move depends on uninitialised value(s)
+   at 0x........: index (mac_replace_strmem.c:...)
+   by 0x........: main (strchr.c:15)
+
+Conditional jump or move depends on uninitialised value(s)
+   at 0x........: index (mac_replace_strmem.c:...)
+   by 0x........: main (strchr.c:15)
+
+Conditional jump or move depends on uninitialised value(s)
+   at 0x........: rindex (mac_replace_strmem.c:...)
+   by 0x........: main (strchr.c:16)