+++ This bug was initially created as a clone of Bug #196528 +++ Valgrind requires a suppression for pthread_rwlock_init on OS X 10.8, bringing support inline with OS X 10.9+ Reproducible: Always Steps to Reproduce: 1. Run test suite on OS X 10.8 2. $ perl tests/vg_regtest memcheck/tests/darwin/pth-supp Actual Results: $ perl tests/vg_regtest memcheck/tests/darwin/pth-supp pth-supp: valgrind -q ./pth-supp *** pth-supp failed (stderr) *** == 1 test, 1 stderr failure, 0 stdout failures, 0 stderrB failures, 0 stdoutB failures, 0 post failures == Expected Results: $ perl tests/vg_regtest memcheck/tests/darwin/pth-supp pth-supp: valgrind -q ./pth-supp == 1 test, 0 stderr failure, 0 stdout failures, 0 stderrB failures, 0 stdoutB failures, 0 post failures ==
Resolved with r15179.