]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Soalris regtest: remove unused expected
authorPaul Floyd <pjfloyd@wanadoo.fr>
Tue, 14 Apr 2026 19:14:23 +0000 (21:14 +0200)
committerPaul Floyd <pjfloyd@wanadoo.fr>
Tue, 14 Apr 2026 19:14:23 +0000 (21:14 +0200)
With the previous commit one expected is no longer needed since
Solaris now generates callstacks similar to other OSes.

helgrind/tests/Makefile.am
helgrind/tests/tc12_rwl_trivial.stderr.exp-solaris [deleted file]

index b7cdfcad604097e059cc9659cb36afead1dbad63..70381988a1022bc4eaef6f4d20e97c32fabb9409 100644 (file)
@@ -98,7 +98,6 @@ EXTRA_DIST = \
        tc12_rwl_trivial.vgtest \
                tc12_rwl_trivial.stderr.exp \
                tc12_rwl_trivial.stderr.exp-darwin970 \
-               tc12_rwl_trivial.stderr.exp-solaris \
                tc12_rwl_trivial.stderr.exp-freebsd \
        tc13_laog1.vgtest tc13_laog1.stderr.exp \
        tc14_laog_dinphils.vgtest \
diff --git a/helgrind/tests/tc12_rwl_trivial.stderr.exp-solaris b/helgrind/tests/tc12_rwl_trivial.stderr.exp-solaris
deleted file mode 100644 (file)
index 7de2549..0000000
+++ /dev/null
@@ -1,31 +0,0 @@
-
----Thread-Announcement------------------------------------------
-
-Thread #x is the program's root thread
-
-----------------------------------------------------------------
-
-Thread #x unlocked a not-locked lock at 0x........
-   at 0x........: pthread_rwlock_unlock_WRK (hg_intercepts.c:...)
-   by 0x........: pthread_rwlock_unlock (hg_intercepts.c:...)
-   ...
-   by 0x........: main (tc12_rwl_trivial.c:29)
- Lock at 0x........ was first observed
-   at 0x........: pthread_rwlock_init (hg_intercepts.c:...)
-   ...
-   by 0x........: main (tc12_rwl_trivial.c:18)
- Address 0x........ is on thread #x's stack
- in frame #x, created by main (tc12_rwl_trivial.c:14)
-
-
-----------------------------------------------------------------
-
-Thread #x's call to pthread_rwlock_unlock failed
-   with error code 1 (EPERM: Operation not permitted)
-   at 0x........: pthread_rwlock_unlock_WRK (hg_intercepts.c:...)
-   by 0x........: pthread_rwlock_unlock (hg_intercepts.c:...)
-   ...
-   by 0x........: main (tc12_rwl_trivial.c:29)
-
-
-ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)