History log of /external/valgrind/memcheck/tests/err_disable4.stderr.exp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
37192e7540399f080044716c3c70da3ad020e9be 27-Feb-2015 rhyskidd <rhyskidd@a5019735-40e9-0310-863c-91ae7b9d1cf9> Fix memcheck/tests/err_disable4 test on OS X
bz#344621
- Unnamed semaphores are not supported on OS X, must use named semaphores.
- To use named semaphores sem_open() instead of sem_init() utilised.
- Test case updated accordingly across all platforms.

Before:

== 586 tests, 240 stderr failures, 22 stdout failures, 0 stderrB failures, 0 stdoutB failures, 31 post failures ==

After:

== 586 tests, 239 stderr failures, 22 stdout failures, 0 stderrB failures, 0 stdoutB failures, 31 post failures ==

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14968 a5019735-40e9-0310-863c-91ae7b9d1cf9
/external/valgrind/memcheck/tests/err_disable4.stderr.exp
2bf25222ef50a6e5f42a25162c6a5f5c5260bbc3 03-Oct-2011 sewardj <sewardj@a5019735-40e9-0310-863c-91ae7b9d1cf9> Fix multiple problems with this test:

* when creating threads, just ask for a 256k stack size, since creating
498 threads each with the default 8M stack size fails on 32 bit machines.

* limit number of callers to 3 so as to remove junk frames that cause
different output on 32 vs 64 bit targets.

* add a proper self-check at the end, to verify the number of detected errors
is as expected

* update output accordingly



git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12086 a5019735-40e9-0310-863c-91ae7b9d1cf9
/external/valgrind/memcheck/tests/err_disable4.stderr.exp
dc873c08cc51930ecd35a976c1d03285f9a53b94 24-Jul-2011 sewardj <sewardj@a5019735-40e9-0310-863c-91ae7b9d1cf9> Add a new client request and pair of macros,
VALGRIND_{DISABLE,ENABLE}_ERROR_REPORTING, which allow a thread to
temporarily disable reporting of errors it makes. This is useful for
making Memcheck behave sanely in the presence of some MPI
implementations. Also mark up libmpiwrap.c accordingly.



git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11910 a5019735-40e9-0310-863c-91ae7b9d1cf9
/external/valgrind/memcheck/tests/err_disable4.stderr.exp