1. dfca61f Added another Darwin regression tests output variant. by bart · 15 years ago[Renamed from drd/tests/tc23_bogus_condwait.stderr.exp]
  2. 9f717f5 Updated line numbers in expected output -- these line numbers changed because of r10523. by bart · 15 years ago
  3. a1fc3a5 More regression test output tuning. by bart · 15 years ago
  4. 292c1e2 Renamed vg_thread_wrapper() into DRD_(thread_wrapper)(). by bart · 16 years ago
  5. 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]
  6. 391d9dc Made error messages more verbose. by bart · 16 years ago
  7. 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
  8. 08e6d6a An error message is now printed if the mutex pointer passed to by bart · 16 years ago
  9. 886b87c DRD now prints where a mutex appeared for the first time in addition to by bart · 16 years ago
  10. 46b5fce Some time ago reporting sending POSIX signals where the mutex associated by bart · 16 years ago
  11. 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
  12. 6b71761 When the "not a mutex" error message is printed, the offending address is now printed too. by bart · 17 years ago
  13. 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
  14. 2cb588d Renamed drd_intercepts.c into drd_pthread_intercepts.c. by bart · 17 years ago
  15. f16b77c More finetuning of output filtering. by bart · 17 years ago
  16. 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
  17. 0034464 Converted double mutex error messages into single error messages. by bart · 17 years ago
  18. 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
  19. e883bc8 Cleaned up generation of "Not a mutex" error messages. by bart · 17 years ago
  20. 60389da Added more of Helgrind's regression tests. by bart · 17 years ago