]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Fix suppression for pthread_rwlock_init on OS X 10.8
authorRhys Kidd <rhyskidd@gmail.com>
Mon, 4 May 2015 12:46:44 +0000 (12:46 +0000)
committerRhys Kidd <rhyskidd@gmail.com>
Mon, 4 May 2015 12:46:44 +0000 (12:46 +0000)
bz#347151

Before:

== 593 tests, 238 stderr failures, 23 stdout failures, 0 stderrB failures, 0 stdoutB failures, 30 post failures ==

After:

== 593 tests, 237 stderr failures, 23 stdout failures, 0 stderrB failures, 0 stdoutB failures, 30 post failures ==

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

NEWS
darwin12.supp

diff --git a/NEWS b/NEWS
index 1c178cc44bbd07ab2f2846e8492281eb765e3578..cab832207ad7a4e7643f7177a534df40c2af279a 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -169,6 +169,7 @@ where XXXXXX is the bug number as listed below.
 346474  PPC64 Power 8, spr TEXASRU register not supported
 346487  Compiler generates "note" about a future ABI change for PPC64
 346801  Fix link error on OS X: _vgModuleLocal_sf_maybe_extend_stack
+347151  Fix suppression for pthread_rwlock_init on OS X 10.8
 n-i-bz  Provide implementations of certain compiler builtins to support
         compilers who may not provide those
 n-i-bz  Old STABS code is still being compiled, but never used. Remove it.
index f621c40ee71dbb55587c62b7881813f28a7a91e9..cbf112c91629d9a6f865bc7263b02480ceab59a8 100644 (file)
    fun:*ImageLoaderMachO*doModInitFunctions*
 }
 
+# See https://bugs.kde.org/show_bug.cgi?id=196528
+{
+   macos-__pthread_rwlock_init-see-our-bug-196528
+   Memcheck:Cond
+   fun:pthread_rwlock_init
+}
+
 #########################################################
 ## Leaks (apparently) in even hello-world style programs