8 Commits

Author SHA1 Message Date
Mark Wielaard
f9b7448882 Revert "Disable drd/tests/annotate_trace_memory[_xml].vgtest on arm and ppc."
The tests have been changed to not depend on atomic 64bit add_and_fetch.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@13408
2013-05-22 20:43:25 +00:00
Mark Wielaard
cd4df4ef9a Disable drd/tests/annotate_trace_memory[_xml].vgtest on arm and ppc.
Workaround for bug #318643. Disable the tests for now so they don't
go into an infinite loop and fill up the disks on arm, ppc32 or ppc64.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@13402
2013-05-22 10:21:02 +00:00
Bart Van Assche
f828c246a6 DRD: make the tracing regression test more complete
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12298
2011-12-12 19:37:10 +00:00
Bart Van Assche
826ca3a64e Reverted r10513: removed --auto-run-dsymutil=yes again.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10529
2009-07-22 19:03:46 +00:00
Bart Van Assche
fea7aafeb8 Renamed --var-info=yes to --read-var-info=yes.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10519
2009-07-22 07:30:37 +00:00
Bart Van Assche
42cd55ce36 Added --auto-run-dsymutil=yes to --var-info=yes.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10504
2009-07-21 14:55:52 +00:00
Bart Van Assche
61301f1618 Unified two expected output files.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10225
2009-06-03 09:47:16 +00:00
Bart Van Assche
e73284e37f - Added support for most of the ANNOTATE_...() macro's supported by
ThreadSanitizer.                                                              
- Modified DRD's error reporting code such that it does no longer let           
  the Valgrind core print the Valgrind thread ID but that it now prints         
  the DRD thread ID and name. Updated expected output files where               
  necessary.                                                                    
- Modified drd/test/Makefile.am such that the tests using gcc's built-in        
  functions for atomic memory access such that these are only compiled when     
  the gcc version in use supports these built-in functions.


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10186
2009-05-31 18:53:54 +00:00