1. 29a100c rename a function by njn · 15 years ago
  2. 8b88b66 Avoid a warning. by njn · 15 years ago
  3. 132fdb0 Add more testing to memcheck/tests/unit_libcbase.c. by njn · 15 years ago
  4. b0e34f7 Remove toobig-allocs.c -- it was unreliable and didn't test any by njn · 15 years ago
  5. 79a5cc4 Move memcheck/tests/x86/bug133694 into memcheck/tests/x86-linux -- it uses by njn · 15 years ago
  6. a601553 Delete memcheck/tests/zeropage. The original purpose of the test is no by njn · 15 years ago
  7. 685a959 Fix some more 'make check' warnings, ones that appear on non-Linux platforms. by njn · 15 years ago
  8. efc13c2 Get rid of all "make check" compile warnings, except for the ones from by njn · 15 years ago
  9. 2a5a76b Merged part of r9234 (unit_libcbase improvements) from the DARWIN branch. by njn · 15 years ago
  10. 6ab37c7 A few more test/build changes. by njn · 15 years ago
  11. 07891f9 Test files were being passed multiple arch options (eg. "-m32 -m64") when by njn · 15 years ago
  12. 1dccf7f Finished renaming of 'oset_test' into 'unit_oset'. by bart · 15 years ago
  13. 221666f Forgot to add this file in the last commit. by njn · 15 years ago
  14. 8a0b704 - Add 'unit_libcbase', the beginnings of a unit test module for m_libcbase. by njn · 15 years ago
  15. 5304457 Various build system clean-ups and simplifications: by njn · 15 years ago
  16. 8b140de In the core, include malloc_usable_size() as one of the functions that must by njn · 15 years ago
  17. 3f29886 Remove unnecessary Memcheck test filters. by njn · 15 years ago
  18. 870f170 Stack traces for Memcheck's syscall param errors are terribly unreliable, so by njn · 15 years ago
  19. 107bc57 Merge r9175 (don't run inappropriate OS- and platform-specific tests) from by njn · 15 years ago
  20. 0458a12 Moved 3 Linux-specific tests into linux/ directories. by njn · 15 years ago
  21. e66ffee Filter out everything after "(below main)" in a line. This will help with by njn · 15 years ago
  22. ac31b05 Merge the non-Darwin parts of r9140 (install vgpreload .dSYMs), just to keep by njn · 15 years ago
  23. 6882443 Cleaned up the mess that was the treatment of "below main" functions such as by njn · 15 years ago
  24. 163c487 Move memcheck/tests/brk to the linux/ subdir, as it's Linux-specific (merged by njn · 16 years ago
  25. d3e4dd9 Merge some minor regtest updates from the DARWIN branch: by njn · 16 years ago
  26. 7fd6d38 Rename all the arch/OS/platform-related variables in configure.in to make it by njn · 16 years ago
  27. 74a74d8 by sewardj · 16 years ago
  28. a6dbb3f - No longer using VG_ARCH_ALL to determine the DIST_SUBDIRS used for by njn · 16 years ago
  29. 91772d1 - Split up m_ume.c into m_ume/{main,elf,script}.c. This will make merging by njn · 16 years ago
  30. 3b3b76d Create memcheck/tests/linux/ and move some Linux-specific tests by njn · 16 years ago
  31. a454ec0 Create memcheck/tests/x86-linux/ and move some platform-specific tests (the by njn · 16 years ago
  32. cc874b5 trunk/memcheck/tests/Makefile.am by njn · 16 years ago
  33. b3fc062 A couple of 'make dist' fixes. by sewardj · 16 years ago
  34. 3fc4c8a Update expected output, with a line number that's actually correct. by sewardj · 16 years ago
  35. 1c5845d Add a second expected output. It appears that a recent glibcs print by sewardj · 16 years ago
  36. f5049f7 Attempt to reduce output variance by ensuring mainSort() is never inlined. by sewardj · 16 years ago
  37. 9ec6af6 Use a "sided" comparison rather than a "point" comparison, so as to by sewardj · 16 years ago
  38. 131defc Update expected output now that Memcheck's realloc implementation always by sewardj · 16 years ago
  39. e95d94f Fix longstanding bug in dual-arch support, which originated in by sewardj · 16 years ago
  40. 9c606bd by sewardj · 16 years ago
  41. 8144ff4 Disabled printing of file descriptor value in order to make the test results more reproducible. by bart · 16 years ago
  42. d1a1061 Added regression test for Linux' capget system call. by bart · 16 years ago
  43. 09df48f Compiles now with old versions of <sys/epoll.h> too. by bart · 16 years ago
  44. 07a5163 Fixed filter. by bart · 16 years ago
  45. edbf716 Added extra filtering for the stderr output of malloc_free_fill such that the output of this test becomes independent of the Linux distribution the test is run on. Should fix #162819. by bart · 16 years ago
  46. e55883d Reworked test such that file locking is now triggered from two different processes. by bart · 16 years ago
  47. a4a86e3 Added missing mode_t argument to open() system call. by bart · 16 years ago
  48. 4d62674 Result of timerfd() syscall is no longer printed to stdout, which should make this regression test more reproducible. by bart · 16 years ago
  49. ad60eeb Added regression test for POSIX advisory locking (fcntl(..., F_SETFL, ...)). by bart · 16 years ago
  50. 648270d Try to make this test more consistent across different machines. by njn · 16 years ago
  51. 60ba3aa Try to make these tests more reliable for different machines. by njn · 16 years ago
  52. dc056b7 Add a regression test for fxsave. by sewardj · 16 years ago
  53. c700172 Add a test case for #157748. by sewardj · 16 years ago
  54. e64de43 Add missing words to comment. by sewardj · 16 years ago
  55. 8be8860 Build fixes for AIX5.3. by sewardj · 16 years ago
  56. 351f967 Add an expected output for ppc64-linux; probably required due to dodgyness in by sewardj · 16 years ago
  57. dff8240 Add a test for origin tracking through large floating point arrays. by sewardj · 16 years ago
  58. 672a82d Fixed compiler warnings. by bart · 16 years ago
  59. e5b3638 Disable gcc warnings about shadowed variables when compiling varinfo2.c. by bart · 16 years ago
  60. fb27ca7 Update expected outputs following merge of branches/OTRACK_BY_INSTRUMENTATION. by sewardj · 16 years ago
  61. 7cf4e6b by sewardj · 16 years ago
  62. bb89b04 Compiles now on systems without definition of CLOCK_MONOTONIC. by bart · 16 years ago
  63. ba8e52e Only run the timerfd_create()/timerfd_gettime()/timerfd_settime() test on kernel 2.6.25 and later. by bart · 16 years ago
  64. e832bf4 Fixed typo. by bart · 16 years ago
  65. 0114ec1 Fixed typo. by bart · 16 years ago
  66. fc7c30a Added regression test for timerfd_create(), timerfd_gettime() and timerfd_settime() system calls. by bart · 16 years ago
  67. b7bc6e0 Added yet another output variant. by bart · 16 years ago
  68. 122812d Filtered malloc/free statistics out from more output variant files. by bart · 16 years ago
  69. c260d73 Added yet another malloc_free_fill output variant. by bart · 16 years ago
  70. 9f7c35f Removed malloc/free statistics from alternate output files. by bart · 16 years ago
  71. e71890a The sigkill regression test no longer attempts to set signal handlers for the signal numbers 32 and 33. by bart · 16 years ago
  72. 18493aa Filtered out malloc/free statistics. by bart · 16 years ago
  73. 18743dd Filtered out malloc/free statistics. by bart · 16 years ago
  74. 45f7c05 Filtered out malloc/free statistics. by bart · 16 years ago
  75. 88477ee Filtered out malloc/free statistics from mallinfo test. by bart · 16 years ago
  76. 7bda0b9 filter_allocs now also works when any of the numbers to be filtered out is greater than or equal to 1000. by bart · 16 years ago
  77. 63095f5 Added actual syslog system call test. by bart · 16 years ago
  78. f7db457 Added regression test for Linux' syslog system call (called klogctl by glibc). by bart · 16 years ago
  79. 35ee3fa Made source code C90 compliant. by bart · 16 years ago
  80. f5ceec8 Added support for epoll_pwait(), utimensat(), eventfd(), timerfd() and signalfd(). Fixes bug 160907. by bart · 16 years ago
  81. 5a4fb83 Took into account that mallinfo() is not supported on all platforms. by bart · 16 years ago
  82. 5f3c0f5 Updated expected output. by bart · 16 years ago
  83. 05ef357 Ensured all allocated memory is freed before exiting. by bart · 16 years ago
  84. 71a50b3 Moved mallinfo regression test from none/tests to memcheck/tests. by bart · 16 years ago
  85. e4e06e4 Removed casts from function pointer to regular pointer. by bart · 16 years ago
  86. cb42ab4 Fixed compiler warning. by bart · 16 years ago
  87. b8b79ad Merge in the DATASYMS branch. by sewardj · 16 years ago
  88. 05b4823 Fix minor breakage in 7 tests. by njn · 16 years ago
  89. 26b9c87 Fix compiler warnings by using a variable to hide the null pointer by tom · 17 years ago
  90. 1d090eb Add const qualifiers to fix compiler warnings. by tom · 17 years ago
  91. 3c49490 Fix compiler warning. by tom · 17 years ago
  92. 7069886 Add a couple of regtests for large stack frame management. by sewardj · 17 years ago
  93. 95d86c0 Improve handling of programs which require very large main thread by sewardj · 17 years ago
  94. effcfab Update expected outputs. Use new naming scheme now permitted by by sewardj · 17 years ago
  95. 92676d7 Remove client requests that were deprecated in 3.2.0. by njn · 17 years ago
  96. eb0fa93 New options for Memcheck, --malloc-fill=<hexnumber> and by sewardj · 17 years ago
  97. 6da5c5b Add regtest for the --child-silent-after-fork added in r7177. by sewardj · 17 years ago
  98. 23981dd Add a regression test for #152022. by sewardj · 17 years ago
  99. e2a9ad3 Split the OSet interface into two parts: "OSetGen_", which is the existing by njn · 17 years ago
  100. 579c236 Oops. Fix silly error that gcc-4.3 complained about. by sewardj · 17 years ago