]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Solaris regtest: update for drd/tests/tc22_exit_w_lock
authorPaul Floyd <pjfloyd@wanadoo.fr>
Wed, 24 Dec 2025 10:38:23 +0000 (11:38 +0100)
committerPaul Floyd <pjfloyd@wanadoo.fr>
Wed, 24 Dec 2025 10:38:23 +0000 (11:38 +0100)
I removed -q so that the test passes with Darwin. That
only caused the test to fail on illumos. Ho hum.

drd/tests/Makefile.am
drd/tests/tc22_exit_w_lock.stderr.exp-solaris [new file with mode: 0644]

index f076ce18af69c5cdc76dddedf4a459a5e0f6d86c..151b114df54db1944e881dbb8770e856cdbd70bf 100644 (file)
@@ -363,6 +363,7 @@ EXTRA_DIST =                                        \
        tc21_pthonce.vgtest                         \
        tc22_exit_w_lock.stderr.exp-32bit           \
        tc22_exit_w_lock.stderr.exp-64bit           \
+       tc22_exit_w_lock.stderr.exp-solaris         \
        tc22_exit_w_lock.vgtest                     \
        tc23_bogus_condwait.stderr.exp-linux-x86    \
        tc23_bogus_condwait.stderr.exp-linux-ppc    \
diff --git a/drd/tests/tc22_exit_w_lock.stderr.exp-solaris b/drd/tests/tc22_exit_w_lock.stderr.exp-solaris
new file mode 100644 (file)
index 0000000..93c2575
--- /dev/null
@@ -0,0 +1,15 @@
+
+Mutex still locked at thread exit: mutex 0x........, recursion count 1, owner 3.
+   at 0x........: pthread_join (drd_pthread_intercepts.c:?)
+   by 0x........: main (tc22_exit_w_lock.c:43)
+mutex 0x........ was first observed at:
+   at 0x........: pthread_mutex_lock (drd_pthread_intercepts.c:?)
+   by 0x........: child_fn1 (tc22_exit_w_lock.c:18)
+   by 0x........: vgDrd_thread_wrapper (drd_pthread_intercepts.c:?)
+
+
+Process terminating with default action of signal 6 (SIGABRT)
+   at 0x........: (below main)
+   by 0x........: (below main)
+
+ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)