|
From: <sv...@va...> - 2016-12-06 09:50:54
|
Author: mjw
Date: Tue Dec 6 09:50:47 2016
New Revision: 16177
Log:
Adjust line number in mcblocklistsearch.stderrB.exp.
valgrind svn r16173 "Add CLEAR_CALLER_SAVED_REGS in leak-tree test"
added one extra line to memcheck/tests/leak-tree.c which is used in
gdbserver_tests/mcblocklistsearch.vgtest. Adjust the line numbers in
the exp file to match.
Modified:
trunk/gdbserver_tests/mcblocklistsearch.stderrB.exp
Modified: trunk/gdbserver_tests/mcblocklistsearch.stderrB.exp
==============================================================================
--- trunk/gdbserver_tests/mcblocklistsearch.stderrB.exp (original)
+++ trunk/gdbserver_tests/mcblocklistsearch.stderrB.exp Tue Dec 6 09:50:47 2016
@@ -6,8 +6,8 @@
Breakpoint 1, f () at leak-tree.c:42
42 t->l = mk(); // B
Continuing.
-Breakpoint 2, main () at leak-tree.c:67
-67 PRINT_LEAK_COUNTS(stderr);
+Breakpoint 2, main () at leak-tree.c:68
+68 PRINT_LEAK_COUNTS(stderr);
Searching for pointers to 0x........
*0x........ points at 0x........
Address 0x........ is 0 bytes inside data symbol "t"
|
|
From: Petar J. <mip...@gm...> - 2016-12-06 13:04:05
|
On Tue, Dec 6, 2016 at 10:50 AM, <sv...@va...> wrote: > Author: mjw > Date: Tue Dec 6 09:50:47 2016 > New Revision: 16177 > > Log: > Adjust line number in mcblocklistsearch.stderrB.exp. > > valgrind svn r16173 "Add CLEAR_CALLER_SAVED_REGS in leak-tree test" > added one extra line to memcheck/tests/leak-tree.c which is used in > gdbserver_tests/mcblocklistsearch.vgtest. Adjust the line numbers in > the exp file to match. > Thanks. Regards, Petar |