|
From: <sv...@va...> - 2015-03-07 06:11:16
|
Author: rhyskidd
Date: Sat Mar 7 06:11:08 2015
New Revision: 14986
Log:
Tweak test case for bz#344560 from r14985, now includes line numbers
Modified:
trunk/memcheck/tests/darwin/deep_badparam.stderr.exp
Modified: trunk/memcheck/tests/darwin/deep_badparam.stderr.exp
==============================================================================
--- trunk/memcheck/tests/darwin/deep_badparam.stderr.exp (original)
+++ trunk/memcheck/tests/darwin/deep_badparam.stderr.exp Sat Mar 7 06:11:08 2015
@@ -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)
|