1. e35e9d8 drd/tests/annotate_smart_pointer2: Filter out offset by bart · 13 years ago
  2. b6c51bf drd: add a test that verifies that a race is reported for the annotate_smart_pointer test program with annotations disabled by bart · 13 years ago
  3. 19aa392 drd/tests/annotate_smart_pointer: remove a superfluous initialization by bart · 13 years ago
  4. 20d702d drd/tests/matinv: Add missing return statement in an error path. by bart · 13 years ago
  5. 6e9de46 Delete the AIX5 port. The last release this worked for is 3.4.1, by sewardj · 13 years ago
  6. f071e5e drd/tests/pth_detached.c: eliminated thread_arg[] array and introduced PTHREAD_STACK_MIN. by bart · 13 years ago
  7. 575ce8e Get rid of the remaining "set but not used" warnings reported by gcc 4.6 by by bart · 13 years ago
  8. 635c773 Fix a type mismatch that gcc-4.6 warns about. by sewardj · 13 years ago
  9. 6d06b39 Fix a couple of warnings when building the regtests. by sewardj · 13 years ago
  10. f976f6c by bart · 13 years ago
  11. e874042 Test separately whether g++ and/or gcc support built-in functions for atomic by bart · 13 years ago
  12. 76fcb5a Replaced busy-waiting by waiting on a condition variable. by bart · 13 years ago
  13. a3f7b50 Added yet another regression test. by bart · 13 years ago
  14. 86c7623 read_and_free_race test: Reduced number of stack frames to three. by bart · 13 years ago
  15. 74a9bb0 Added more regression tests. by bart · 13 years ago
  16. f64ff03 Added --free-is-write stress test. by bart · 13 years ago
  17. 8ca1623 DRD: Added an output variant for test pth_detached3. by bart · 13 years ago
  18. 3f5cc7e DRD: Added a regression test. by bart · 13 years ago
  19. 5730031 Unbreak 'make dist' following recent commits. by sewardj · 13 years ago
  20. e16b6a6 DRD/Darwin: Added an expected output file. by bart · 13 years ago
  21. 9d5be09 DRD: Filter out PID from the semaphore name in the regression test output. by bart · 13 years ago
  22. 8c7213f DRD tests, Darwin: check return value of sem_open(). by bart · 13 years ago
  23. 3e7c402 DRD tests: replaced __APPLE__ by VGO_darwin. by bart · 13 years ago
  24. b2260b8 Reverted r11536 because it didn't have the desired effect - changing the behavior of DRD on Darwin. by bart · 13 years ago
  25. 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 · 13 years ago
  26. 45bb8f6 DRD: added a test program that forks a process containing a detached thread. by bart · 13 years ago
  27. 8e0d2c1 DRD: removed command-line option --free-is-write again since it is impossible by bart · 13 years ago
  28. 0f71456 DRD: Disabled the Qt4 regression tests because these are too hard to maintain. by bart · 14 years ago
  29. 0af2b99 Restored original code for other compilers than ppc gcc 4.3.0 such that at least one test invokes ANNOTATE_UNPROTECTED_READ(). by bart · 14 years ago
  30. 9a02088 Second and last gcc 4.3.2 PowePC workaround. by bart · 14 years ago
  31. e059791 Implemented a workaround for a PowerPC-specific gcc-4.3.2-7.x86_64 bug. See also by bart · 14 years ago
  32. 62049c4 Switched back to unified annotations. by bart · 14 years ago
  33. a300398 Made sure that DRD processes empty address ranges without triggering an assertion failure. Added a unit test in drd/tests/unit_bitmap.c. by bart · 14 years ago
  34. 212534a Added sigaltstack() regression test. by bart · 14 years ago
  35. a7103ba drd.h: removed inline functions and replaced these by direct client request invocations. by bart · 14 years ago
  36. eef3584 Removed ANNOTATE_HAPPENS_BEFORE/AFTER() usage restrictions. by bart · 14 years ago
  37. 5bb0d00 Added read_after_free regression test. by bart · 14 years ago
  38. 4c89d2c Fixed a compiler warning. by bart · 14 years ago
  39. 2840276 Include unified_annotations.h in the tarball. by sewardj · 14 years ago
  40. ea2d6fd Merged the MACOSX106 branch to the trunk. Merge command: by njn · 14 years ago
  41. 28d7738 Added a regression test. by bart · 14 years ago
  42. 9eecbbb Update copyright dates to 2010. by sewardj · 14 years ago
  43. a239dd2 Filter tuning such that the annotate_barrier test does now pass on Darwin too. by bart · 14 years ago
  44. 422b779 Improved portability of the annotate_barrier regression test. by bart · 14 years ago
  45. fcf7693 Made these two tests pass again on Darwin. by bart · 14 years ago
  46. d759a83 Include fcntl.h to get O_CREAT on Fedora 13. by tom · 14 years ago
  47. 2c8c874 Made test results independent of thread scheduling. by bart · 14 years ago
  48. 0ccdc4a Replaced most platform-test macros by HAVE_... macros. by bart · 14 years ago
  49. 181b6bc Added yet another regression test. by bart · 14 years ago
  50. 9ec8b07 Should now really compile on Darwin. by bart · 14 years ago
  51. ec2e146 Should now build on Darwin too. by bart · 14 years ago
  52. ea2a03c Added two additional regression tests. by bart · 14 years ago
  53. 3b354f6 Generalized the DRD regression test stderr filter. by bart · 14 years ago
  54. 9dc12c4 Removed --read-var-info=yes in order to obtain the same output (hopefully) by bart · 14 years ago
  55. 5bb492d Removed ANNOTATE_HAPPENS_DONE() again. by bart · 14 years ago
  56. b43825e Added yet another regression test. by bart · 14 years ago
  57. cf3eb1b Updated Makefile.am. by bart · 14 years ago
  58. 4dd957a Added the necessary files to run the smart pointer test program as a by bart · 14 years ago
  59. e37ff33 Added a test program that triggers several happens-before usage errors. by bart · 14 years ago
  60. 5530f5f Made the behavior of the annotate_smart_pointer test program configurable by bart · 14 years ago
  61. e32f862 Changes: by bart · 14 years ago
  62. c710de6 Builds now on Win32 too. by bart · 14 years ago
  63. 21e49d7 Added the source code of one more unit test. by bart · 14 years ago
  64. 31b983d Removed trailing whitespace in C source and header files. by bart · 14 years ago
  65. 21e672b Updated expected output after recent updates in the stack backtrace code. by bart · 15 years ago
  66. b00ec8c Reverted r11010 because it was wrong. by bart · 15 years ago
  67. f2f8cfa Merged tc23_bogus_condwait.stderr.exp-linux-x86 and -ppc. by bart · 15 years ago
  68. e6784f5 Added to repository. by bart · 15 years ago
  69. 92cfb4d Removed a superfluous #include directive. by bart · 15 years ago
  70. 4f43e00 Added configure test for QAtomicInt. by bart · 15 years ago
  71. 28c7a05 Added a regression test. by bart · 15 years ago
  72. 3654440 Updated expected output after r10874. by bart · 15 years ago
  73. aef57db Added explicit constructor and destructor to class IncThread. by bart · 15 years ago
  74. 66f196d - Made the ANNOTATE_RWLOCK_*() macros binary compatible with Helgrind. by bart · 15 years ago
  75. f64a8aa Made ANNOTATE_HAPPENS_BEFORE()/_AFTER() binary compatible with Helgrind. by bart · 15 years ago
  76. 031091d Should compile again on Darwin. by bart · 15 years ago
  77. c17e74b Removed the tc20_verifywrap and tc20_verifywrap2 regression tests because their behavior depends too much on implementation details of libc. by bart · 15 years ago
  78. 3a6fff2 Reverted r10802. by bart · 15 years ago
  79. 70572f1 More expected output updates because of r10783. by bart · 15 years ago
  80. 37d55e6 Removed two regression tests because the output (number of errors) varied between runs. by bart · 15 years ago
  81. 1e8eab4 Made behavior of tsan_unittest again identical to the original behavior. by bart · 15 years ago
  82. e636136 Added test program for the ANNOTATE_IGNORE_WRITES_*() annotation macro's. by bart · 15 years ago
  83. c7627d9 Third and last type-punned pointer fix. by bart · 15 years ago
  84. e63349d Fixed more gcc warnings about type-punned pointers breaking strict by bart · 15 years ago
  85. 9f1757f Fixed compiler warnings triggered by annotate_rwlock.c by bart · 15 years ago
  86. a418816 Fixed gcc warnings about type-punned pointers breaking strict aliasing. by bart · 15 years ago
  87. a5225b8 Added recently added regression test output files. by bart · 15 years ago
  88. 7830c17 Added expected output for glibc 2.10 (Fedora 11). The test tc20_verifywrap2 has to be reviewed -- the results of this test depend on glibc internals, which is not good. by bart · 15 years ago
  89. 34f980e More expected output updates because of r10783. by bart · 15 years ago
  90. bcc8449 Modified annotate_ignore_rw test such that it now verifies that by bart · 15 years ago
  91. 9a7e19e Darwin .exp fixes following r10783. by njn · 15 years ago
  92. cab64bc Update .exp files for r10783. by njn · 15 years ago
  93. 5f3be75 Added regression test for ANNOTATE_IGNORE_READS_AND_WRITES_BEGIN() and by bart · 15 years ago
  94. 26139fa add a missing script by njn · 15 years ago
  95. 2d9e874 by sewardj · 15 years ago
  96. 950d29a Reverted to r10509. by bart · 15 years ago
  97. dbaced0 Added an output variant for the pth_cancel_locked regression test. by bart · 15 years ago
  98. 791a0c6 Implemented a more systematic approach for intercepting POSIX threads by bart · 15 years ago
  99. 67707ec - Added more rwlock type checking. by bart · 15 years ago
  100. c844150 Implemented type checking for reader-writer synchronization by bart · 15 years ago