Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
valgrind
/
dfca61f832e0af8624a354632d63f3528666a9d7
/
drd
/
tests
/
tc23_bogus_condwait.stderr.exp-linux
dfca61f
Added another Darwin regression tests output variant.
by bart
· 15 years ago
[Renamed from drd/tests/tc23_bogus_condwait.stderr.exp]
9f717f5
Updated line numbers in expected output -- these line numbers changed because of r10523.
by bart
· 15 years ago
a1fc3a5
More regression test output tuning.
by bart
· 15 years ago
292c1e2
Renamed vg_thread_wrapper() into DRD_(thread_wrapper)().
by bart
· 16 years ago
ccf17de
Renamed exp-drd directory into drd. Moved drd from the experimental tool class to the class of regular tools.
by bart
· 16 years ago
[Renamed from exp-drd/tests/tc23_bogus_condwait.stderr.exp]
391d9dc
Made error messages more verbose.
by bart
· 16 years ago
9905c2e
Bug fix: only complain about recursive locking before pthread_cond_wait() is called if the calling thread holds the lock.
by bart
· 16 years ago
08e6d6a
An error message is now printed if the mutex pointer passed to
by bart
· 16 years ago
886b87c
DRD now prints where a mutex appeared for the first time in addition to
by bart
· 16 years ago
46b5fce
Some time ago reporting sending POSIX signals where the mutex associated
by bart
· 16 years ago
52e8291
Modified error message that is printed when a mutex operation is attempted on an object that is not a mutex.
by bart
· 17 years ago
6b71761
When the "not a mutex" error message is printed, the offending address is now printed too.
by bart
· 17 years ago
1160800
Disabled the warning on sending a signal without having locked the associated mutex, since this is not always an error.
by bart
· 17 years ago
2cb588d
Renamed drd_intercepts.c into drd_pthread_intercepts.c.
by bart
· 17 years ago
f16b77c
More finetuning of output filtering.
by bart
· 17 years ago
777f7fe
Added support for POSIX reader-writer locks. Modified exp-drd/tests/filter-stderr such that i386 and AMD64 now generate the same output. Removed *.stderr.exp2 files. Added section that explains differences between LinuxThreads and NPTL to exp-drd/docs/README.txt. Made error message about LinuxThreads more clear. Made error messages more uniform.
by bart
· 17 years ago
0034464
Converted double mutex error messages into single error messages.
by bart
· 17 years ago
5357fcb
Modified drd client requests such that the mutex type can be passed from the intercepts to the tool. An error message is now printed in case a locked mutex is destroyed and in case a thread exits while it holds a lock on a mutex. Changed format of mutex error messages. Added recursive_mutex regression test. Fixed autogen warnings in exp-drd/tests/Makefile.am.
by bart
· 17 years ago
e883bc8
Cleaned up generation of "Not a mutex" error messages.
by bart
· 17 years ago
60389da
Added more of Helgrind's regression tests.
by bart
· 17 years ago