1. cca440b Added a regression test for atomic variables. by bart · 16 years ago
  2. 4f578bf Added Qt4 reader-writer lock test. by bart · 16 years ago
  3. ef9603e Added Qt4 semaphore test. by bart · 16 years ago
  4. 4c85399 Enabled support for nesting mutexes and condition variables in higher-level synchronization primitives. Changed mutex tracing output slightly. by bart · 16 years ago
  5. 19c4260 Added regression test for POSIX spinlocks. by bart · 16 years ago
  6. 02aed96 Added two more expected output files for ppc. Renamed two other expected output files. by bart · 16 years ago
  7. 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]
  8. e65b4c6 Added missing filenames to EXTRA_DIST. by bart · 16 years ago
  9. 3bb1cec An error message is now printed if two different threads call by bart · 16 years ago
  10. d9e39ec Semaphore and barrier reinitialization are now reported. by bart · 16 years ago
  11. 46b5fce Some time ago reporting sending POSIX signals where the mutex associated by bart · 16 years ago
  12. f3b7285 Use same flags for OpenMP regression tests as for the other regression tests. by bart · 16 years ago
  13. 8b4b2ee - Reduced level two bitmap size from 2**16 to 2**14 addresses. This by bart · 16 years ago
  14. 1d4070d Added hold_lock regression test. by bart · 16 years ago
  15. 7bf86f3 -Wall implies -Winline. Added -Wno-inline. by bart · 17 years ago
  16. f71e706 Removed -Winline since this option lets gcc 4.3.1 print some uninteresting and unsuppressable warning messages. by bart · 17 years ago
  17. 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 · 17 years ago
  18. 08d808b Changed compiler options for inlining to something that is supported by both gcc 3 and gcc 4. by bart · 17 years ago
  19. 178cc16 Added another POSIX reader/writer lock test. by bart · 17 years ago
  20. 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 · 17 years ago
  21. 3d4c332 Added regression test for the C++ operators new, new[], delete and delete[]. by bart · 17 years ago
  22. 99a95fa Added -O2 to the compilation flags of drd_bitmap_test. by bart · 17 years ago
  23. ae18cd0 Use $(AM_FLAG_M3264_PRI) everywhere CFLAGS is explicitly set. by sewardj · 17 years ago
  24. 75e9a5a Removed -Wextra since this option has another name in gcc 3.0 (-W). by bart · 17 years ago
  25. ad292b5 Added -I$(top_srcdir)/VEX/pub to AM_CPPFLAGS. by bart · 17 years ago
  26. 34eff98 Moved bitmap test from drd_bitmap.c to tests/drd_bitmap_test.c by bart · 17 years ago
  27. df96197 Updated Makefile.am after having renamed an output file. by bart · 17 years ago
  28. 2da97ba Removed superfluous libraries for the memory_allocation test program. by bart · 17 years ago
  29. 412efe5 Added regression test for drd's memory allocation replacement functions. by bart · 17 years ago
  30. d441344 Added yet another output variant. by bart · 17 years ago
  31. b920b66 Added yet another output variant. by bart · 17 years ago
  32. b1c4412 Should have been in last commit. by bart · 17 years ago
  33. 80e3580 Most DRD regression tests are now skipped when LinuxThreads is detected. Removed LinuxThreads expected output files. by bart · 17 years ago
  34. f7405c6 Attempt to make this test independent of the Linux distribution it is run on. by bart · 17 years ago
  35. 2391ec6 Un-break "make dist". by bart · 17 years ago
  36. 3b9f3bf Added script run_openmp_test and regression test pth_detached_sem. by bart · 17 years ago
  37. 805043e Renamed matinv_openmp test into omp_matinv. Added omp_matinv_racy and omp_prime_racy tests. by bart · 17 years ago
  38. e8acf49 Removed empty *.stdout.exp* files. by bart · 17 years ago
  39. 1f52b82 Renamed HAVE_GCC_FOPENMP into HAVE_OPENMP. Changed compile test into link test. by bart · 17 years ago
  40. baa3c2d matinv_openmp and omp_prime linking now also succeeds with older automake versions. by bart · 17 years ago
  41. 0aeb186 Added omp_prime.c by bart · 17 years ago
  42. 3effeb9 Added yet another output variant. by bart · 17 years ago
  43. 96f892f Added test for LinuxThreads detection. by bart · 17 years ago
  44. 29cc9db Un-break compilation on systems with a compiler that does not support -fopenmp. by bart · 17 years ago
  45. 25de616 Added OpenMP test program. by bart · 17 years ago
  46. 4ff230a Added glibc 2.3 output. by bart · 17 years ago
  47. 4d7c270 Added an output variant for exp-drd/tests/hg03_inherit. by bart · 17 years ago
  48. 43409c9 Added LinuxThreads output files. by bart · 17 years ago
  49. 8360df5 Added more atomic read/modify/write tests. by bart · 17 years ago
  50. 40605eb Added stdout.exp and stderr.exp files for LinuxThreads. by bart · 17 years ago
  51. 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
  52. 848fdf8 Added regression test for pthread_*timedlock() and pthread_*trylock() calls. by bart · 17 years ago
  53. 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
  54. 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
  55. 5169367 Updated after renaming / removing regression test output files. by bart · 17 years ago
  56. 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
  57. 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
  58. 5976fdd Added Helgrind regression tests tc05, tc06 and tc08. by bart · 17 years ago
  59. 0cc09c9 Summarized multiple pth_barrier.stderr.exp* output files into one. by bart · 17 years ago
  60. 324a733 Fixed typo. by bart · 17 years ago
  61. 792e43a Fixed more Fedora 8 regression test failures. by bart · 17 years ago
  62. 60389da Added more of Helgrind's regression tests. by bart · 17 years ago
  63. dfa5126 Fix 'make dist' -- don't list nonexistent files for inclusion in the tarball. by sewardj · 17 years ago
  64. 347eeba by sewardj · 17 years ago
  65. 8564292 by sewardj · 17 years ago
  66. a2e5407 Add missing file to tarball. by sewardj · 17 years ago
  67. 721ad7b Remove pthread_object_size.h and associated hardwired constants. by sewardj · 17 years ago
  68. c68cbe3 Translate the drd regtests from C++ to C. (Bart Van Assche). by sewardj · 17 years ago
  69. 51d8f25 Un-break 'make distdir'. Either by removing from EXTRA_DIST, file by sewardj · 17 years ago
  70. af44c82 Add DRD as an experimental tool. Bart Van Assche is the maintainer. by sewardj · 17 years ago