1. de60fe5 drd, s390: Make the annotate_ignore_* and the pth_barrier* tests produce by bart · 13 years ago
  2. cfb0e95 Add exp files for s390x. GCC's use of the MVC insn causes by florian · 13 years ago
  3. 863f1eb drd: Yet another regression test reliability improvement. by bart · 13 years ago
  4. 25f8a7e Remove the svn:executable property from a source file by bart · 13 years ago
  5. 7aac06f drd/tests/pth_barrier: Reduce stack usage by bart · 13 years ago
  6. 4b82d69 Check return code of pthread_create and bail out if by florian · 13 years ago
  7. c2f5a53 Yet another thread test scheduler sensitivity fix by bart · 13 years ago
  8. 47c7580 drd/tests/pth_barrier_thr_cr: Suppress pthread_barrier_wait() race reports since these are triggered intentionally. by bart · 13 years ago
  9. 6c73cf6 drd/tests/pth_barrier_thr_cr: Add more error checking. by bart · 13 years ago
  10. 512a378 drd/tests/tc21_pthonce: Eliminate output variation by bart · 13 years ago
  11. b56542a drd: Add a stress test for the barrier implementation by bart · 13 years ago
  12. b6230df drd/tests/pth_barrier[23]: Filter output such that only the error count is kept by bart · 13 years ago
  13. 4651e97 Yet another thread test scheduler sensitivity fix by bart · 13 years ago
  14. d65009d drd/tests/pth_once: Restrict the number of callers to three. by bart · 13 years ago
  15. 9e71885 Yet another thread test scheduler sensitivity fix by bart · 13 years ago
  16. f58eb29 drd/tests/pth_detached_sem: Send regression test output to stderr instead of stdout by bart · 13 years ago
  17. 689a868 Verify drd/tests/pth_detached stderr output instead of the stdout output. by bart · 13 years ago
  18. b040454 Two more scheduler sensitivity fixes for thread tool regression tests by bart · 13 years ago
  19. a4cd017 Micro-optimize the matinv regression test by bart · 13 years ago
  20. 8dc52aa Make test 1 output independent of scheduler variations. by bart · 13 years ago
  21. 30efc13 Revert r11916, r11917, r11918 and r11923. by bart · 13 years ago
  22. 6d956dc drd: Delay deletion of memory access information of joined threads in order not by bart · 13 years ago
  23. cfca2d4 More thread test scheduler sensitivity fixes by bart · 13 years ago
  24. db57889 Eliminate a superfluous sleep() call and check the pthread_cond_wait() return value by bart · 13 years ago
  25. ac39dee More thread tool regression test scheduler sensitivity fixes by bart · 13 years ago
  26. 0a29cbc drd/tests/atomic_var: Reduce scheduler sensitivity by bart · 13 years ago
  27. e6cb2df Disable drd/tests/tc19_shadowmem because too scheduler sensitive by bart · 13 years ago
  28. e35e9d8 drd/tests/annotate_smart_pointer2: Filter out offset by bart · 13 years ago
  29. 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
  30. 19aa392 drd/tests/annotate_smart_pointer: remove a superfluous initialization by bart · 13 years ago
  31. 20d702d drd/tests/matinv: Add missing return statement in an error path. by bart · 13 years ago
  32. 6e9de46 Delete the AIX5 port. The last release this worked for is 3.4.1, by sewardj · 13 years ago
  33. f071e5e drd/tests/pth_detached.c: eliminated thread_arg[] array and introduced PTHREAD_STACK_MIN. by bart · 13 years ago
  34. 575ce8e Get rid of the remaining "set but not used" warnings reported by gcc 4.6 by by bart · 13 years ago
  35. 635c773 Fix a type mismatch that gcc-4.6 warns about. by sewardj · 13 years ago
  36. 6d06b39 Fix a couple of warnings when building the regtests. by sewardj · 13 years ago
  37. f976f6c by bart · 14 years ago
  38. e874042 Test separately whether g++ and/or gcc support built-in functions for atomic by bart · 14 years ago
  39. 76fcb5a Replaced busy-waiting by waiting on a condition variable. by bart · 14 years ago
  40. a3f7b50 Added yet another regression test. by bart · 14 years ago
  41. 86c7623 read_and_free_race test: Reduced number of stack frames to three. by bart · 14 years ago
  42. 74a9bb0 Added more regression tests. by bart · 14 years ago
  43. f64ff03 Added --free-is-write stress test. by bart · 14 years ago
  44. 8ca1623 DRD: Added an output variant for test pth_detached3. by bart · 14 years ago
  45. 3f5cc7e DRD: Added a regression test. by bart · 14 years ago
  46. 5730031 Unbreak 'make dist' following recent commits. by sewardj · 14 years ago
  47. e16b6a6 DRD/Darwin: Added an expected output file. by bart · 14 years ago
  48. 9d5be09 DRD: Filter out PID from the semaphore name in the regression test output. by bart · 14 years ago
  49. 8c7213f DRD tests, Darwin: check return value of sem_open(). by bart · 14 years ago
  50. 3e7c402 DRD tests: replaced __APPLE__ by VGO_darwin. by bart · 14 years ago
  51. b2260b8 Reverted r11536 because it didn't have the desired effect - changing the behavior of DRD on Darwin. by bart · 14 years ago
  52. 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 · 14 years ago
  53. 45bb8f6 DRD: added a test program that forks a process containing a detached thread. by bart · 14 years ago
  54. 8e0d2c1 DRD: removed command-line option --free-is-write again since it is impossible by bart · 14 years ago
  55. 0f71456 DRD: Disabled the Qt4 regression tests because these are too hard to maintain. by bart · 14 years ago
  56. 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
  57. 9a02088 Second and last gcc 4.3.2 PowePC workaround. by bart · 14 years ago
  58. e059791 Implemented a workaround for a PowerPC-specific gcc-4.3.2-7.x86_64 bug. See also by bart · 14 years ago
  59. 62049c4 Switched back to unified annotations. by bart · 14 years ago
  60. 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
  61. 212534a Added sigaltstack() regression test. by bart · 14 years ago
  62. a7103ba drd.h: removed inline functions and replaced these by direct client request invocations. by bart · 14 years ago
  63. eef3584 Removed ANNOTATE_HAPPENS_BEFORE/AFTER() usage restrictions. by bart · 14 years ago
  64. 5bb0d00 Added read_after_free regression test. by bart · 14 years ago
  65. 4c89d2c Fixed a compiler warning. by bart · 14 years ago
  66. 2840276 Include unified_annotations.h in the tarball. by sewardj · 14 years ago
  67. ea2d6fd Merged the MACOSX106 branch to the trunk. Merge command: by njn · 14 years ago
  68. 28d7738 Added a regression test. by bart · 14 years ago
  69. 9eecbbb Update copyright dates to 2010. by sewardj · 14 years ago
  70. a239dd2 Filter tuning such that the annotate_barrier test does now pass on Darwin too. by bart · 14 years ago
  71. 422b779 Improved portability of the annotate_barrier regression test. by bart · 14 years ago
  72. fcf7693 Made these two tests pass again on Darwin. by bart · 14 years ago
  73. d759a83 Include fcntl.h to get O_CREAT on Fedora 13. by tom · 14 years ago
  74. 2c8c874 Made test results independent of thread scheduling. by bart · 14 years ago
  75. 0ccdc4a Replaced most platform-test macros by HAVE_... macros. by bart · 14 years ago
  76. 181b6bc Added yet another regression test. by bart · 14 years ago
  77. 9ec8b07 Should now really compile on Darwin. by bart · 15 years ago
  78. ec2e146 Should now build on Darwin too. by bart · 15 years ago
  79. ea2a03c Added two additional regression tests. by bart · 15 years ago
  80. 3b354f6 Generalized the DRD regression test stderr filter. by bart · 15 years ago
  81. 9dc12c4 Removed --read-var-info=yes in order to obtain the same output (hopefully) by bart · 15 years ago
  82. 5bb492d Removed ANNOTATE_HAPPENS_DONE() again. by bart · 15 years ago
  83. b43825e Added yet another regression test. by bart · 15 years ago
  84. cf3eb1b Updated Makefile.am. by bart · 15 years ago
  85. 4dd957a Added the necessary files to run the smart pointer test program as a by bart · 15 years ago
  86. e37ff33 Added a test program that triggers several happens-before usage errors. by bart · 15 years ago
  87. 5530f5f Made the behavior of the annotate_smart_pointer test program configurable by bart · 15 years ago
  88. e32f862 Changes: by bart · 15 years ago
  89. c710de6 Builds now on Win32 too. by bart · 15 years ago
  90. 21e49d7 Added the source code of one more unit test. by bart · 15 years ago
  91. 31b983d Removed trailing whitespace in C source and header files. by bart · 15 years ago
  92. 21e672b Updated expected output after recent updates in the stack backtrace code. by bart · 15 years ago
  93. b00ec8c Reverted r11010 because it was wrong. by bart · 15 years ago
  94. f2f8cfa Merged tc23_bogus_condwait.stderr.exp-linux-x86 and -ppc. by bart · 15 years ago
  95. e6784f5 Added to repository. by bart · 15 years ago
  96. 92cfb4d Removed a superfluous #include directive. by bart · 15 years ago
  97. 4f43e00 Added configure test for QAtomicInt. by bart · 15 years ago
  98. 28c7a05 Added a regression test. by bart · 15 years ago
  99. 3654440 Updated expected output after r10874. by bart · 15 years ago
  100. aef57db Added explicit constructor and destructor to class IncThread. by bart · 15 years ago