From: Bart Van Assche Date: Sat, 16 Jun 2012 18:50:04 +0000 (+0000) Subject: memcheck/tests/strchr: Add expected output for openSUSE 12.1 X-Git-Tag: svn/VALGRIND_3_8_0~224 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=deec5f8ece349a0909d9bb86a80892b38cfccdf4;p=thirdparty%2Fvalgrind.git memcheck/tests/strchr: Add expected output for openSUSE 12.1 git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12644 --- diff --git a/memcheck/tests/strchr.stderr.exp3 b/memcheck/tests/strchr.stderr.exp3 new file mode 100644 index 0000000000..9f90e6961c --- /dev/null +++ b/memcheck/tests/strchr.stderr.exp3 @@ -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) +