aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2006-12-12Minor tidying for regtests on AIX.sewardj
2006-11-26Update a comment.njn
2006-10-23Add --valgrind-lib, to complement --valgrind, to the regtests scriptnjn
2006-10-17Change a bunch of pointer <-> int casts to pointer <-> long casts sosewardj
2006-10-17Don't use -C0 for diff; apparently this is a GNU-ism.sewardj
2006-10-17Merge r6143: Deal with ppc{32,64}-aix5.sewardj
2006-10-17Merge r6142:sewardj
2006-08-05Regression tests for SSE3 support.sewardj
2006-05-26Read extra args for all tests from $EXTRA_REGTEST_OPTS, which is sewardj
2006-04-13Suppress any source filename in a "(below main)" line in a stack trace.tom
2006-04-03Add an optional post-test check. Based on a patch from Josef W.njn
2006-03-27Merge in the COMPVBITS branch to the trunk. This is a big change tonjn
2006-01-04Do ppc32 tests on ppc64-capable platforms.sewardj
2006-01-04Somewhat rehash the biarch-build machinery so as to (1) formalise thesewardj
2006-01-02Don't confuse ppc32 and ppc64.sewardj
2005-12-09Remove dead line.njn
2005-12-08Fail gracefully if 'make check' hasn't been run.njn
2005-11-12Make regtests work with --enable-inner.njn
2005-11-11Allow 32 bit x86 tests to run on amd64 machines.tom
2005-11-10Do cpu string identification right, so the ppc32-specific testssewardj
2005-09-27Remove ancient unused test files.njn
2005-09-27This commit merges in changes from branches/ASPACEM (specifically,sewardj
2005-09-13Fix ppc32 regtest execution. Thanks to Jeroen Witmond for spotting it.njn
2005-07-30Use the standard #ifdefs for arch-specific code.njn
2005-07-02Removed the remnants of the attempt at an ARM port, because it hadnjn
2005-06-30Try to make toobig-allocs work on 64-bit platforms.njn
2005-06-29Fix vg_regtests so it can properly handle alternative output filenames withnjn
2005-06-29Move a heap of tests from corecheck/tests/ into none/tests/. There'snjn
2005-06-23argh! there were loads of the little beggars ....de
2005-06-21ppc32-linux build fix.sewardj
2005-06-16A cleanup of the redirection stuff.njn
2005-05-08A crucial, crucial change: update my email address.njn
2005-03-12Default to using --leak-check=summary.njn
2005-03-10Merge in changes from the 2.4.0 line. This basically brings in thesewardj
2005-03-10Add new files resulting from merging in the 2.4.0 line. Many of thesesewardj
2004-12-20Un-break regtests (again)sewardj
2004-12-14Update, and thereby unbreak trivial regtest breakage.sewardj
2004-12-01Changed message at the top of files, and the startup message, and thenjn
2004-11-29Added beginnings of an AMD64 port, so lots of new files and directories.njn
2004-11-26Added beginnings of an ARM port, to the point where it compiles. It does notnjn
2004-11-18Arch-abstraction:nethercote
2004-11-18Generalised the reg test script again: replaced the "cpu_test" line,nethercote
2004-11-18Generalised reg test script: instead of having a "delete:" line, for removingnethercote
2004-10-19Arch-abstraction:nethercote
2004-10-19Arch-abstraction:nethercote
2004-09-06Arch-abstraction: arch-neutralise the startup message.nethercote
2004-07-10Fix for bug #78048.nethercote
2004-06-15Fixed up various command line option scenarios:nethercote
2004-04-17Add a "delete:" line to the regression test .vgtest files, to clean up any filenethercote
2004-03-27Extended instruction test system to handle x87 floating point instructionsthughes