Skip to content

Commit 42347a1

Browse files
author
philippe
committed
Update expected result for leak-segv-jmp, following TileGX addition of
a few lines in leak-segv-jmp.c git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15081 a5019735-40e9-0310-863c-91ae7b9d1cf9
1 parent 63d8033 commit 42347a1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ To see them, rerun with: --leak-check=full --show-leak-kinds=all
1414
expecting a leak
1515
1,000 bytes in 1 blocks are definitely lost in loss record ... of ...
1616
at 0x........: malloc (vg_replace_malloc.c:...)
17-
by 0x........: f (leak-segv-jmp.c:199)
18-
by 0x........: main (leak-segv-jmp.c:262)
17+
by 0x........: f (leak-segv-jmp.c:223)
18+
by 0x........: main (leak-segv-jmp.c:286)
1919

2020
LEAK SUMMARY:
2121
definitely lost: 1,000 bytes in 1 blocks
@@ -30,8 +30,8 @@ mprotect result 0
3030
expecting a leak again
3131
1,000 bytes in 1 blocks are definitely lost in loss record ... of ...
3232
at 0x........: malloc (vg_replace_malloc.c:...)
33-
by 0x........: f (leak-segv-jmp.c:199)
34-
by 0x........: main (leak-segv-jmp.c:262)
33+
by 0x........: f (leak-segv-jmp.c:223)
34+
by 0x........: main (leak-segv-jmp.c:286)
3535

3636
LEAK SUMMARY:
3737
definitely lost: 1,000 bytes in 1 blocks
@@ -46,8 +46,8 @@ full mprotect result 0
4646
expecting a leak again after full mprotect
4747
1,000 bytes in 1 blocks are definitely lost in loss record ... of ...
4848
at 0x........: malloc (vg_replace_malloc.c:...)
49-
by 0x........: f (leak-segv-jmp.c:199)
50-
by 0x........: main (leak-segv-jmp.c:262)
49+
by 0x........: f (leak-segv-jmp.c:223)
50+
by 0x........: main (leak-segv-jmp.c:286)
5151

5252
LEAK SUMMARY:
5353
definitely lost: 1,000 bytes in 1 blocks

0 commit comments

Comments
 (0)