Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
valgrind
/
995e36deffc5fcdff74fbc41b2bbb342b0350484
/
drd
/
tests
/
tc09_bad_unlock.stderr.exp-x86
b4913ad
DRD: add two ppc output variants
by bart
· 13 years ago
[Renamed from drd/tests/tc09_bad_unlock.stderr.exp]
b2260b8
Reverted r11536 because it didn't have the desired effect - changing the behavior of DRD on Darwin.
by bart
· 14 years ago
9fc7fac
DRD: don't inline pthread intercepts because in combination with the current fragile implementation of the CALL_FN_* macros inlining intercepts can easily trigger stack alignment errors on Darwin.
by bart
· 14 years ago
cab64bc
Update .exp files for r10783.
by njn
· 15 years ago
8c979e2
Made the error reporting behavior of DRD similar to that of other
by bart
· 15 years ago
a1fc3a5
More regression test output tuning.
by bart
· 15 years ago
1344d6c
- Bug fix: swapped order of VG_(OSetGen_Remove)() and
by bart
· 16 years ago
292c1e2
Renamed vg_thread_wrapper() into DRD_(thread_wrapper)().
by bart
· 16 years ago
b4d8713
Update expected outputs following a (trivial) change in the source of
by sewardj
· 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/tc09_bad_unlock.stderr.exp]
391d9dc
Made error messages more verbose.
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
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
b78312c
Bug fix: "mutex reinitialization" error message is no longer printed for the tc09_bad_unlock test.
by bart
· 17 years ago
33cb9d0
Simplified stack tracking.
by bart
· 17 years ago
635cb16
Added support for recognizing invalid mutexes.
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