summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2011-07-31Fix prerequisite for memcheck/tests/linux/timerfd-syscall.florian1-6/+35
2011-07-07Allow optional specification of cpu models on the command lineflorian1-17/+225
2011-06-28Delete the AIX5 port. The last release this worked for is 3.4.1,sewardj2-13/+0
2011-05-17s390x: add test cases for STCK{,E,F} instructions. See #271779.sewardj2-1/+95
2011-05-10Improvements for testing and compilation breakage for the GDB serversewardj1-8/+24
2011-05-06Implement a GDB server in Valgrind. See #214909.sewardj1-5/+96
2011-04-15Mark this as executable. Followup for #267630.sewardj1-0/+0
2011-04-15Add support for IBM Power ISA 2.06 -- stage 1. Valgrind-side changessewardj1-0/+11
2011-03-07Add a port to IBM z/Architecture (s390x) running Linux -- Valgrindsewardj1-0/+4
2011-01-17Add build system goop for testing SSE4.2 instructions.sewardj1-0/+3
2010-09-28Test cases for amd64 PCLMULDQ (Emmanuel Thome, Emmanuel.Thome@gmail.com).sewardj1-0/+3
2010-09-03Add tests for new PowerISA_2.05 instructions available on Power6 CPUs.sewardj2-0/+12
2010-08-31Expand ${PWD} in the vgopts: line of .vgtest files.bart1-1/+3
2010-07-30Add the ability to detect "amd64-lzcnt" and "x86-lzcnt".sewardj1-0/+26
2010-07-06Replace the handful of uses of Vg_ExtraDebugMsg and VG_(emsg) withnjn1-2/+2
2010-01-04Update arch_test.c properly for arm-linux, and add an entry tosewardj2-0/+2
2010-01-01Merge from branches/ARM, all parts of the ARM-Linux port except forsewardj1-0/+3
2009-08-03With the recent VG_(message) change,njn1-1/+4
2009-07-29Print the command being run at startup. It wraps to avoid going over 80njn1-0/+4
2009-07-24Add Valgrind version back into the preamble.njn1-6/+3
2009-07-14Shorten the preamble by moving some of it into the --help output. Thisnjn1-6/+2
2009-07-14Updated filter after the modification of Valgrind's startup message in r10447.bart1-1/+1
2009-07-13Fix a couple of tests that could be built with the wrong options, includingnjn1-0/+2
2009-07-12Only run none/tests/amd64/bug127521-64 on machines supporting cmpxchg16b.sewardj1-0/+3
2009-06-24This commit merges the BUILD_TWEAKS branch onto the trunk. It has thenjn1-3/+1
2009-05-28Merge the DARWIN branch onto the trunk.njn9-7/+38
2009-05-18Merge r9897 (x86_amd64_features.c simplifcation) from the DARWIN branch.njn1-10/+2
2009-05-18Merge part (filter tweaks) of 8943 from the DARWIN branch.njn2-9/+12
2009-04-24Merge r9600 (separate VG_ and ML_ definitions for C and asm files) from thenjn1-1/+1
2009-04-24Removed some Darwin-specific code that crept in from the DARWIN branch.njn3-22/+1
2009-04-17Merge r9103 and r9105 (add --ignore-fn to Massif) from the Darwin branch.njn1-2/+3
2009-04-15Merged r9546..r9548 (moved blockfault, and filtering fixes) from the DARWINnjn1-1/+5
2009-04-15These three files should have been added in r9537.njn3-0/+77
2009-04-15Merge r9533..9536 (add tests/{asm.h,sys_mman.h,malloc.h} from the DARWINnjn1-0/+5
2009-03-10Test fixes for systems that have debug info installed for libc andnjn1-0/+4
2009-03-10Some tweaks to make more tests pass, or get closer to passing, onnjn1-0/+13
2009-03-04This should have been added to the last commit.njn1-0/+114
2009-03-04tests/arch_test is currently being used for two purposes:njn6-171/+127
2009-03-04Remove darwin code that crept into the trunk.njn1-34/+3
2009-02-26Merge r9283 (lackey testing fixes) from the DARWIN branch.njn1-1/+1
2009-02-25Use 'diff -u' for regtests if it's supported, its output it much easier tonjn1-1/+1
2009-02-25Remove toobig-allocs.c -- it was unreliable and didn't test anynjn2-28/+0
2009-02-23Cleanup this Makefile.am like other recent test Makefile.am files.njn1-9/+3
2009-02-16Stack traces for Memcheck's syscall param errors are terribly unreliable, sonjn3-16/+1
2009-02-16Merge r9175 (don't run inappropriate OS- and platform-specific tests) fromnjn5-13/+116
2009-02-12Filter out everything after "(below main)" in a line. This will help withnjn1-1/+3
2009-02-12Merge the non-Darwin parts of r9140 (install vgpreload .dSYMs), just to keepnjn1-3/+0
2009-02-11Filter out "(core dumped)" after "Bus error" for consistency. This makesnjn1-1/+1
2009-01-22Rename all the arch/OS/platform-related variables in configure.in to make itnjn2-16/+40
2009-01-12SSE3 and SSSE3 are two different things, so add a proper SSSE3 featuretom1-0/+6