- Dec 06, 2004
-
-
John Criswell authored
llvm-svn: 18581
-
Reid Spencer authored
llvm-svn: 18568
-
- Dec 04, 2004
-
-
Reid Spencer authored
llvm-svn: 18507
-
Chris Lattner authored
llvm-svn: 18491
-
Tanya Lattner authored
llvm-svn: 18488
-
- Nov 30, 2004
-
-
Tanya Lattner authored
llvm-svn: 18396
-
Chris Lattner authored
llvm-svn: 18392
-
- Nov 22, 2004
-
-
Chris Lattner authored
llvm-svn: 18113
-
- Nov 14, 2004
-
-
Tanya Lattner authored
setting path to prcontext.tcl script. Right now it searches for tclsh in your path, but this should be obtained from configure. llvm-svn: 17720
-
- Nov 09, 2004
-
-
Reid Spencer authored
llvm-svn: 17644
-
Reid Spencer authored
portion of the test suite. e.g.: make quck-test QUICKTEST=Regression/Bytecode llvm-svn: 17643
-
- Nov 08, 2004
-
-
Alkis Evlogimenos authored
llvm-svn: 17613
-
Tanya Lattner authored
llvm-svn: 17610
-
Reid Spencer authored
tool runs Deja-gnu test suites. The 'make' variable RUNTEST is now set automatically in the Makefile.config file. llvm-svn: 17599
-
Tanya Lattner authored
llvm-svn: 17598
-
- Nov 07, 2004
-
-
Tanya Lattner authored
Changed check-dejagnu to take TESTSUITE as its args instead of TEST in order to not conflict with other stuff. Added path for test/Scripts. Also added a check to deal with TESTSUITE and runtest flags. llvm-svn: 17586
-
Tanya Lattner authored
Added support to specify which test suite dejagnu should run (Feature or Regression). Use TEST=suite llvm-svn: 17572
-
Chris Lattner authored
Add some comments Switch to use 'find' to do the clean instead of globbing llvm-svn: 17559
-
Tanya Lattner authored
Added rough support for dejagnu testing. Changes need to be made to autoconf to provide the target_triplet and to check for 'grep -C' which would be used instead of the python script we have now. Eventually the python script should be converted to bash. The dejagnu-clean needs to be fixed to use find. llvm-svn: 17555
-
- Nov 03, 2004
-
-
Brian Gaeke authored
Due to qmtest's or llvm.py's lousy error checking, this single error causes qmtest to fork-bomb the machine, filling the process table with python processes that do nothing. Clearly, better error checking is needed. llvm-svn: 17449
-
- Oct 30, 2004
-
-
Reid Spencer authored
llvm-svn: 17359
-
- Sep 05, 2004
-
-
Reid Spencer authored
The "Programs" directory no longer lives here. It have been moved to its own cvs module. Check it out into llvm/projects and configure/build it there. llvm-svn: 16182
-
- Aug 03, 2004
-
-
John Criswell authored
llvm-svn: 15426
-
- Mar 29, 2004
-
-
John Criswell authored
llvm-svn: 12532
-
- Dec 11, 2003
-
-
Brian Gaeke authored
llvm-svn: 10395
-
- Nov 21, 2003
-
-
Brian Gaeke authored
llvm-svn: 10125
-
- Nov 20, 2003
-
-
Brian Gaeke authored
llvm-svn: 10119
-
- Nov 19, 2003
-
-
John Criswell authored
llvm-svn: 10094
-
- Oct 27, 2003
-
-
John Criswell authored
llvm-svn: 9533
-
- Oct 23, 2003
-
-
John Criswell authored
llvm-svn: 9404
-
- Oct 11, 2003
-
-
Brian Gaeke authored
I don't remember precisely what bug this fixed, but I remember that it fixed a bug. Sorry. (I think one of these args had a Funny Shell Character in it, or a space, or something, in my last build, and this seemed like the obvious fix.) llvm-svn: 9044
-
- Oct 10, 2003
-
-
John Criswell authored
llvm-svn: 9041
-
John Criswell authored
Remove QMTest python classes which are no longer used. llvm-svn: 9040
-
- Oct 07, 2003
-
-
John Criswell authored
Added the registration of the LLVM Database class. llvm-svn: 8946
-
John Criswell authored
Adding new qmt files should no longer be necessary. QMTest should know just "magically" know what sort of test each file is. llvm-svn: 8945
-
- Sep 30, 2003
-
-
John Criswell authored
llvm-svn: 8788
-
- Sep 16, 2003
-
-
John Criswell authored
using a QMTEST_CLASS_PATH local to the object tree. Add the gui target to start the QMTest gui (saves writing a few lines of documentation too). :) llvm-svn: 8552
-
- Sep 15, 2003
-
-
John Criswell authored
This ensures that any python bytecode generated by another platform is replaced with new pythong bytecode before the tests begin. Perferably, a better method will be implemented in the next few weeks. llvm-svn: 8549
-
- Sep 08, 2003
-
-
John Criswell authored
specifying "make <test>.t" For example, make feature.t will run the feature tests. Removed the QMTESTS variable since it is no longer used. llvm-svn: 8414
-
- Sep 06, 2003
-
-
John Criswell authored
Use QMTest for the feature and Regression tests. Continue using the Makefile system for the Programs tests. Adjusted the Makefile rules to handle building outside the source directory. llvm-svn: 8381
-