]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Tweak test case for bz#344560 from r14985, now includes line numbers
authorRhys Kidd <rhyskidd@gmail.com>
Sat, 7 Mar 2015 06:11:08 +0000 (06:11 +0000)
committerRhys Kidd <rhyskidd@gmail.com>
Sat, 7 Mar 2015 06:11:08 +0000 (06:11 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14986

memcheck/tests/darwin/deep_badparam.stderr.exp

index a25bf282f37877f31557776ea590fa4ab6ffb32b..3eeddc70c21dfd3a6febcca99401874025c4c631 100644 (file)
@@ -1,12 +1,12 @@
 Syscall param write(buf) points to uninitialised byte(s)
    ...
-   by 0x........: func_six (in ./deep_badparam)
-   by 0x........: func_five (in ./deep_badparam)
-   by 0x........: func_four (in ./deep_badparam)
-   by 0x........: func_three (in ./deep_badparam)
-   by 0x........: func_two (in ./deep_badparam)
-   by 0x........: func_one (in ./deep_badparam)
-   by 0x........: main (in ./deep_badparam)
+   by 0x........: func_six (deep_badparam.c:8)
+   by 0x........: func_five (deep_badparam.c:14)
+   by 0x........: func_four (deep_badparam.c:19)
+   by 0x........: func_three (deep_badparam.c:24)
+   by 0x........: func_two (deep_badparam.c:29)
+   by 0x........: func_one (deep_badparam.c:34)
+   by 0x........: main (deep_badparam.c:39)
  Address 0x........ is on thread 1's stack
- in frame #1, created by func_six (???:)
+ in frame #1, created by func_six (deep_badparam.c:6)