1. 5304457 Various build system clean-ups and simplifications: by njn · 16 years ago
  2. 75a374b Remove unused filter scripts from DRD. by njn · 16 years ago
  3. 7fd6d38 Rename all the arch/OS/platform-related variables in configure.in to make it by njn · 16 years ago
  4. a2aa68e Added yet another output variant. by bart · 16 years ago
  5. 5639ce1 Added yet another output variant. by bart · 16 years ago
  6. 5a8c67f Made compilation of multiple tests conditional. by bart · 16 years ago
  7. 05a7d46 Removed superfluous dependency. by bart · 16 years ago
  8. 7f8cd30 Added an additional expected output file. by bart · 16 years ago
  9. dc35ec0 Made sure that the file bar_trivial.stdout.exp gets included in the distribution tarball. by bart · 16 years ago
  10. 8244481 Un-break 'make dist'. by sewardj · 16 years ago
  11. 6fd7d74 Added another regression test. by bart · 16 years ago
  12. c4a9e0f Added bar_bad and bar_trivial to the regression tests. by bart · 16 years ago
  13. 61e34a1 Added regression test for Boost.Threads. by bart · 16 years ago
  14. bbd3dcf Added omp_printf regression test. by bart · 16 years ago
  15. e64f11d Added a regression test called monitor_example. by bart · 16 years ago
  16. 032424f Added the pth_cancel_locked test. by bart · 16 years ago
  17. e95d94f Fix longstanding bug in dual-arch support, which originated in by sewardj · 16 years ago
  18. 4f6aa5c Ensured that the qt4 regression tests compile with the pkg-config flags on all platforms. by bart · 16 years ago
  19. 1d07a38 Updated Makefile.am. by bart · 16 years ago
  20. da7c098 Reverted commit 8448. by bart · 16 years ago
  21. 6f362a6 Temporarily disable Qt4-related tests, as they don't build on systems by sewardj · 16 years ago
  22. cca440b Added a regression test for atomic variables. by bart · 16 years ago
  23. 4f578bf Added Qt4 reader-writer lock test. by bart · 16 years ago
  24. ef9603e Added Qt4 semaphore test. by bart · 16 years ago
  25. 4c85399 Enabled support for nesting mutexes and condition variables in higher-level synchronization primitives. Changed mutex tracing output slightly. by bart · 16 years ago
  26. 19c4260 Added regression test for POSIX spinlocks. by bart · 16 years ago
  27. 02aed96 Added two more expected output files for ppc. Renamed two other expected output files. by bart · 16 years ago
  28. ccf17de Renamed exp-drd directory into drd. Moved drd from the experimental tool class to the class of regular tools. by bart · 16 years ago[Renamed from exp-drd/tests/Makefile.am]
  29. e65b4c6 Added missing filenames to EXTRA_DIST. by bart · 16 years ago
  30. 3bb1cec An error message is now printed if two different threads call by bart · 16 years ago
  31. d9e39ec Semaphore and barrier reinitialization are now reported. by bart · 16 years ago
  32. 46b5fce Some time ago reporting sending POSIX signals where the mutex associated by bart · 16 years ago
  33. f3b7285 Use same flags for OpenMP regression tests as for the other regression tests. by bart · 16 years ago
  34. 8b4b2ee - Reduced level two bitmap size from 2**16 to 2**14 addresses. This by bart · 16 years ago
  35. 1d4070d Added hold_lock regression test. by bart · 16 years ago
  36. 7bf86f3 -Wall implies -Winline. Added -Wno-inline. by bart · 16 years ago
  37. f71e706 Removed -Winline since this option lets gcc 4.3.1 print some uninteresting and unsuppressable warning messages. by bart · 16 years ago
  38. dc1e91c Added compiler flag -Wextra for all regression tests. Replaced -finline-limit=100000 by --param inline-unit-growth=900 for drd_bitmap_test. by bart · 16 years ago
  39. 08d808b Changed compiler options for inlining to something that is supported by both gcc 3 and gcc 4. by bart · 16 years ago
  40. 178cc16 Added another POSIX reader/writer lock test. by bart · 16 years ago
  41. 1c8799c Added -Winline to the compiler flags. Made sure that all functions in drd_bitmap_test.c that can be inlined are actually inlined. by bart · 16 years ago
  42. 3d4c332 Added regression test for the C++ operators new, new[], delete and delete[]. by bart · 16 years ago
  43. 99a95fa Added -O2 to the compilation flags of drd_bitmap_test. by bart · 16 years ago
  44. ae18cd0 Use $(AM_FLAG_M3264_PRI) everywhere CFLAGS is explicitly set. by sewardj · 16 years ago
  45. 75e9a5a Removed -Wextra since this option has another name in gcc 3.0 (-W). by bart · 16 years ago
  46. ad292b5 Added -I$(top_srcdir)/VEX/pub to AM_CPPFLAGS. by bart · 16 years ago
  47. 34eff98 Moved bitmap test from drd_bitmap.c to tests/drd_bitmap_test.c by bart · 16 years ago
  48. df96197 Updated Makefile.am after having renamed an output file. by bart · 16 years ago
  49. 2da97ba Removed superfluous libraries for the memory_allocation test program. by bart · 16 years ago
  50. 412efe5 Added regression test for drd's memory allocation replacement functions. by bart · 16 years ago
  51. d441344 Added yet another output variant. by bart · 16 years ago
  52. b920b66 Added yet another output variant. by bart · 16 years ago
  53. b1c4412 Should have been in last commit. by bart · 16 years ago
  54. 80e3580 Most DRD regression tests are now skipped when LinuxThreads is detected. Removed LinuxThreads expected output files. by bart · 16 years ago
  55. f7405c6 Attempt to make this test independent of the Linux distribution it is run on. by bart · 16 years ago
  56. 2391ec6 Un-break "make dist". by bart · 16 years ago
  57. 3b9f3bf Added script run_openmp_test and regression test pth_detached_sem. by bart · 16 years ago
  58. 805043e Renamed matinv_openmp test into omp_matinv. Added omp_matinv_racy and omp_prime_racy tests. by bart · 16 years ago
  59. e8acf49 Removed empty *.stdout.exp* files. by bart · 16 years ago
  60. 1f52b82 Renamed HAVE_GCC_FOPENMP into HAVE_OPENMP. Changed compile test into link test. by bart · 16 years ago
  61. baa3c2d matinv_openmp and omp_prime linking now also succeeds with older automake versions. by bart · 16 years ago
  62. 0aeb186 Added omp_prime.c by bart · 16 years ago
  63. 3effeb9 Added yet another output variant. by bart · 16 years ago
  64. 96f892f Added test for LinuxThreads detection. by bart · 16 years ago
  65. 29cc9db Un-break compilation on systems with a compiler that does not support -fopenmp. by bart · 16 years ago
  66. 25de616 Added OpenMP test program. by bart · 16 years ago
  67. 4ff230a Added glibc 2.3 output. by bart · 16 years ago
  68. 4d7c270 Added an output variant for exp-drd/tests/hg03_inherit. by bart · 16 years ago
  69. 43409c9 Added LinuxThreads output files. by bart · 16 years ago
  70. 8360df5 Added more atomic read/modify/write tests. by bart · 16 years ago
  71. 40605eb Added stdout.exp and stderr.exp files for LinuxThreads. by bart · 16 years ago
  72. 5bd9f2d Added new command-line option --trace-rwlock. Added regression test exp-drd/tests/rwlock_race. Updated to do list. Fixed bug in vc_min(), the function that computes the elementwise minimum of two vector clocks. Fixed bug in thread_update_danger_set(). Fixed recently introduced bug in mutex code with regard to vector clock combining. by bart · 17 years ago
  73. 848fdf8 Added regression test for pthread_*timedlock() and pthread_*trylock() calls. by bart · 17 years ago
  74. 777f7fe Added support for POSIX reader-writer locks. Modified exp-drd/tests/filter-stderr such that i386 and AMD64 now generate the same output. Removed *.stderr.exp2 files. Added section that explains differences between LinuxThreads and NPTL to exp-drd/docs/README.txt. Made error message about LinuxThreads more clear. Made error messages more uniform. by bart · 17 years ago
  75. 3b1ee45 Added detection of more types of runtime errors. Cleaned up tracing output. Added test for tracing output (tc20_verifywrap2). by bart · 17 years ago
  76. 5169367 Updated after renaming / removing regression test output files. by bart · 17 years ago
  77. 5357fcb Modified drd client requests such that the mutex type can be passed from the intercepts to the tool. An error message is now printed in case a locked mutex is destroyed and in case a thread exits while it holds a lock on a mutex. Changed format of mutex error messages. Added recursive_mutex regression test. Fixed autogen warnings in exp-drd/tests/Makefile.am. by bart · 17 years ago
  78. 4f00c74 Disabled tc07_hbl1 and tc08_hbl2 again since running these tests makes only sense with proper support for bus locks in exp-drd. by bart · 17 years ago
  79. 5976fdd Added Helgrind regression tests tc05, tc06 and tc08. by bart · 17 years ago
  80. 0cc09c9 Summarized multiple pth_barrier.stderr.exp* output files into one. by bart · 17 years ago
  81. 324a733 Fixed typo. by bart · 17 years ago
  82. 792e43a Fixed more Fedora 8 regression test failures. by bart · 17 years ago
  83. 60389da Added more of Helgrind's regression tests. by bart · 17 years ago
  84. dfa5126 Fix 'make dist' -- don't list nonexistent files for inclusion in the tarball. by sewardj · 17 years ago
  85. 347eeba by sewardj · 17 years ago
  86. 8564292 by sewardj · 17 years ago
  87. a2e5407 Add missing file to tarball. by sewardj · 17 years ago
  88. 721ad7b Remove pthread_object_size.h and associated hardwired constants. by sewardj · 17 years ago
  89. c68cbe3 Translate the drd regtests from C++ to C. (Bart Van Assche). by sewardj · 17 years ago
  90. 51d8f25 Un-break 'make distdir'. Either by removing from EXTRA_DIST, file by sewardj · 17 years ago
  91. af44c82 Add DRD as an experimental tool. Bart Van Assche is the maintainer. by sewardj · 17 years ago