]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Dnother iteration for getting the right expected line numbers.
authorPaul Floyd <pjfloyd@wanadoo.fr>
Mon, 11 Oct 2021 06:16:32 +0000 (08:16 +0200)
committerPaul Floyd <pjfloyd@wanadoo.fr>
Mon, 11 Oct 2021 06:16:32 +0000 (08:16 +0200)
drd/tests/tc09_bad_unlock.stderr.exp-ppc
memcheck/tests/badjump2.stderr.exp

index 9a42458da917624124517839d5439bc50f40ea33..72cbe743c181c21d85b107d920e51c04c2ad9f11 100644 (file)
@@ -25,7 +25,7 @@ The object at address 0x........ is not a mutex.
    by 0x........: main (tc09_bad_unlock.c:52)
 
 Destroying locked mutex: mutex 0x........, recursion count 1, owner 1.
-   at 0x........: nearly_main (tc09_bad_unlock.c:44)
+   at 0x........: nearly_main (tc09_bad_unlock.c:43)
    by 0x........: main (tc09_bad_unlock.c:52)
 mutex 0x........ was first observed at:
    at 0x........: pthread_mutex_init (drd_pthread_intercepts.c:?)
@@ -48,7 +48,7 @@ The object at address 0x........ is not a mutex.
    by 0x........: main (tc09_bad_unlock.c:53)
 
 Destroying locked mutex: mutex 0x........, recursion count 1, owner 1.
-   at 0x........: nearly_main (tc09_bad_unlock.c:44)
+   at 0x........: nearly_main (tc09_bad_unlock.c:43)
    by 0x........: main (tc09_bad_unlock.c:53)
 mutex 0x........ was first observed at:
    at 0x........: pthread_mutex_init (drd_pthread_intercepts.c:?)
index 78e416bdcda98e83ad55c502ea285bba7034e30a..6846e3a58e40655e10f5bddc88c7066f9040d40a 100644 (file)
@@ -1,6 +1,6 @@
 Jump to the invalid address stated on the next line
    ...
-   by 0x........: main (badjump2.c:47)
+   by 0x........: main (badjump2.c:48)
  Address 0x........ is not stack'd, malloc'd or (recently) free'd
 
 Signal caught, as expected