]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Update expected result for leak-segv-jmp, following TileGX addition of
authorPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Fri, 10 Apr 2015 19:08:17 +0000 (19:08 +0000)
committerPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Fri, 10 Apr 2015 19:08:17 +0000 (19:08 +0000)
a few lines in leak-segv-jmp.c

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15081

memcheck/tests/leak-segv-jmp.stderr.exp

index 81e2e072a1168cae9e48a908743bffc845420b31..73f4e1188e25f88e5c0ba27d0a7eb623e76d2733 100644 (file)
@@ -14,8 +14,8 @@ To see them, rerun with: --leak-check=full --show-leak-kinds=all
 expecting a leak
 1,000 bytes in 1 blocks are definitely lost in loss record ... of ...
    at 0x........: malloc (vg_replace_malloc.c:...)
-   by 0x........: f (leak-segv-jmp.c:199)
-   by 0x........: main (leak-segv-jmp.c:262)
+   by 0x........: f (leak-segv-jmp.c:223)
+   by 0x........: main (leak-segv-jmp.c:286)
 
 LEAK SUMMARY:
    definitely lost: 1,000 bytes in 1 blocks
@@ -30,8 +30,8 @@ mprotect result 0
 expecting a leak again
 1,000 bytes in 1 blocks are definitely lost in loss record ... of ...
    at 0x........: malloc (vg_replace_malloc.c:...)
-   by 0x........: f (leak-segv-jmp.c:199)
-   by 0x........: main (leak-segv-jmp.c:262)
+   by 0x........: f (leak-segv-jmp.c:223)
+   by 0x........: main (leak-segv-jmp.c:286)
 
 LEAK SUMMARY:
    definitely lost: 1,000 bytes in 1 blocks
@@ -46,8 +46,8 @@ full mprotect result 0
 expecting a leak again after full mprotect
 1,000 bytes in 1 blocks are definitely lost in loss record ... of ...
    at 0x........: malloc (vg_replace_malloc.c:...)
-   by 0x........: f (leak-segv-jmp.c:199)
-   by 0x........: main (leak-segv-jmp.c:262)
+   by 0x........: f (leak-segv-jmp.c:223)
+   by 0x........: main (leak-segv-jmp.c:286)
 
 LEAK SUMMARY:
    definitely lost: 1,000 bytes in 1 blocks