summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Fix for 2422William Deegan2010-01-111-2/+1
* Issue 2505: fix use of pre-compiled headers when the source .cppSteven Knight2010-01-061-0/+107
* Fix some tests so they can still run on Windows system withoutSteven Knight2010-01-063-54/+58
* Change scanner to properly search for included file from theRobert Managan2010-01-042-0/+347
* Fix time-sensitivity (< 0.002 second execution) in output format.Steven Knight2010-01-021-6/+6
* Remove unnecessary imports to avoid javac warnings.Steven Knight2010-01-011-13/+5
* Define "static final long serialVersionUID" in java classes inSteven Knight2010-01-012-0/+16
* Avoid GCC 4.4 warnings from the code generated by our dummy QTSteven Knight2009-12-311-77/+1
* Add scanning of files included in Latex by means of \lstinputlisting{}Robert Managan2009-12-171-0/+131
* Add a separate test of the runtest.py --qmtest option.Steven Knight2009-12-171-0/+105
* Fix the tests of runtest.py now that QMTest is no longer being usedSteven Knight2009-12-1615-402/+218
* Add a TestSCons.option_not_yet_implemented() method and use it soSteven Knight2009-12-1512-54/+21
* Integrate patch from issue #2436: fix regression from r3691 which stopped pri...Gary Oberbrunner2009-12-051-8/+12
* Explicitly initialize the environment tools=['mssdk', 'msvc', 'mslink']Steven Knight2009-11-302-2/+6
* Add missing "import string" to test that uses string.replace().Steven Knight2009-11-291-0/+2
* Don't hard-code the swig location in the expected output.Steven Knight2009-11-281-11/+7
* Add a test for the case where a latex file uses \input{} to include theRobert Managan2009-11-251-0/+96
* Fix bug 1944 - handle non-existant .i files when swig emitter is called. Make...William Deegan2009-11-141-0/+102
* Fix test failure in Repository/Java.py on OS XGreg Noel2009-09-181-9/+4
* Add test case for configure failure.David Cournapeau2009-09-171-0/+49
* Fix tex code to handle broken nomenclature package. (Fixes test failure on ce...William Deegan2009-09-161-8/+16
* Steven checked in some changes yesterday which fixed a great number ofWilliam Deegan2009-09-152-7/+2
* Revert r4356, the problem is in TestSCons.py, not the test script itself.Steven Knight2009-09-131-3/+3
* Remove last checkin.William Deegan2009-09-132-24/+20
* Fix test to pass for deprecated python versions. Not what was expected deprec...William Deegan2009-09-132-20/+24
* Add python version deprecated check to get this test to pass on python 2.3 (h...William Deegan2009-09-121-3/+3
* Add a test that the packages used are installed.Robert Managan2009-08-312-0/+8
* As I set up the test case for the glossary and nomencl packagesRobert Managan2009-08-212-0/+202
* Add test for glossaries package. and patch tex.pyRobert Managan2009-08-211-0/+118
* Solaris test portability fixes.Steven Knight2009-08-033-3/+15
* Use regular expression matching to allow our "do nothing script"Steven Knight2009-08-011-9/+9
* Update the Test{Cmd,Common}.py 0.36, with better diff reportingSteven Knight2009-07-245-7/+9
* Update tex builder to use the -recorder option.Robert Managan2009-07-2210-15/+203
* In addition to changed merged below, commented out for platform os2 use of ms...William Deegan2009-07-211-1/+1
* - Changed the option--duplicate test to only test the number of hard links on...Lukas Erlinghagen2009-06-121-1/+13
* Issue 2229, fix, tests, docGreg Noel2009-05-171-40/+12
* Remove duplicate testGreg Noel2009-05-171-90/+0
* Fix textfile.py breakaga on platforms with weird end-of-line conventionsGreg Noel2009-05-121-1/+1
* Fix site_scons/site_init.py test failure on Windows by using 'type' instead o...Gary Oberbrunner2009-05-121-3/+9
* Automatically pick up the list of tools from the tool directory ratherGreg Noel2009-05-101-85/+20
* Update regression tests to match changes in runtest.pyGreg Noel2009-05-082-16/+16
* Issue 2306: Exclude non-test files from regression tests. While runtest.pyGreg Noel2009-05-081-0/+1
* fix for bug #2393. Instead of just 'import'ingGary Oberbrunner2009-04-291-0/+89
* Add Textfile and Substfile buildersGreg Noel2009-04-221-0/+158
* fix test that hangs occasionally to fail instead if a short time elapses with...Greg Noel2009-04-181-10/+14
* Modify the SWIG tests so that OS X is treated like a UNIX platform (which itGreg Noel2009-04-1811-114/+81
* Fix the expected "Dot not know how to make" error message.Steven Knight2009-04-161-1/+1
* Win32 fixes: update error message, accomodate re match.Steven Knight2009-04-162-3/+5
* Per the bug report, this patch improves the "Do not know how to makeGary Oberbrunner2009-04-153-9/+21
* Be sure to honor the setting of SWIGOUTDIR when the SWIG tool generatesBen Webb2009-03-311-0/+95