1. 59570ff Merge from branches/ARM, all parts of the ARM-Linux port except for by sewardj · 14 years ago
  2. d55f0d9 With the recent VG_(message) change, by njn · 15 years ago
  3. 53162bf Print the command being run at startup. It wraps to avoid going over 80 by njn · 15 years ago
  4. f73d87f Add Valgrind version back into the preamble. by njn · 15 years ago
  5. 10b9aea Shorten the preamble by moving some of it into the --help output. This by njn · 15 years ago
  6. 61c72ce Updated filter after the modification of Valgrind's startup message in r10447. by bart · 15 years ago
  7. ac038d2 Fix a couple of tests that could be built with the wrong options, including by njn · 15 years ago
  8. a01ed5e Only run none/tests/amd64/bug127521-64 on machines supporting cmpxchg16b. by sewardj · 15 years ago
  9. 8b68b64 This commit merges the BUILD_TWEAKS branch onto the trunk. It has the by njn · 15 years ago
  10. f76d27a Merge the DARWIN branch onto the trunk. by njn · 15 years ago
  11. 3ea5b0b Merge r9897 (x86_amd64_features.c simplifcation) from the DARWIN branch. by njn · 15 years ago
  12. f9c4b81 Merge part (filter tweaks) of 8943 from the DARWIN branch. by njn · 15 years ago
  13. 9c53325 Merge r9600 (separate VG_ and ML_ definitions for C and asm files) from the by njn · 15 years ago
  14. 07581aa Removed some Darwin-specific code that crept in from the DARWIN branch. by njn · 15 years ago
  15. f6b0076 Merge r9103 and r9105 (add --ignore-fn to Massif) from the Darwin branch. by njn · 15 years ago
  16. 5281fd1 Merged r9546..r9548 (moved blockfault, and filtering fixes) from the DARWIN by njn · 15 years ago
  17. 9a55ee8 These three files should have been added in r9537. by njn · 15 years ago
  18. 83b62cb Merge r9533..9536 (add tests/{asm.h,sys_mman.h,malloc.h} from the DARWIN branch. by njn · 15 years ago
  19. 251a5b9 Test fixes for systems that have debug info installed for libc and libpthread. by njn · 15 years ago
  20. 9cf79b5 Some tweaks to make more tests pass, or get closer to passing, on by njn · 15 years ago
  21. 54cd2af This should have been added to the last commit. by njn · 15 years ago
  22. 61485ab tests/arch_test is currently being used for two purposes: by njn · 15 years ago
  23. 5d9c1f7 Remove darwin code that crept into the trunk. by njn · 15 years ago
  24. 22b05ec Merge r9283 (lackey testing fixes) from the DARWIN branch. by njn · 15 years ago
  25. 0d2e58f Use 'diff -u' for regtests if it's supported, its output it much easier to by njn · 15 years ago
  26. b0e34f7 Remove toobig-allocs.c -- it was unreliable and didn't test any by njn · 15 years ago
  27. 2fe005a Cleanup this Makefile.am like other recent test Makefile.am files. by njn · 15 years ago
  28. 870f170 Stack traces for Memcheck's syscall param errors are terribly unreliable, so by njn · 15 years ago
  29. 107bc57 Merge r9175 (don't run inappropriate OS- and platform-specific tests) from by njn · 15 years ago
  30. e66ffee Filter out everything after "(below main)" in a line. This will help with by njn · 15 years ago
  31. ac31b05 Merge the non-Darwin parts of r9140 (install vgpreload .dSYMs), just to keep by njn · 15 years ago
  32. 9818bee Filter out "(core dumped)" after "Bus error" for consistency. This makes by njn · 15 years ago
  33. 7fd6d38 Rename all the arch/OS/platform-related variables in configure.in to make it by njn · 15 years ago
  34. a00febc SSE3 and SSSE3 are two different things, so add a proper SSSE3 feature by tom · 15 years ago
  35. e95d94f Fix longstanding bug in dual-arch support, which originated in by sewardj · 16 years ago
  36. bce804c Filtered out platform-dependent error messages. by bart · 16 years ago
  37. e8ffe52 Ignore Emacs temporary files. Also, produce the correct .diff filename when by njn · 16 years ago
  38. 1ee25f0 Make comments reflect the code. by njn · 16 years ago
  39. a8162b2 Marginally enhance help message. by sewardj · 17 years ago
  40. 79e88da Merge (from branches/THRCHECK) r7043: by sewardj · 17 years ago
  41. 734b805 Merged the MASSIF2 branch to the trunk. Main changes: by njn · 17 years ago
  42. 2f3bcd2 Minor tidying for regtests on AIX. by sewardj · 17 years ago
  43. 7358d52 Update a comment. by njn · 18 years ago
  44. 3ed8960 Add --valgrind-lib, to complement --valgrind, to the regtests script by njn · 18 years ago
  45. 90527e3 Change a bunch of pointer <-> int casts to pointer <-> long casts so by sewardj · 18 years ago
  46. 2659b16 Don't use -C0 for diff; apparently this is a GNU-ism. by sewardj · 18 years ago
  47. be714ff Merge r6143: Deal with ppc{32,64}-aix5. by sewardj · 18 years ago
  48. b683720 Merge r6142: by sewardj · 18 years ago
  49. c49ae75 Regression tests for SSE3 support. by sewardj · 18 years ago
  50. 9136899 Read extra args for all tests from $EXTRA_REGTEST_OPTS, which is by sewardj · 18 years ago
  51. 9e41d8d Suppress any source filename in a "(below main)" line in a stack trace. by tom · 18 years ago
  52. 0001fc3 Add an optional post-test check. Based on a patch from Josef W. by njn · 18 years ago
  53. 1d0825f Merge in the COMPVBITS branch to the trunk. This is a big change to by njn · 18 years ago
  54. 87f7fdd Do ppc32 tests on ppc64-capable platforms. by sewardj · 18 years ago
  55. 0126214 by sewardj · 18 years ago
  56. 0d4f8ac Don't confuse ppc32 and ppc64. by sewardj · 18 years ago
  57. 932d5ed Remove dead line. by njn · 18 years ago
  58. 52783ca Fail gracefully if 'make check' hasn't been run. by njn · 18 years ago
  59. efc94ad Make regtests work with --enable-inner. by njn · 19 years ago
  60. ef56732 Allow 32 bit x86 tests to run on amd64 machines. by tom · 19 years ago
  61. fcbb942 Do cpu string identification right, so the ppc32-specific tests by sewardj · 19 years ago
  62. 3179622 Remove ancient unused test files. by njn · 19 years ago
  63. 45f4e7c by sewardj · 19 years ago
  64. 10c122e Fix ppc32 regtest execution. Thanks to Jeroen Witmond for spotting it. by njn · 19 years ago
  65. 21071ec Use the standard #ifdefs for arch-specific code. by njn · 19 years ago
  66. 4a83015 Removed the remnants of the attempt at an ARM port, because it had by njn · 19 years ago
  67. 2a513bf Try to make toobig-allocs work on 64-bit platforms. by njn · 19 years ago
  68. 7866031 by njn · 19 years ago
  69. 3a99d29 Move a heap of tests from corecheck/tests/ into none/tests/. There's by njn · 19 years ago
  70. ae71dd4 argh! there were loads of the little beggars .... by de · 19 years ago
  71. 5c52298 ppc32-linux build fix. by sewardj · 19 years ago
  72. 16eeb4e by njn · 19 years ago
  73. 2bc1012 A crucial, crucial change: update my email address. by njn · 19 years ago
  74. 6a32942 by njn · 19 years ago
  75. b5f6f51 by sewardj · 19 years ago
  76. cbdddcf by sewardj · 19 years ago
  77. 8b20c22 Un-break regtests (again) by sewardj · 19 years ago
  78. 77b3802 Update, and thereby unbreak trivial regtest breakage. by sewardj · 19 years ago
  79. b9c427c Changed message at the top of files, and the startup message, and the by njn · 20 years ago
  80. c616819 by njn · 20 years ago
  81. ca0518d by njn · 20 years ago
  82. 362c0d2 Arch-abstraction: by nethercote · 20 years ago
  83. c5e1d80 Generalised the reg test script again: replaced the "cpu_test" line, by nethercote · 20 years ago
  84. 64bc5af Generalised reg test script: instead of having a "delete:" line, for removing by nethercote · 20 years ago
  85. 781bed4 by nethercote · 20 years ago
  86. b625bcb by nethercote · 20 years ago
  87. a131bb8 Arch-abstraction: arch-neutralise the startup message. by nethercote · 20 years ago
  88. 57e36b3 by nethercote · 20 years ago
  89. f4928da by nethercote · 20 years ago
  90. c1f8ad9 Add a "delete:" line to the regression test .vgtest files, to clean up any file by nethercote · 20 years ago
  91. b76f0dc Extended instruction test system to handle x87 floating point instructions by thughes · 20 years ago
  92. a5a25a8 Strip _nocancel from glibc stack traces so that __open_nocancel etc by thughes · 20 years ago
  93. 18467b7 Filter out the ": core dumped" message from test results as the user by thughes · 20 years ago
  94. ab42219 Make vg_regtest return 1 if any tests fail. Useful for scripts that call it. by nethercote · 20 years ago
  95. dd468ff Modified the basic standard error filter to strip out line info out of by thughes · 20 years ago
  96. 4592db6 Allow multiple .exp files, eg. foo.stderr.exp, foo.stderr.exp2; test will pass by nethercote · 20 years ago
  97. 74729ef Update and add various .cvsignore files. by nethercote · 20 years ago
  98. 1018bdd Heroic patch from Tom Hughes: by nethercote · 20 years ago
  99. 7cc9c23 Convert "skin" to "tool" in various places; almost entirely within comments, by nethercote · 20 years ago
  100. 288b766 Adding files from Tom Hughes' SSE-completion patch, which I forgot yesterday. by nethercote · 20 years ago