History log of /external/valgrind/tests/filter_libc
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
af0328c2dfbdc6083095869518cdc7b49beda141 18-Sep-2015 mjw <mjw@a5019735-40e9-0310-863c-91ae7b9d1cf9> Filter out glibc warning messages about unexpected futex results in tests.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15654 a5019735-40e9-0310-863c-91ae7b9d1cf9
/external/valgrind/tests/filter_libc
8eb8bab992e3998c33770b0cdb16059a8b918a06 21-Jul-2015 sewardj <sewardj@a5019735-40e9-0310-863c-91ae7b9d1cf9> Bug 345248 - add support for Solaris OS in valgrind

Authors of this port:
Petr Pavlu setup@dagobah.cz
Ivo Raisr ivosh@ivosh.net
Theo Schlossnagle theo@omniti.com



git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15426 a5019735-40e9-0310-863c-91ae7b9d1cf9
/external/valgrind/tests/filter_libc
b6b5205d74ba39c48601c0dc97d9e0903f065893 13-May-2015 carll <carll@a5019735-40e9-0310-863c-91ae7b9d1cf9> Patch 2 in a revised series of cleanup patches from Will Schmidt

Add a deep-D test .exp values for ppc64.
Depending on the system and the systems endianness, there are variances
in the library reference, and to the specific line number in the library.
I was able to add and modify existing filters to cover most of the variations,
but did need to add a .exp to cover the additional call stack entry as seen
on power.
This change allows the ppc64 targets to pass the massif/deep-D test.


This patch fixes Vagrind bugzilla 347686


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15228 a5019735-40e9-0310-863c-91ae7b9d1cf9
/external/valgrind/tests/filter_libc
2e5051bd7877b7a7787ed8ac559b6bc6920535bd 29-Mar-2015 rhyskidd <rhyskidd@a5019735-40e9-0310-863c-91ae7b9d1cf9> Fix memcheck/tests/sendmsg on OS X
bz#345637
- Support the lowercase for of libsystem* in filter_libc script

Before:

== 590 tests, 238 stderr failures, 22 stdout failures, 0 stderrB failures, 0 stdoutB failures, 31 post failures ==

After:

== 590 tests, 237 stderr failures, 22 stdout failures, 0 stderrB failures, 0 stdoutB failures, 31 post failures ==


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15048 a5019735-40e9-0310-863c-91ae7b9d1cf9
/external/valgrind/tests/filter_libc
17cc680f2823835a2d11de53c770104e4760b0c3 08-Oct-2013 florian <florian@a5019735-40e9-0310-863c-91ae7b9d1cf9> Tweak to avoid a trailing space.


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@13627 a5019735-40e9-0310-863c-91ae7b9d1cf9
/external/valgrind/tests/filter_libc
61e7d633cd4c2017674062fc22ff2d8d499919cf 07-Oct-2013 florian <florian@a5019735-40e9-0310-863c-91ae7b9d1cf9> Filter out the dynamic linker from back traces.
Patch by Maran Pakkirisamy (maranp@linux.vnet.ibm.com).


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@13626 a5019735-40e9-0310-863c-91ae7b9d1cf9
/external/valgrind/tests/filter_libc
3dfe979d03de6815008ecd66f9b733c7a44f0d2a 04-Oct-2011 florian <florian@a5019735-40e9-0310-863c-91ae7b9d1cf9> Improve filtering of backtrace noise in the memcheck bucket
and update exp files accordingly. This works well for x86
and all testcases pass on my machine.
New file filter_memcheck to do the work.
There is a bit of a ripple here as filter_memcheck requires
command line arguments to be passed in. So all users of
filter_memcheck (direct or indirect) were updated as well.
filter_stderr was simplified as was filter_libc.


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12091 a5019735-40e9-0310-863c-91ae7b9d1cf9
/external/valgrind/tests/filter_libc
f76d27a697a7b0bf3b84490baf60623fc96a23af 28-May-2009 njn <njn@a5019735-40e9-0310-863c-91ae7b9d1cf9> Merge the DARWIN branch onto the trunk.

I tried using 'svn merge' to do the merge but it did a terrible job and
there were bazillions of conflicts. So instead I just took the diff between
the branch and trunk at r10155, applied the diff to the trunk, 'svn add'ed
the added files (no files needed to be 'svn remove'd) and committed.


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10156 a5019735-40e9-0310-863c-91ae7b9d1cf9
/external/valgrind/tests/filter_libc
251a5b91097f4c10e8e9db2d55b5ec0fa2afc99c 11-Mar-2009 njn <njn@a5019735-40e9-0310-863c-91ae7b9d1cf9> Test fixes for systems that have debug info installed for libc and
libpthread.



git-svn-id: svn://svn.valgrind.org/valgrind/trunk@9353 a5019735-40e9-0310-863c-91ae7b9d1cf9
/external/valgrind/tests/filter_libc
9cf79b54a6e755c1a18b288b869871edb9e61cb8 10-Mar-2009 njn <njn@a5019735-40e9-0310-863c-91ae7b9d1cf9> Some tweaks to make more tests pass, or get closer to passing, on
--enable-only32bit builds on my Ubuntu box:

- For all tests, replace all operator new/new[]/delete/delete[] variants
with a common form, eg. "...operator new...". This makes
exp-ptrcheck/tests/ccc and memcheck/tests/mismatches pass.

- For Helgrind tests, replace all libpthread paths with "/...libpthread...",
as is done for libc paths. This avoids problems when /lib32/libpthread.so
is the path. No extra tests pass, but many of them get a lot closer to
passing.


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@9333 a5019735-40e9-0310-863c-91ae7b9d1cf9
/external/valgrind/tests/filter_libc
e66ffee96759787d71542aef565a67dd0e825b4f 12-Feb-2009 njn <njn@a5019735-40e9-0310-863c-91ae7b9d1cf9> Filter out everything after "(below main)" in a line. This will help with
Darwin, for which such entries can occur within the executable, rather than
within libc.



git-svn-id: svn://svn.valgrind.org/valgrind/trunk@9142 a5019735-40e9-0310-863c-91ae7b9d1cf9
/external/valgrind/tests/filter_libc
9e41d8d4d58c066e414951195314fb9a89afa261 13-Apr-2006 tom <tom@a5019735-40e9-0310-863c-91ae7b9d1cf9> Suppress any source filename in a "(below main)" line in a stack trace.


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@5847 a5019735-40e9-0310-863c-91ae7b9d1cf9
/external/valgrind/tests/filter_libc
cbdddcfb32883a37e873907602d34bac523e3ead 11-Mar-2005 sewardj <sewardj@a5019735-40e9-0310-863c-91ae7b9d1cf9> Add new files resulting from merging in the 2.4.0 line. Many of these
seem to be simply duplication of the x86 instruction set tests into
the addrcheck and helgrind trees. I'm not sure what this duplication
achieves.



git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3264 a5019735-40e9-0310-863c-91ae7b9d1cf9
/external/valgrind/tests/filter_libc