1. 45bb8f6 DRD: added a test program that forks a process containing a detached thread. by bart · 14 years ago
  2. 8e0d2c1 DRD: removed command-line option --free-is-write again since it is impossible by bart · 14 years ago
  3. 0f71456 DRD: Disabled the Qt4 regression tests because these are too hard to maintain. by bart · 14 years ago
  4. 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
  5. 9a02088 Second and last gcc 4.3.2 PowePC workaround. by bart · 14 years ago
  6. e059791 Implemented a workaround for a PowerPC-specific gcc-4.3.2-7.x86_64 bug. See also by bart · 14 years ago
  7. 62049c4 Switched back to unified annotations. by bart · 14 years ago
  8. 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
  9. 212534a Added sigaltstack() regression test. by bart · 14 years ago
  10. a7103ba drd.h: removed inline functions and replaced these by direct client request invocations. by bart · 14 years ago
  11. eef3584 Removed ANNOTATE_HAPPENS_BEFORE/AFTER() usage restrictions. by bart · 14 years ago
  12. 5bb0d00 Added read_after_free regression test. by bart · 14 years ago
  13. 4c89d2c Fixed a compiler warning. by bart · 14 years ago
  14. 2840276 Include unified_annotations.h in the tarball. by sewardj · 14 years ago
  15. ea2d6fd Merged the MACOSX106 branch to the trunk. Merge command: by njn · 14 years ago
  16. 28d7738 Added a regression test. by bart · 14 years ago
  17. 9eecbbb Update copyright dates to 2010. by sewardj · 14 years ago
  18. a239dd2 Filter tuning such that the annotate_barrier test does now pass on Darwin too. by bart · 14 years ago
  19. 422b779 Improved portability of the annotate_barrier regression test. by bart · 14 years ago
  20. fcf7693 Made these two tests pass again on Darwin. by bart · 14 years ago
  21. d759a83 Include fcntl.h to get O_CREAT on Fedora 13. by tom · 14 years ago
  22. 2c8c874 Made test results independent of thread scheduling. by bart · 14 years ago
  23. 0ccdc4a Replaced most platform-test macros by HAVE_... macros. by bart · 14 years ago
  24. 181b6bc Added yet another regression test. by bart · 14 years ago
  25. 9ec8b07 Should now really compile on Darwin. by bart · 14 years ago
  26. ec2e146 Should now build on Darwin too. by bart · 14 years ago
  27. ea2a03c Added two additional regression tests. by bart · 14 years ago
  28. 3b354f6 Generalized the DRD regression test stderr filter. by bart · 14 years ago
  29. 9dc12c4 Removed --read-var-info=yes in order to obtain the same output (hopefully) by bart · 14 years ago
  30. 5bb492d Removed ANNOTATE_HAPPENS_DONE() again. by bart · 14 years ago
  31. b43825e Added yet another regression test. by bart · 14 years ago
  32. cf3eb1b Updated Makefile.am. by bart · 14 years ago
  33. 4dd957a Added the necessary files to run the smart pointer test program as a by bart · 14 years ago
  34. e37ff33 Added a test program that triggers several happens-before usage errors. by bart · 14 years ago
  35. 5530f5f Made the behavior of the annotate_smart_pointer test program configurable by bart · 14 years ago
  36. e32f862 Changes: by bart · 14 years ago
  37. c710de6 Builds now on Win32 too. by bart · 14 years ago
  38. 21e49d7 Added the source code of one more unit test. by bart · 14 years ago
  39. 31b983d Removed trailing whitespace in C source and header files. by bart · 14 years ago
  40. 21e672b Updated expected output after recent updates in the stack backtrace code. by bart · 15 years ago
  41. b00ec8c Reverted r11010 because it was wrong. by bart · 15 years ago
  42. f2f8cfa Merged tc23_bogus_condwait.stderr.exp-linux-x86 and -ppc. by bart · 15 years ago
  43. e6784f5 Added to repository. by bart · 15 years ago
  44. 92cfb4d Removed a superfluous #include directive. by bart · 15 years ago
  45. 4f43e00 Added configure test for QAtomicInt. by bart · 15 years ago
  46. 28c7a05 Added a regression test. by bart · 15 years ago
  47. 3654440 Updated expected output after r10874. by bart · 15 years ago
  48. aef57db Added explicit constructor and destructor to class IncThread. by bart · 15 years ago
  49. 66f196d - Made the ANNOTATE_RWLOCK_*() macros binary compatible with Helgrind. by bart · 15 years ago
  50. f64a8aa Made ANNOTATE_HAPPENS_BEFORE()/_AFTER() binary compatible with Helgrind. by bart · 15 years ago
  51. 031091d Should compile again on Darwin. by bart · 15 years ago
  52. 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
  53. 3a6fff2 Reverted r10802. by bart · 15 years ago
  54. 70572f1 More expected output updates because of r10783. by bart · 15 years ago
  55. 37d55e6 Removed two regression tests because the output (number of errors) varied between runs. by bart · 15 years ago
  56. 1e8eab4 Made behavior of tsan_unittest again identical to the original behavior. by bart · 15 years ago
  57. e636136 Added test program for the ANNOTATE_IGNORE_WRITES_*() annotation macro's. by bart · 15 years ago
  58. c7627d9 Third and last type-punned pointer fix. by bart · 15 years ago
  59. e63349d Fixed more gcc warnings about type-punned pointers breaking strict by bart · 15 years ago
  60. 9f1757f Fixed compiler warnings triggered by annotate_rwlock.c by bart · 15 years ago
  61. a418816 Fixed gcc warnings about type-punned pointers breaking strict aliasing. by bart · 15 years ago
  62. a5225b8 Added recently added regression test output files. by bart · 15 years ago
  63. 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
  64. 34f980e More expected output updates because of r10783. by bart · 15 years ago
  65. bcc8449 Modified annotate_ignore_rw test such that it now verifies that by bart · 15 years ago
  66. 9a7e19e Darwin .exp fixes following r10783. by njn · 15 years ago
  67. cab64bc Update .exp files for r10783. by njn · 15 years ago
  68. 5f3be75 Added regression test for ANNOTATE_IGNORE_READS_AND_WRITES_BEGIN() and by bart · 15 years ago
  69. 26139fa add a missing script by njn · 15 years ago
  70. 2d9e874 by sewardj · 15 years ago
  71. 950d29a Reverted to r10509. by bart · 15 years ago
  72. dbaced0 Added an output variant for the pth_cancel_locked regression test. by bart · 15 years ago
  73. 791a0c6 Implemented a more systematic approach for intercepting POSIX threads by bart · 15 years ago
  74. 67707ec - Added more rwlock type checking. by bart · 15 years ago
  75. c844150 Implemented type checking for reader-writer synchronization by bart · 15 years ago
  76. 80ad555 Removed -q from the Valgrind options for the bar_bad and bar_trivial tests. by bart · 15 years ago
  77. 8c979e2 Made the error reporting behavior of DRD similar to that of other by bart · 15 years ago
  78. 4f2168d Updated expected output of tc23_bogus_condwait for Darwin because the test program has been modified (r10623). by bart · 15 years ago
  79. 3320ef1 Re-enabled the regression tests tc17_sembar and tc23_bogus_condwait for DRD on Darwin. by bart · 15 years ago
  80. cf4de5e Should have been included in the previous commit (r10612). by bart · 15 years ago
  81. 7caef85 Added regression test for pth_once(). by bart · 15 years ago
  82. 0f83d48 Added regression test for %o (octal) format specifier. by bart · 15 years ago
  83. 9939666 Made the semaphore name independent of the process ID. by bart · 15 years ago
  84. 5fb36bb Updated drd/tests/omp_printf: by bart · 15 years ago
  85. 07c142e rwlock_test: added more internal error checking. by bart · 15 years ago
  86. 2e1470c Made number of threads and number of iterations configurable. Decreased stack size allocated per thread. by bart · 15 years ago
  87. 5a1ea4c Made test output operating system independent by suppressing information about conflicting segments. by bart · 15 years ago
  88. 3d684ca Reverted r10511. by bart · 15 years ago
  89. 7c5747d Run the pth_inconsistent_cond_wait in quiet mode. by bart · 15 years ago
  90. 9ccf35f Added command line option -q, which allows to suppress printing an error message if a Pthreads call fails. by bart · 15 years ago
  91. c4b5674 Labels printed with semaphore tracing enabled do now match the function names assigned by POSIX. by bart · 15 years ago
  92. 6e38cb2 Ported circular_buffer test to Darwin. by bart · 15 years ago
  93. 9667ccd Modified filter_stderr to filter out even more platform differences. by bart · 15 years ago
  94. 23d23a5 Ported the pth_inconsistent_cond_wait test program to Darwin. by bart · 15 years ago
  95. f0752e2 Only run the test programs that call sem_init() on operating systems that have implemented this function. by bart · 15 years ago
  96. d658a04 Refactoring: moved semaphore initialization and cleanup code to two new functions. by bart · 15 years ago
  97. ba05caf Should have been included in the previous commit. by bart · 15 years ago
  98. b87a897 Reverted r10523 and r10540: since sem_init() is not yet supported on Darwin, revert the attempts to compensate for the different return values on Darwin. by bart · 15 years ago
  99. 25f9f54 Added support for sem_open() and sem_close(). by bart · 15 years ago
  100. a6bd5ff Ported TSAN test 98 to Darwin. by bart · 15 years ago