1. 8b53a13 Suppressed a compiler warning. by bart · 15 years ago
  2. c6ef4af Let DRD print a warning at startup that support for Darwin is still considered experimental, and filter out this warning from the regression tests. by bart · 15 years ago
  3. e36c732 Updated line numbers in expected output. by bart · 15 years ago
  4. a412195 Renamed output files. by bart · 15 years ago
  5. 61ef9cf Reverted r10526. by bart · 15 years ago
  6. fa4fb82 Made expected output for tc23_bogus_condwait complete (Darwin). by bart · 15 years ago
  7. 28cabaa Only run the tc20_verifywrap2 test if the tc20_verifywrap executable has been built. by bart · 15 years ago
  8. 949c415 Added a filter in order to make the Darwin output for the annotate_trace_memory test identical to the Linux output. by bart · 15 years ago
  9. d2d744c Make the regression tests pass again on Linux. by bart · 15 years ago
  10. 9a69eae Bug fix: leave empty output files empty instead of transforming these into an empty line. by bart · 15 years ago
  11. dfca61f Added another Darwin regression tests output variant. by bart · 15 years ago
  12. 5107de9 Made the annotate_rwlock test compile on Darwin. by bart · 15 years ago
  13. 9e4efbf Added an output variant. by bart · 15 years ago
  14. e9c1696 Reverted r10513: removed --auto-run-dsymutil=yes again. by bart · 15 years ago
  15. babdb7a More filter tuning: remove the empty line above instead of below the ... 100 errors ... message. by bart · 15 years ago
  16. 937447a Filtered out the "More than 100 errors detected." message. by bart · 15 years ago
  17. fb3dfd4 Removed from repository. by bart · 15 years ago
  18. 9f717f5 Updated line numbers in expected output -- these line numbers changed because of r10523. by bart · 15 years ago
  19. 83cc386 Renamed --var-info=yes to --read-var-info=yes. by bart · 15 years ago
  20. 27974c9 Updated *.exp files after r10515. by bart · 15 years ago
  21. b25cd6d Added the Valgrind option --auto-run-dsymutil=yes. by bart · 15 years ago
  22. f8f7629 Added result check. by bart · 15 years ago
  23. f1e67af Added more error checking. by bart · 15 years ago
  24. 6970e6a Added more error checking. by bart · 15 years ago
  25. a1fc3a5 More regression test output tuning. by bart · 15 years ago
  26. 036fe3c Limited the number of callers printed in stackframes to two for the hg03_inherit test. by bart · 15 years ago
  27. abcca06 Added filter statements for Darwin-specific messages. by bart · 15 years ago
  28. e04eb37 Added --auto-run-dsymutil=yes to --var-info=yes. by bart · 15 years ago
  29. 76baf21 - Replaced pthread_cond_wait() by pthread_cond_timedwait() calls. by bart · 15 years ago
  30. bdcf813 Runs now on Darwin too. by bart · 15 years ago
  31. 514343a Enabled compilation of tsan_unittest on Darwin. by bart · 15 years ago
  32. e291d91 Compiles now on Darwin. by bart · 15 years ago
  33. 3ab0baf Fixed comments next to #include directives. by bart · 15 years ago
  34. 63c92ea DRD no longer prints the thread ID's assigned by the Valgrind core but only those assigned by DRD itself. by bart · 15 years ago
  35. 32f8d8c Ignore MALLOCLIKE_BLOCK/FREELIKE_BLOCK if addr==0. Fixes bug 137073. DRD by njn · 15 years ago
  36. 9ed94aa pth_cleanup_handler test compiles and runs now on systems that do not support reader-writer locks too. by bart · 15 years ago
  37. a8d5f33 Suppressed the warnings issued by gcc about unused return values. by bart · 15 years ago
  38. 4847349 Removed reference to recursive_mutex.stdout.exp from Makefile.am by bart · 15 years ago
  39. 5f09dcf Modified recursive_mutex regression test: improved portability by removing usage of alarm() / all output is now sent to stderr / full output is now compared instead of only a summary. by bart · 15 years ago
  40. 20009c1 Added missing $(AM_CFLAGS). by bart · 15 years ago
  41. 50d00d4 Added yet another expected output file. by bart · 15 years ago
  42. 505a496 Added regression test for pthread cleanup handling. by bart · 15 years ago
  43. d5276e8 Enabled the DRD command line flags --var-info=yes and --check-stack-var=yes for the pth_cancel_locked regression test. by bart · 15 years ago
  44. 5a97c19 Switched to the just introduced ANNOTATE_*() macro's. by bart · 15 years ago
  45. 30987c5 The previous commit broke the 32-bit build, which is now fixed. by bart · 15 years ago
  46. 8b68b64 This commit merges the BUILD_TWEAKS branch onto the trunk. It has the by njn · 15 years ago
  47. 6584b69 Merged revisions 10129:10130 from the DRDDEV branch to the trunk. by bart · 15 years ago
  48. b818f7a Added #include <stdint.h>. by bart · 15 years ago
  49. c94b50a Skip the pth_create_chain test on ppc. by bart · 15 years ago
  50. 956801f Added test code for realloc(). by bart · 15 years ago
  51. 8f822af svn merge -r9818:10278 svn://svn.valgrind.org/valgrind/branches/DRDDEV by bart · 15 years ago
  52. 57ae7ad - Robustness improvement: do not trigger an assertion failure if one by bart · 15 years ago
  53. 962c72c tsan_unittest.cpp does now compile cleanly even with -Wshadown enabled. by bart · 15 years ago
  54. 4b1a65e Compiles now cleanly without -Wno-empty-body. by bart · 15 years ago
  55. b74beb7 Unified two expected output files. by bart · 15 years ago
  56. 2ffad9c Updated EXTRA_DIST. by bart · 15 years ago
  57. b2e51d1 Fixed a few typo's in comments. by bart · 15 years ago
  58. 8b81001 DRD's regression tests pass again on PowerPC. by bart · 15 years ago
  59. df5a1e2 Updated ANNOTATE_*() macro's as discussed on the valgrind-developers mailing list. Merged drt/unittest r1007:1014. Updated to do list. by bart · 15 years ago
  60. 0ae59c3 Temporarily disabled building tsan_unittest on Darwin. by bart · 15 years ago
  61. 95c52a1 Some source code modifications that should help getting tsan_unittest.cpp compiled on Darwin. by bart · 15 years ago
  62. 3cb0598 - Portability improvement: switched from __gnu_cxx::hash_map<> (a gcc by bart · 15 years ago
  63. 0045ff1 Fixes for systems without built-in functions for atomic memory access. by bart · 15 years ago
  64. d3ed70c Back out r10197--r10200 and r10202--r10203. I'm going to put them, and by njn · 15 years ago
  65. 7f75b78 drd/tests/tsan_unittest is broken on Darwin. For one, OS_MACOSX isn't the by njn · 15 years ago
  66. 0911c88 Made the call stack printed by DRD for reading the variable GLOB independent of the Linux distribution the test is run on. by bart · 15 years ago
  67. 09bb0a4 Filter out vector clock information from DRD's regression test output. by bart · 15 years ago
  68. dd35448 Filter out absolute paths. by bart · 15 years ago
  69. d45d995 - Added support for most of the ANNOTATE_...() macro's supported by by bart · 15 years ago
  70. 0555bc0 Reverted some of the DRD customizations. by bart · 15 years ago
  71. 63ba67c Added more DRD customizations. by bart · 15 years ago
  72. f38d1a1 Fixed a compiler warning. by bart · 15 years ago
  73. 263476b Customized for DRD. by bart · 15 years ago
  74. 8c4ecd7 Filter line numbers for functions defined in header files too. by bart · 15 years ago
  75. bd2073c Added a copy of r1007 of the files racecheck_unittest.cc and thread_wrappers_pthread.h. These files have been obtained from the SVN repository http://data-race-test.googlecode.com/svn/trunk/unittest. by bart · 15 years ago
  76. f76d27a Merge the DARWIN branch onto the trunk. by njn · 15 years ago
  77. f1473ad Sorted EXTRA_DIST alphabetically. by bart · 15 years ago
  78. f1282eb Merged missing part of r9900 from the MESSAGING_TIDYUP branch. by bart · 15 years ago
  79. ff5bdd4 Merge r9900 (make dist fixes) from the MESSAGING_TIDYUP branch. by njn · 15 years ago
  80. 7f08c73 Added pth_mutex_reinit regression test. by bart · 15 years ago
  81. 7b706b3 Merged all revisions up to and including 9814 from the DRDDEV branch to the trunk for the files pub_drd_bitmap.h, drd_bitmap.h, drd_bitmap.c and tests/drd_bitmap_test.c. by bart · 15 years ago
  82. f1d906f Add a missing rwlock initialisation. by njn · 15 years ago
  83. 0605e5a Added more test code. by bart · 15 years ago
  84. f9d96e0 Un-break 'make dist'. by bart · 15 years ago
  85. b20f69b Added regression test for the new DRD command-line option --first-race-only. by bart · 15 years ago
  86. 6c7c76e Added support for the VG_USERREQ__MALLOCLIKE_BLOCK and VG_USERREQ__FREELIKE_BLOCK client requests. by bart · 15 years ago
  87. c7b0b3a Added more comments. by bart · 15 years ago
  88. 55eaf38 Only run the pth_create_glibc_2_0 regression test if glibc supports pthread_create@GLIBC2.0. by bart · 16 years ago
  89. 33c240a Updated an expected output file. by bart · 16 years ago
  90. faec72f Added regression test pth_create_glibc_2_0. by bart · 16 years ago
  91. 66c6277 glibc 2.8 expected output updates. by bart · 16 years ago
  92. 0a79e88 Added --show-confl-seg=no to the tc19_shadowmem test, which speeds up the test by about 10%. by bart · 16 years ago
  93. c67d153 - Added more tests. - Extended error reporting. by bart · 16 years ago
  94. 01f0fa6 Added expected output for 32-bit systems. Added -64bit suffix for existing expected output file. by bart · 16 years ago
  95. 8df361f glibc-2.3 expected output updates. by bart · 16 years ago
  96. 3355ec5 Compiles now on older Linux distributions too. by bart · 16 years ago
  97. 1169b79 Made pth_detached2 regression test more reliable. by bart · 16 years ago
  98. dc14356 Updated expected output. by bart · 16 years ago
  99. d0c16aa Updated tc20_verifywrap expected output files. by bart · 16 years ago
  100. 81de224 Added pth_process_shared_mutex regression test. by bart · 16 years ago