]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
memcheck/tests/strchr: Add expected output for openSUSE 12.1
authorBart Van Assche <bvanassche@acm.org>
Sat, 16 Jun 2012 18:50:04 +0000 (18:50 +0000)
committerBart Van Assche <bvanassche@acm.org>
Sat, 16 Jun 2012 18:50:04 +0000 (18:50 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12644

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

diff --git a/memcheck/tests/strchr.stderr.exp3 b/memcheck/tests/strchr.stderr.exp3
new file mode 100644 (file)
index 0000000..9f90e69
--- /dev/null
@@ -0,0 +1,12 @@
+Conditional jump or move depends on uninitialised value(s)
+   at 0x........: __GI_strchr (mc_replace_strmem.c:211)
+   by 0x........: main (strchr.c:15)
+
+Conditional jump or move depends on uninitialised value(s)
+   at 0x........: __GI_strchr (mc_replace_strmem.c:211)
+   by 0x........: main (strchr.c:15)
+
+Conditional jump or move depends on uninitialised value(s)
+   at 0x........: __GI_strrchr (mc_replace_strmem.c:...)
+   by 0x........: main (strchr.c:16)
+