Increase the CPU time timeout for testing from 10 to 20 minutes, to
[oota-llvm.git] / test / Makefile
2009-04-23 Dan GohmanAdd more ulimit limits, to catch more kinds of runaway...
2009-03-21 Evan ChengRe-commit r67334 and r67349 with fix.
2009-03-20 Nick LewyckyRevert r67334 and r37349 which break "make check" on...
2009-03-19 Evan ChengMore makefile changes to allow dejagnu tests to pass...
2009-03-06 Mikhail GlushenkovTrailing whitespace.
2009-02-26 Chris Lattnermake sure that make fully evaluates variables when...
2009-02-02 Devang PatelRun dsymutil on darwin, when it is expected, before...
2009-01-01 Misha Brukman* Quoted the executable 'runtest' to emphasize the...
2008-12-31 Misha BrukmanRemoved extra spaces.
2008-10-21 Torok EdwinFix make check on Solaris 10/x86: the default grep...
2008-10-07 Nuno Lopesadd support for running the test suite with valgrind...
2008-04-24 Devang PatelAdd EXTRA_OPTIONS on the llvmgxx command line.
2008-04-24 Devang PatelAdd EXTRA_OPTIONS on the llvmgcc command line.
2008-03-18 Tanya LattnerDo not pass -g flag when compiling tests, so remove...
2008-03-10 Chris LattnerFix a typo
2008-02-26 Gabor Greifunbreak check-one
2008-02-26 Gabor GreifWhile hunting for two hanging tests,
2007-12-29 Chris Lattnerremove attributions from the rest of the llvm makefiles.
2007-10-02 Gordon HenriksenAdd explicit --enable-bindings option to configure.
2007-09-18 Gordon Henriksengit-svn-id: https://llvm.org/svn/llvm-project/llvm...
2007-05-11 Reid SpencerFor PR1411:
2007-04-21 Reid SpencerPass the LLVMGCC_LANGS variable through to Tcl.
2007-04-21 Reid SpencerAdd the TARGETS_TO_BUILD variable.
2007-04-16 Duncan SandsLook for site.exp in the build directory, not the sourc...
2007-04-15 Reid SpencerWe don't need the path to be set for llvmgcc/llvmgxx...
2007-04-15 Reid SpencerEcho command lines only if the user wants them.
2007-04-15 Reid SpencerAdd a new testing target: check-one. It is used like...
2007-04-12 Reid SpencerMake the shlibext and llvmlibsdir variables accessible.
2007-04-11 Reid SpencerMake new variables available: compile_c, compile_cxx...
2007-02-11 Reid SpencerFor PR1196:
2007-01-30 Reid SpencerAdd a gxxcmd variable for the g++ command line used...
2007-01-17 Reid SpencerRegression is gone, don't try to find it on clean target.
2006-11-11 Reid SpencerEnable path completion when typing the TESTSUITE= optio...
2006-08-01 Chris LattnerIf dejagnu is not found, tell the user instead of bombi...
2006-05-28 Reid SpencerFix a problem where dejagnu won't accept the value...
2006-05-28 Reid SpencerProvide an infrastructure for testing the llvm2cpp...
2006-04-13 Reid SpencerUse quotes properly so that the possibility of a null...
2006-04-12 Tanya LattnerAdded llvmgcc version to allow tests to be xfailed...
2006-04-06 Reid SpencerAdd the variable llvmgccmajvers to the site.exp file...
2005-07-13 Reid SpencerAdd a test that runs the ParallelJIT example program...
2005-05-21 Reid SpencerRemove trailing blank line, just to test whether the...
2005-05-20 Reid SpencerFinally get the quoting right for both Unix and Windows...
2005-02-18 Reid SpencerAllow dejagnu tests to run on Windows/Cygwin. Quote...
2005-01-03 Reid SpencerMake sure the path is properly set in the llvmgcc and...
2004-12-24 Reid SpencerThe dejagnu scripts need a path for llvm-gcc/llvm-g...
2004-12-22 Reid SpencerFor PR432:
2004-12-12 Chris LattnerDejagnu doesn't work if you do TESTSUITE=.../
2004-12-06 John CriswellRemove the last pieces of QMTest.
2004-12-06 Reid SpencerChange check to check-local per Makefile.rules changes.
2004-12-04 Reid SpencerFailing Feature/Regression test should fail the build
2004-12-04 Chris LattnerClean feature also
2004-12-04 Tanya LattnerMade it default to check instead of check-dejagnu.
2004-11-30 Tanya LattnerAdded TCLSH var to site.exp.
2004-11-30 Chris LattnerIf TESTSUITE is set, we obviously want to run dejagnu
2004-11-22 Chris LattnerDon't stop make if there are XFAIL or XPASSes
2004-11-13 Tanya Lattnersetting path to prcontext.tcl script. Right now it...
2004-11-09 Reid SpencerDocument quick-test target.
2004-11-09 Reid SpencerAdd a quick-test target that uses QUICKTEST variable...
2004-11-08 Alkis EvlogimenosMove path override in test/Makefile.
2004-11-08 Tanya LattnerNow using path to python found by configure.
2004-11-07 Reid SpencerAdd the RUNTEST autoconf onfiguration variable for...
2004-11-07 Tanya LattnerChanged TEST to TESTSUITE
2004-11-07 Tanya LattnerChanged check-dejagnu to take TESTSUITE as its args...
2004-11-07 Tanya LattnerAdded support to specify which test suite dejagnu shoul...
2004-11-07 Chris LattnerAdd missing file header
2004-11-07 Tanya LattnerAdded rough support for dejagnu testing. Changes need...
2004-11-03 Brian GaekeCONFIGURATION isn't spelled Configuration, it's spelled...
2004-10-30 Reid SpencerInternalize variable names to prevent recursive assignm...
2004-09-05 Reid SpencerPer Bug 257
2004-08-02 John CriswellAdd support for using the prcontext python script inste...
2004-03-29 John CriswellMerged in RELEASE_12.
2003-12-11 Brian GaekeSeparate out target for cleaning up qmtest garbage.
2003-11-21 Brian GaekeClean more qmtest files.
2003-11-20 Brian GaekeBlow away compiled versions of qmtest classes on 'make...
2003-11-19 John CriswellWe now support different expectations for different...
2003-10-27 John CriswellMerged RELEASE_1.
2003-10-23 John CriswellDo not report errors if QMTest returns a non-zero value.
2003-10-11 Brian GaekeQuote qmtest args in $(CONTEXT).
2003-10-10 John CriswellRemoved the AnalyzeTest class.
2003-10-10 John CriswellMake the clean target remove the QMTest temporary direc...
2003-10-07 John CriswellFixed the location of the expectations file.
2003-10-07 John CriswellSwitching over to the new test database.
2003-09-30 John CriswellAdded the CXXTest test class.
2003-09-16 John CriswellAllow multiple object trees to use the source tree...
2003-09-15 John CriswellQMTest test and resource classes are always register...
2003-09-08 John CriswellAdded the .t implicit rule. You can now run an individ...
2003-09-06 John CriswellCheckin of autoconf-style object root.
2003-08-21 John CriswellAdded the ability to run the QMTests. It is currently...
2003-08-06 John CriswellRemoved Makefile.common.
2002-11-06 Chris Lattnerlibraries is used for internal stuff, not as a real...
2002-03-18 Vikram S. Adveinclude Makefile.tests.
2002-01-23 Chris LattnerMore rules checked in
2002-01-23 Chris LattnerNew minimal makefile
2001-12-15 Vikram S. AdveRename Makefile.target to Makefile.tests.
2001-12-15 Vikram S. AdveRun testsparc, not testcodegen for testing the back...
2001-12-14 Chris LattnerBuild Programs subdirectory
2001-11-05 Vikram S. AdveReplaced another HERE.
2001-11-05 Vikram S. AdvePut common rules for compiling programs into Makefile...
2001-10-28 Vikram S. AdveAdded rules for building sparc executable with and...
2001-10-22 Vikram S. AdveDisable alloca code gen tests until size of extra args...
next